error 404 when calling servlet

2003-01-24 Thread Syukri Jamaluddin
hi, i'm new tomcat user (using 4.1.18 in windows 98), got a problem with my servlet. -i've constructed my webapp class dir \webapp\mysystem\WEB-INF\classes and i'd put a sevlet there named MyServlet.class (this servlet works in another web app server) -i've tried to call directly from browser

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: error

RE: error 404 when calling servlet

2003-01-24 Thread Shapira, Yoav
. (/mysystem/WEB-INF/web.xml). Yoav Shapira Millennium ChemInformatics -Original Message- From: Syukri Jamaluddin [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 11:26 PM To: [EMAIL PROTECTED] Subject: error 404 when calling servlet hi, i'm new tomcat user (using 4.1.18 in windows 98

RE: mod_jk error 404 with Apache 1.3.27, Tomcat 4.1.18

2003-01-13 Thread Turner, John
error 404 with Apache 1.3.27, Tomcat 4.1.18 I discovered that the URL I was using to access the pages was wrong. Never mind. It's working fine. :) That's not it. I get the following error from 'apachectl configtest' : Context should start with / Use: JkMount *.jsp ajp13

RE: mod_jk error 404 with Apache 1.3.27, Tomcat 4.1.18

2003-01-13 Thread mech
. Januar 2003 13:57 To: 'Tomcat Users List' Subject: RE: mod_jk error 404 with Apache 1.3.27, Tomcat 4.1.18 The error message in this case is correct, as was the previous post. The correct lines would be: JkMount /*.jsp ajp13 JkMount /examples/* ajp13 Note the leading / in the first

mod_jk error 404 with Apache 1.3.27, Tomcat 4.1.18

2003-01-12 Thread Randall Perry
Successfully installed tomcat 4.1.18 and can access it on port 8080. Jsp servlets run ok. Installed mod_jk.so v1.2.2, configured apache and get no errors on startup. But, though I can access the directory pointed to by JKMount, and can load static .html, no .jsp or servlet examples will run.

RE: mod_jk error 404 with Apache 1.3.27, Tomcat 4.1.18

2003-01-12 Thread mech
Use: JkMount *.jsp ajp13 JkMount /examples/* ajp13 -Original Message- From: Randall Perry [mailto:[EMAIL PROTECTED]] Sent: Sonntag, 12. Januar 2003 19:52 To: [EMAIL PROTECTED] Subject: mod_jk error 404 with Apache 1.3.27, Tomcat 4.1.18 Successfully installed tomcat 4.1.18

Re: mod_jk error 404 with Apache 1.3.27, Tomcat 4.1.18

2003-01-12 Thread Randall Perry
That's not it. I get the following error from 'apachectl configtest' : Context should start with / Use: JkMount *.jsp ajp13 JkMount /examples/* ajp13 -- Randall Perry sysTame Xserve Web Hosting/Co-location Website Development/Promotion Mac Consulting/Sales http://www.systame.com/ --

Re: mod_jk error 404 with Apache 1.3.27, Tomcat 4.1.18

2003-01-12 Thread Randall Perry
I discovered that the URL I was using to access the pages was wrong. Never mind. It's working fine. :) That's not it. I get the following error from 'apachectl configtest' : Context should start with / Use: JkMount *.jsp ajp13 JkMount /examples/* ajp13 -- Randall Perry sysTame

HTTP Error 404 with Tomcat 4.1.18

2003-01-10 Thread Nihita Goel
Error 404 : cannot find resource. If I copy the same to example/WEB-INF/classes it works.. What is the problem? I also tried creating web.xml in WEB-INF directory but still I get the same error.. Do I need to add /change anything in server.xml file ? Also I tried copying the index.jsp from ROOT

Replacing mod_webapp WebApp: Error 404 page

2002-11-11 Thread Tansley, Robert
Hello, We're running a live service using Tomcat (4.0.6) and Apache 1.3, using mod_webapp. From time to time, to upgrade the software etc., we need to restart Tomcat. If people access the site while we're doing this, they get the rather unfriendly error message: WebApp: Error 404 (File

Error 404, but it exists.

2002-10-01 Thread Nathan Coraor
Hi all, I'm getting a 404 (using builtin webserver on port 8080) when trying to open a dir containing an application. Here's my Host container: Host name=www.cse.psu.edu debug=0 appBase=/home/www unpackWARs=true autoDeploy=true And Context container: Context path=/cse411

I got error 404 when retrieving jsp files...

2002-07-09 Thread El JC
I think it is a configuration probleme, but i don't' know how to resolve it.. I use Apache 1.3.23 with mod_jk and tomcat 3.3 OS os linux RedHat 7.3 everything work (html, php) but jsp send me error 404... Thanks anybody @+ - JaySee

fyi: tomcat 4.0.1 examples on MacOS X (error 404)

2002-06-12 Thread Robert . Parker
I recently downloaded http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/jakar ta-tomcat-4.0.1.tar.gz but the servlet examples did not work (error 404). Looking at the files in the logs/ folder showed there was a problem with loading SetCharacterEncodingFilter class. I

Re: fyi: tomcat 4.0.1 examples on MacOS X (error 404)

2002-06-12 Thread Martin Jacobson
[EMAIL PROTECTED] wrote: I recently downloaded http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/jakar ta-tomcat-4.0.1.tar.gz but the servlet examples did not work (error 404). Looking at the files in the logs/ folder showed there was a problem with loading

WebApp: Error 404

2002-04-15 Thread Diego, Emil
/examples/ I get the following error: WebApp: Error 404 (File: wa_request.c Line: 205) Web-application not yet deployed Your Request

Re: WebApp: Error 404

2002-04-15 Thread rsequeira
localhost/examples/ I get the following error: WebApp: Error 404 (File: wa_request.c Line: 205) Web-application not yet deployed Your

RE: WebApp: Error 404

2002-04-15 Thread Rich
Once everything is configured, did you start Tomcat, then restart apache (in that order)? -Original Message- From: Diego, Emil [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 11:36 AM To: '[EMAIL PROTECTED]' Subject: WebApp: Error 404 Hello, I am running Redhat Linux

RE: WebApp: Error 404

2002-04-15 Thread Diego, Emil
yes. First i started tomcat, then restarted apache. -Original Message- From: Rich [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 11:48 AM To: Tomcat Users List Subject: RE: WebApp: Error 404 Once everything is configured, did you start Tomcat, then restart apache

RE: WebApp: Error 404

2002-04-15 Thread Rich
this information, but excluding it gave me similar errors as you are experiencing. -Original Message- From: Diego, Emil [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 11:51 AM To: 'Tomcat Users List' Subject: RE: WebApp: Error 404 yes. First i started tomcat, then restarted apache

error 404

2002-04-03 Thread Yunce Gunawan
: Error 404 (File: wa_request.c Line: 205) Web-application not yet deployed can anybody help me ? -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: error 404

2002-04-03 Thread John Burgess
: Yunce Gunawan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 1:22 PM To: Tomcat Users List Subject: error 404 hi all, i have added this charakters to my configuration on httpd.conf IfModule mod_webapp.c WebAppConnection conn warp picard:8080 WebAppDeploy tomcat conn / WebAppDeploy

Re: error 404

2002-04-03 Thread Yunce Gunawan
the http port for standalone tomcat. 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 1:22 PM To: Tomcat Users List Subject: error 404 hi all, i have

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

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: error 404

Re: error 404

2002-04-03 Thread rsequeira
respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat 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: Yunce

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:33

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

Re: error 404

2002-04-03 Thread Joseph Molnar
PROTECTED] Sent: Wednesday, April 03, 2002 4:21 AM Subject: error 404 hi all, i have added this charakters to my configuration on httpd.conf IfModule mod_webapp.c WebAppConnection conn warp picard:8080 WebAppDeploy tomcat conn / WebAppDeploy cocoon conn /cocoon WebAppInfo /webapp-info

basic authentication with IIS - error 404 - tomcat 3.2.3

2001-11-22 Thread Samuel Rochas
Hello Ingo, Now I can use the BASIC authentication too, but only within tomcat. The dialog poped up while trying to log the protected area is slightly different, depending if I use tomcat (localhost:8080) or IIS (localhost). The dialog shown in the first case is generated from tomcat, this one

Re: basic authentication with IIS - error 404 - tomcat 3.2.3

2001-11-22 Thread Samuel Rochas
Hello, Well, I just write a response to myself ;) The following problem is not there with NT4/IIS 4. I have it only with W2K/IIS 5. Using tomcat for the authentication is not working completely: the authentication is going well, but the result of it is not the jsp page I wanted to see, but

WebApp: Error 404 - Strange goings on!

2001-11-15 Thread David Molloy
, css files, and then sometimes I get the following: WebApp: Error 404 (File: wa_request.c Line: 197) Web Application not yet deployed. This appears on my browser. Sometimes it works fine - this happens for everyone using the system. Has anyone got any ideas what could be going on? On reboot

error 404 with a GET request

2001-09-13 Thread Judith NATAF
I've just installed the jakarta-tomcat-3.2.3 web server. hen I try to send my http GET request: GET http://localhost/index.vxml HTTP/1.0 Accept: */* User-Agent: myClientHttp Connection: close The tomcat web server answers : error 404 When I use Internet Explorer the url works and I get

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 Press ENTER - Tony -Original Message- From: Judith NATAF [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 1:28 PM To: [EMAIL PROTECTED] Subject: error 404

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 just

error 404 R

2001-07-17 Thread Fredrik Liden
Hello, does anyone know why I keep getting the following messages? I can't find any path in my files that looks like the ones below. can it bring down the server? I'm using tomcat standalone. Any feedback would be appreciated 2001-07-03 09:48:31 - Ctx( /examples ): 404 R( /examples +

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

Re: error 404 not found

2001-07-09 Thread Matt Goodall
] To: [EMAIL PROTECTED] Sent: Monday, July 09, 2001 5:08 PM Subject: error 404 not found hi all, i'm running Win2K using IIS (i can't use apache). tomcat is setup correctly. i can use tomcat's server to go to a jsp page, but if i go through IIS i get a 404 no found error. for example, i can go

Error 404

2001-06-21 Thread Wohlfahrt, Guenther
Title: Error 404 Hi all, I would need help because the redirector does not work in my particular environment. I have Win2000/PWS and Tomcat 3.2.2 installed. The servlet engine works fine without collaboration with the IIS/PWS. I checked each step of the configuration several times

AW: Error 404

2001-06-21 Thread Ralph Einfeldt
as examples\jsp\index.html. -Ursprüngliche Nachricht- Von: Wohlfahrt, Guenther [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 21. Juni 2001 15:03 An: [EMAIL PROTECTED] Betreff: Error 404 snip/ http://localhost/examples/jsp/index.html snip/

error 404 tomcat/IIS

2001-03-22 Thread Lars Andersson
I use tomcat 3.2.1 and IIS 4.0 to execute my jsp pages and i receive the error 404 when trying to connect to the IIS. The strange thing is that a restart of the computer where the site is hosted results in that i receive the first jsp page and then it's error 404. And if i reload the first page

Re: error 404 tomcat/IIS

2001-03-22 Thread Leigh Dyer
this? Thanks Leigh On 22 Mar 2001 15:55:53 +0100, Lars Andersson wrote: I use tomcat 3.2.1 and IIS 4.0 to execute my jsp pages and i receive the error 404 when trying to connect to the IIS. The strange thing is that a restart of the computer where the site is hosted results in that i receive

error 404 in tomcat 4.01b (fwd)

2001-03-05 Thread Mason Nakadomari
-- Forwarded message -- Date: Mon, 5 Mar 2001 10:54:23 -1000 (HST) From: Mason Nakadomari [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: error 404 in tomcat 4.01b Hi, I was wondering if anyone encountered an error 404 when trying to load their webpages to webapps. I put

Error 404 running isapi with PWS 4.0 and Tomcat 3.2

2001-02-27 Thread Ralf Weiss
Hi all , Im trying to let PWS 4.0 work together with Tomcat 3.2 under NT 4.0. I think the isapi_redirect.dll is properly configured but I alway get the error 404 and dont know why. I also studied the several How-Tos but I didnt find any new hint. The isapi.log looks like this when Im trying

RE: Tomcat, IIS and error 404

2001-02-21 Thread Alberto Vezzoso
From: Randy Layman [EMAIL PROTECTED] To: Alberto Vezzoso [EMAIL PROTECTED] Subject: RE: Tomcat, IIS and error 404 Date: Mon, 19 Feb 2001 11:49:37 -0500 NULL parameters means that it either can't find your uriworkermap.properties file or that it doesn't contain any mapping entries

RE: Tomcat, IIS and error 404

2001-02-21 Thread Randy Layman
: Tomcat, IIS and error 404 From: Randy Layman [EMAIL PROTECTED] To: Alberto Vezzoso [EMAIL PROTECTED] Subject: RE: Tomcat, IIS and error 404 Date: Mon, 19 Feb 2001 11:49:37 -0500 NULL parameters means that it either can't find your uriworkermap.properties file or that it doesn't

Tomcat, IIS and error 404

2001-02-19 Thread Alberto Vezzoso
Hi, I'm trying to install Tomcat over IIS I've read the tutorial and I followed all the instructions. Tomcat works correctly on port 8080. The url: http://localhost:8080/examples/jsp/index.html works correctly while the url: http://localhost/examples/jsp/index.html returns an error 404

RE: Error 404

2001-02-12 Thread Matt Campbell
. If that doesn't work then we're stuck, unless someone else knows what is going on here - anyone?? Lets keep each other informed if a solution is found. Thanks Matt I just recently installed tomcat to work with my apache server 1.3.12 on Linux RH6.2. I used the mod_jk module. I am getting an error

Error 404

2001-02-11 Thread Harry Peirson
I just recently installed tomcat to work with my apache server 1.3.12 on Linux RH6.2. I used the mod_jk module. I am getting an error 404 when I try to run my .jsp file. I know the file does exist. Is there any documentation for tomcat. I find the information on the web site to be cryptic

Error 404

2000-12-05 Thread nitin mundada
Hi all I am facing a strange problem. I am getting error 404: File not Found, though file is there. I'll explain -- I want to connect to new.jsp, and alter.jsp through start.html. when i click on link for new.jsp, it works perfectly, but when i link on link for alter.jsp, it shows Error 404

Re: Error 404

2000-12-05 Thread Adrian Stabiszewski
. - Original Message - From: "nitin mundada" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 05, 2000 11:39 AM Subject: Error 404 Hi all I am facing a strange problem. I am getting error 404: File not Found, though file is there. I'll explain -- I want to connect

Re: Error 404

2000-12-05 Thread Kedar Choudary
of your jsp code with try/catch block, catch the exceptions and do printStackTrace to locate real problem Kedar. - Original Message - From: nitin mundada [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 05, 2000 4:09 PM Subject: Error 404 Hi all I am facing a strange

RE: strange Error 404

2000-10-31 Thread Wyn Easton
/websites/WebAppA/WEB-INF/classes ... /websites/WebAppB /websites/WebAppB/WEB-INF /websites/WebAppB/WEB-INF/classes ... as written in my first mail the whole site WebAppA is working as expected, the WebAppB only shows Error 404 If I remove /websites/WebAppA and rename /websites

RE: strange Error 404

2000-10-30 Thread Wolfgang Egger
/websites/WebAppA/WEB-INF/classes ... /websites/WebAppB /websites/WebAppB/WEB-INF /websites/WebAppB/WEB-INF/classes ... as written in my first mail the whole site WebAppA is working as expected, the WebAppB only shows Error 404 If I remove /websites/WebAppA and rename /websites/WebAppB with /websites