RE: File Not Found Error

2001-07-25 Thread Michael Wentzel
> I am not sure how you have defined your servlets. > > For a servlet called MyServlet, a URL like the following is > recommended: > http://localhost:8080/examples/servlet/MyServlet > > "servlet" needs to be lowercase. > > Gautam > > -Original Message- > From: Jeffrey Worst [mailto:[E

RE: File Not Found Error

2001-07-25 Thread Gautam Sinha
Jeff, I am not sure how you have defined your servlets. For a servlet called MyServlet, a URL like the following is recommended: http://localhost:8080/examples/servlet/MyServlet "servlet" needs to be lowercase. Gautam -Original Message- From: Jeffrey Worst [mailto:[EMAIL PROTECTED]] S

RE: File Not Found errors

2001-04-11 Thread Ron Pitts
Tew,   I've heard that apache module (mod_jk) will keep a handle to tomcat, so restarting tomcat will not always work.   -Original Message-From: Tew Chiz Sheng [mailto:[EMAIL PROTECTED]]Sent: 11 April 2001 11:58To: [EMAIL PROTECTED]Subject: Re: File Not Found errors

Re: File Not Found errors

2001-04-11 Thread Tew Chiz Sheng
Hi guys, My "404: File Not Found" error occurs whenever I tried to upload a new version of jsp. After a new version is uploaded, quite often, but not always, the *.jsp file cannot be found.   I have to restart Apache, restarting Tomcat is not enough.  My servlets do not have this problem thou

RE: File Not Found errors

2001-04-10 Thread Saurabh Shukla
You can mention something like this in your web.xml. You need to figure out how to do it for all the errors globally.   shuklix       java.lang.Exception    /error.htm    -Original Message-From: Ron Pitts [mailto:[EMAIL PROTECTED]]Sent: Tuesday, April 10, 2001 9:3

RE: File not found

2000-12-01 Thread Panagiotis Konstantinidis
Title: RE: File not found   I am not sure but I guess it has to do with the tomcat-apache.conf file. Try to change it and add the lines: "AddType text/xml .xml" and "AddHandler jserv-servlet .xml" after the ApJServDefaultPort 8007 line, therefore everything will not have t

RE: File not found [Virus checked]

2000-12-01 Thread Clifford . Okoro
cc: (bcc: Clifford Okoro/Harrow/Ladbrokes) Subject: RE: File not found [Virus checked]

RE: File not found

2000-12-01 Thread Penney, William
Title: RE: File not found By adding the port number got it to work, but why is it that the examples that work fine without it?   Thanks, Bill -Original Message-From: Panagiotis Konstantinidis [mailto:[EMAIL PROTECTED]]Sent: Friday, December 01, 2000 12:30 PMTo: '[

RE: File not found

2000-12-01 Thread Mark Franz
RL. On a NT IIS 4.0 server this is not a problem... Mark G. Franz -Original Message- From: Panagiotis Konstantinidis [mailto:[EMAIL PROTECTED]] Sent: Friday, December 01, 2000 9:30 AM To: '[EMAIL PROTECTED]' Subject: RE: File not found Maybe you should put the p

RE: File not found [Virus checked]

2000-12-01 Thread Clifford . Okoro
cc: (bcc: Clifford Okoro/Harrow/Ladbrokes)

RE: File not found

2000-12-01 Thread Panagiotis Konstantinidis
Title: RE: File not found   Maybe you should put the port number after the localhost. For example something like this: http://localhost:8080/Myapp/index.html    Panos > -Original Message- > From: Penney, William [mailto:[EMAIL PROTECTED]] > Sent: 01 December 2000 17:28 >

Re: File not found

2000-12-01 Thread Parvez Rishi
u probably havent put the files in the doc root, or probably u checking it on the wrong port. r your servlets running ? what OS r u using ? parvez And Then [EMAIL PROTECTED] wrote . > I have just installed Tomcat with Apache and I have it running apparently > well, but my probl