RE: HTTP 404 Error

2001-08-03 Thread Klaas van der Ploeg
try this: http://localhost:8080/servlet/ServletTest Rgrds, Klaas -Original Message- From: Apache Java [mailto:[EMAIL PROTECTED]] Sent: donderdag 2 augustus 2001 20:15 To: [EMAIL PROTECTED] Subject: Re: HTTP 404 Error Use following url http://localhost:8080/ServletTest/ServletTest

RE: HTTP 404 Error

2001-08-01 Thread Michael Wentzel
I'm stumped. I have the following directory structure/files: c:/tomcat/webapps/ServletTest/WEB-INF/web.xml c:/tomcat/webapps/ServletTest/WEB-INF/classes/ServletTest.class I added the following to my server.xml file: Context path=/ServletTest docBase=webapps/ServletTest

RE: HTTP 404 Error

2001-08-01 Thread William Kaufman
1) Tomcat, by default, connects on port 8080. If you want to change that, edit your server.xml. 2) It sounds like your HTML is malformed or empty. Use the View source menu in the browser to see what you're spitting out. -- Bill K. -Original

RE: HTTP 404 Error

2001-08-01 Thread Jeff Rancier
To: '[EMAIL PROTECTED]' Subject: RE: HTTP 404 Error I'm stumped. I have the following directory structure/files: c:/tomcat/webapps/ServletTest/WEB-INF/web.xml c:/tomcat/webapps/ServletTest/WEB-INF/classes/ServletTest.class I added the following to my server.xml file: Context path

Re: HTTP 404 Error

2001-08-01 Thread Hari
You are mapping the servlet relative to the context only. try http://localhost/ServletTest/ServletTest make sure your Tomcat's listening port number such as 8080 or 80 from the server.xml file. - Original Message - From: Jeff Rancier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: