Thank you for responding to the post. I have looked at the web.xml in the /usr/apache-tomcat-6.0.18/conf directory. I've tried creating my own web.xml under the /usr/apache-tomcat-6.0.18/webapps/belknap/WEB-INF directory which i will attach. It would be greatly appreciated if you have any advice on changes i should make to it in order to get it to work, thank you.

Robert

Pid wrote:
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]


.


--
Robert K. Vanderhoek
(603) 772-2305
Computer Technician
IT Department
Connor & Connor
16 Kingston Rd Unit #5
Exeter, NH 03833

<servlet-mapping>

<servlet-name>beindxServlet1</servlet-name>
<url-pattern>/beindxservlet</url-pattern>

</servlet-mapping>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to