University of Cincinnati logo and link  
Deploying your EJB
 
  UC ingot Place your jar/war files in <jboss home>\server\default\<deploy dir>.
  • The EJB will automatically deploy from there.
  • The client will deploy as well.  Its application name will be the same as the name of its war file.  In other words, you'll want to access it like so: http://localhost:8080/war file name.
  • Keep an eye on the console for errors.
    • The console output and the debug and error messages are saved in files in the JBoss/log directory.


 A detailed look at the XML files