RE: error 404 when calling servlet

2003-01-24 Thread Shapira, Yoav
Howdy, You have two choices: 1. Comment in the element for the invoker servlet in $CATALINA_HOME/conf/web.xml. This is commented out by default in tomcat 4.1.18 for security reasons. 2. Add a and element for your servlet class into your web.xml. (/mysystem/WEB-INF/web.xml). Yoav Shapira Mil

RE: error 404 when calling servlet

2003-01-24 Thread Turner, John
Do you have your servlet mapped in web.xml? The default Invoker servlet is disabled by default in 4.1.18 for security reasons. John > -Original Message- > From: Syukri Jamaluddin [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 23, 2003 11:26 PM > To: [EMAIL PROTECTED] > Subject: e

Re: error 404

2002-04-03 Thread Joseph Molnar
Hi Yunce. If this two work one of two things needs to happen a) The module needs to be statically link to Apache. You can check this by doing "httpd -l", it will list all modules (this is most likely what you need to do unless you built apache yourself) b) You need to specifically load

RE: error 404

2002-04-03 Thread John Burgess
for getting apache/tomcat integration going Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Yunce Gunawan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 3:08 PM To: Tomcat Users List Subject: Re: error 404 On

Re: error 404

2002-04-03 Thread Yunce Gunawan
On Wednesday 03 April 2002 15:23, you wrote: > 1) What's the URL you are using? i use picard.rz.hu-berlin.de > 2) check the tomcat logs to see if there were any errors when deploying the > cocoon and tomcat web applications. i don't see any errors just this . .. 2002-04-03 15:46:3

Re: error 404

2002-04-03 Thread rsequeira
at Users List" <[EMAIL PROTECTED]> cc: Subject: Re: error 404 of course On Wednesday 03 April 2002 14:30, you wrote: > Hi, > > Did you restart Apache after you started Tomcat? > > Regards, > > Chris > > > -Original Message- > > From

Re: error 404

2002-04-03 Thread Yunce Gunawan
of course On Wednesday 03 April 2002 14:30, you wrote: > Hi, > > Did you restart Apache after you started Tomcat? > > Regards, > > Chris > > > -Original Message- > > From: Yunce Gunawan [mailto:[EMAIL PROTECTED]] > > Sent: 03 April 2002 13:22 > > To: Tomcat Users List > > Subject: er

RE: error 404

2002-04-03 Thread Chris Newland
Hi, Did you restart Apache after you started Tomcat? Regards, Chris > -Original Message- > From: Yunce Gunawan [mailto:[EMAIL PROTECTED]] > Sent: 03 April 2002 13:22 > To: Tomcat Users List > Subject: error 404 > > > > hi all, > > i have added this charakters to my configuration on

Re: error 404

2002-04-03 Thread Yunce Gunawan
i'm not sure ... where can i check this warp connector ? -- if i use 8008, i see the same error On Wednesday 03 April 2002 14:29, you wrote: > If 8080 is what you actually put in httpd.conf, are you sure that is the > port the warp connector is on. 8008 is more usual, with 8080 being the ht

RE: error 404

2002-04-03 Thread John Burgess
If 8080 is what you actually put in httpd.conf, are you sure that is the port the warp connector is on. 8008 is more usual, with 8080 being the http port for standalone tomcat. Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Yunce

Re: error 404 with a GET request

2001-09-13 Thread David Wall
> GET http://localhost/index.vxml HTTP/1.0 > Accept: */* > User-Agent: myClientHttp > Connection: close > > The tomcat web server answers : error 404 The GET should not include the HTTP URL part. You should connect to port 80 (the http:// part) of 'localhost''s IP address and do a get on jus

RE: error 404 with a GET request

2001-09-13 Thread Tony Vinayak
Are you using telnet to do the GET? If so, try something like: telnet localhost 8080 GET /index.vxml HTTP/1.0 - Tony -Original Message- From: Judith NATAF [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 1:28 PM To: [EMAIL PROTECTED] Subject: error 404 with a GET request

RE: error 404 R

2001-07-17 Thread Saritha Pula
look into tomcat\conf\server.xml.. --Pula -Original Message- From: Fredrik Liden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 1:49 PM To: '[EMAIL PROTECTED]' Subject: error 404 R Hello, does anyone know why I keep getting the following messages? I can't find any path in my fi

Re: error 404 not found

2001-07-10 Thread Dmitri Livotov
Hi, just getting the similar problems: successfully installed isapi_redirect.dll with my IIS4 and it works fine with tomcat but only for the first request. All next requests are not served by the isapi_redirect: For example, when I'm calling the url: http://localhost/mytest/index.jsp, for the fir

Re: error 404 not found

2001-07-09 Thread Matt Goodall
You probably haven't told the isapi plugin what URLs to match. You need to put them in (I think) $TOMCAT_HOME/conf/uriworkermap.properties. Sorry, can't remember more than that but it is documented in the Tomcat-IIS HOWTO. Cheers, Matt - Original Message - From: <[EMAIL PROTECTED]> To: <[

Re: error 404 tomcat/IIS

2001-03-22 Thread Leigh Dyer
I'm having exactly the same problem trying to run servlets in Tomcat 3.2 on IIS 4.0 - IIS successfully passes the first request back to Tomcat, but after that the redirector seems to die and IIS tries to serve the requests itself, resulting in the 404. Has anyone ever seen anything like this? Th

Re: error 404 in tomcat 4.01b (fwd)

2001-03-06 Thread Cynic
see FAQ in the docs/ directory of the distro At 22:12 5.3. 2001, Mason Nakadomari wrote the following: -- >-- Forwarded message -- >Date: Mon, 5 Mar 2001 10:54:23 -1000 (HST) >From: Mason Nakadomari <[EMAIL PROTECTED]

RE: Error 404

2001-02-12 Thread Matt Campbell
Hi Harry, I am also having the same problem, and I'm running redhat 6.2 as well. I haven't been able to locate a solution, although someone did recomend that I clear out the $TOMCAT_HOME/work dir and see if that solves the problem. I am going to try that tonight, I'll let you know. If that

Re: Error 404

2000-12-05 Thread Kedar Choudary
Hi, There seems to be bug in Tomcat 3.2. It sends 404 on ANY FileNotFoundException. So if the precessing in you alter.jsp involves accessing certain file, which is not present, it will throw FileNotFoundException. The exception will be caught by Tomcat and it will send 404. Try putting whole of y

Re: Error 404

2000-12-05 Thread Adrian Stabiszewski
Hi! Could you send your server.xml file? Are you using tomcat directly or in combination with another web server (apache)? Where are your files located? > alter.jsp is there in on the server. is alter.jsp in the same directory as new.jsp?? send your start.html file too! bye, adrian. - O

Re: Error 404

2000-12-05 Thread nitin mundada
Thank Clifford for your suggestion, but I am working on unix server. also, i can get only one file named new.jsp. if i change its name, error 404 appears, or if i change other files name to new.jsp, it works perfectly. thank u nitin --- [EMAIL PROTECTED] wrote: > > > What's in the IIS logs? Tha

Re: Error 404

2000-12-05 Thread Clifford . Okoro
What's in the IIS logs? That would help us in determining what the problem might be. The IIS logs are probably in WINNT/System32/Logfiles/W3???. Clifford nitin mundada <[EMAIL PROTECTED]> on 12/05/2000 10:39:57 AM Please respond to [EMAIL PROTECTED]