Robert K. Vanderhoek wrote: > Unable to find servlet or load servlet jar from a client jar, can this > be done with the default conf files? Do i have to create a web.xml file > for each webapp?
Yes, if you want to use servlets. web.xml provides the means to map the servlet(s) to url patterns. p > I'm using jar files created for Apache Jserv back in > 1998 probably using the servlet specification 2.1 could this be part of > the problem? > > Software running on server > - RHEL4u3 > - Java6u7 > - Tomcat6.0 > > Directory structure > - /usr/apache-tomcat-6.0.18 (CATALINA_HOME) > - /usr/apache-tomcat-6.0.18/webapps/belknap (webapp folder) > - /usr/apache-tomcat-6.0.18/webapps/belknap/*.gif, *.html, *.jar (client) > - > /usr/apache-tomcat-6.0.18/webapps/belknap/WEB-INF/lib/beindxServlet1.jar > (servlet) > > Unpacked beindxServlet1.jar > - /beindxservlet/beindxServlet1.class > - /META-INF/ > > Thank you, > > Robert > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]