[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Simple? JSP script

PeterJ do-not-reply at jboss.com
Tue Aug 29 17:41:43 EDT 2006


Usually, I package my JSPs and jars in a war file and place the war file in server/all/deploy. My war file contents look like:

myapp.war:
./index.jsp
./WEB-INF/web.xml
./WEB-INF/lib/some.jar

index.jsp references classes in some.jar

What are the contents of your jar file?  Run "jar -tf yourjarfile.jar" and post the results.

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

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



More information about the jboss-user mailing list