[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: servlet context problem.

2006-05-26 Thread Ayusman
Hi Griffith, yes I was talking in terms of Tomcat servlet container. Any suggestions on this View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946738#3946738 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946738

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: servlet context problem.

2006-05-26 Thread j2ee_junkie
I think I already answered your question. AFAIK, if you include your servlets in a jar in WEB-INF/lib then they will be loaded by the War (i.e. the WebAppClassLoader) classloader. If you put your servlets in a jar and put that jar at the ear level, the only way your WebAppClassLoader will use

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: servlet context problem.

2006-05-23 Thread j2ee_junkie
Not sure what you mean by a servlet context. If you are referring to Tomcat's notion of an application Context, then I do not think it matters. You may have classloading issues if you put your jar in the ear. I think in that case you would need to add a manifest 'class-path' element to your