Dear Harry, Thankx, i tried it but didnt worked out. The error is same. After making changes, i went on to Tomcat manager interface and reloaded the context. (I think that restarts the server, am i right ?) There aer three or four SERVER.XML Files. Which file to change,,,,,,,,,,,,,,,,,,, i dont know.. No documentation avaliable Vaneet
-----Original Message----- From: Harry Mantheakis [mailto:[EMAIL PROTECTED] Sent: Tue 18/11/2003 16:14 To: Tomcat Users List Cc: Subject: Re: Tomcat 4.1.29 Configuration Problem Hello > 3) I copied my servlet to > webapps/hSolutions/WEB-INF/classes/hLibManagSolutions/Hello.class > <servlet> > <servlet-name> Hello </servlet-name> > <servlet-class> hLibManagSystem.Hello </servlet-class> > </servlet> Looks like either 'hLibManagSolutions' should be 'hLibManagSystem' or the other way round. Avoid blank spaces in your element values just to be safe. Instead of this: <servlet-name> Hello </servlet-name> Type this: <servlet-name>Hello</servlet-name> Regards Harry Mantheakis London, UK --------------------------------------------------------------------- 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]