[jboss-user] [Security & JAAS/JBoss] - Re: where to put servlet class file in jboss without using a

Wolfgang Knauf do-not-reply at jboss.com
Tue Nov 27 09:53:30 EST 2007


Hi !

It seems you are really new to Java web application development. Explaining the structure of one of those would be too much for a short post. I would advice you to use an IDE like Eclipse with WebTools-Plugin, or NetBeans, or the Eclipse based JBoss IDE. They provide options to create web projects, and so you won't have to care for the deploy structure.

Just a hint: the EAR file has to contain a WAR file with all the web project data. There, class files are placed in a subdirectory "WEB-INF\classes".
For JBoss 4.2, you have to add the web module to "application.xml" of the EAR project, otherwise JBoss will not find the modules.

Best regards

Wolfgang Knauf

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108099#4108099

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108099



More information about the jboss-user mailing list