RE: cannot run servlet

2001-06-28 Thread Jann VanOver
Yes, I think you need to map the servlet with the web.xml file in your new context (dir) -Original Message- From: Siaw Ling Lo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 7:45 PM To: [EMAIL PROTECTED] Subject: cannot run servlet I have created another URL 'dir'

Re: cannot run servlet

2001-06-21 Thread Andrew Zhdanov
Hello Siaw, Thursday, June 21, 2001, 5:45:21 AM, you wrote: SLL> I have created another URL 'dir' for other web SLL> application. The 'examples' URL, i.e., SLL> http://localhost/examples/servlet/xxx is working fine SLL> but not the new URL. SLL> Error msg: SLL> Error : 404 SLL> Location: dir/s

cannot run servlet

2001-06-20 Thread Siaw Ling Lo
I have created another URL 'dir' for other web application. The 'examples' URL, i.e., http://localhost/examples/servlet/xxx is working fine but not the new URL. Error msg: Error : 404 Location: dir/servlet/xxx I have added changes in tomcat.conf and server.xml. Have I missed out anything? Than