Thanks so much for replying. My URL's are mapped, below is an example. I had this working on my old PC for the past 2 years with no problems then I got a new pc and installed the latest tomcat, set the environment vars and copied everything over to the relevant folders but things are going horribly wrong. I'll read through that doc and see if anything I've missed comes to light.
<?xml version="1.0" encoding="ISO-8859-1"?> <web-app> <!-- JSPC servlet mappings start --> <servlet> <servlet-name>virtualward.java.CourseList</servlet-name> <servlet-class>virtualward.java.CourseList</servlet-class> </servlet> . . . . <servlet-mapping> <servlet-name>virtualward.java.CourseList</servlet-name> <url-pattern>/servlet/CourseList</url-pattern> </servlet-mapping> <!-- JSPC servlet mappings end --> </web-app> -----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, 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 Message----- > From: Francesca Jovanovic [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 11, 2006 3:29 AM > To: tomcat-user@jakarta.apache.org > Subject: Problem with servlets from upgrade > Importance: High > > I have a new computer and I have installed the latest version > of Tomcat 5 and reinstalled the Sun One Studio 4 which I > still had a setup file. The example servlets and jsp's work > fine but my servlets - that worked fine on my old pc with > tomcat 4 - now don't work, the jsps are working fine but not > the servlets. I get this error: > > > HTTP Status 404 - /servlet/PostStudentID > > _____ > > > type Status report > > message /servlet/PostStudentID > > description The requested resource (/servlet/PostStudentID) > is not available. > > _____ > > > Apache Tomcat/5.5.12 > > > I have searched endlessly to try and see what's going wrong > and tried all your pointers but cannot resolve it. Can you > please help? Is Tomcat 5.5.12 compatible with Sun one studio 4? > > > > > > Francesca Jovanović > Learning Technologist > Learning Partnerships Development Unit (LPDU) > Faculty of Health > University of Central England > 311 Ravensbury House, Westbourne Road > Edgbaston, Birmingham, B15 3TN > Telephone: 0121 331 7181 > Fax: 0121 331 6009 > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]