vlet/CourseList
-Original Message-
From: George Sexton [mailto:[EMAIL PROTECTED]
Sent: 11 January 2006 15:56
To: 'Tomcat Users List'
Subject: RE: Problem with servlets from upgrade
Read:
http://tomcat.apache.org/tomcat-5.5-doc/RELEASE-NOTES.txt
Specifically, sea
Read:
http://tomcat.apache.org/tomcat-5.5-doc/RELEASE-NOTES.txt
Specifically, search for
Enabling invoker servlet:
Essentially, you need to do URL mapping in your web.xml for your servlets.
George Sexton
MH Software, Inc.
http://www.mhsoftware.com/
Voice: 303 438 9585
> -Original Mess
Without knowing how your web.xml file was defined, it seems to me a context
root problem. Sun has its own way to define the path of a context root in its
sun-web.xml file, unlike tomcat which uses the application name as the default
root path. If you use Sun's Studio to package and deploy your