Re: Default location

2008-11-21 Thread removeps-groups
You have to specify the servlet classname in the WEB-INF/web.xml file. The jar or class file containing the servlet must be on your classpath. The classpath in Tomcat is the following to the best of my knowledge, though I don't know the order - the system classpath - the ${catalina.home}/lib

RE: Default location

2008-11-21 Thread Caldarale, Charles R
> From: kcg_ [mailto:[EMAIL PROTECTED] > Subject: Default location > > Can anyone tel me what is the default location where tomcat looks for > servlets? First response: http://www.catb.org/~esr/faqs/smart-questions.html (as linked to from Tomcat's Mailing Lists page). Second response: read the do