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 404 when calling servlet
 
 
 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
 http://127.0.0.1:8080/mysystem/servlet/MyServlet; and got response:
 
 HTTP Status 404 - /mysystem/servlet/MyServlet
 type: Status report
 message: /mysystem/servlet/MyServlet
 description: The requested resource 
 (/mysystem/servlet/MyServlet) is not
 available.
 
 -i've checked the server.xml file, it's all there (the 
 Context element)
 and i've follow all the App Developer Guide.
 
 -is there anything that i've missed to configure or any suggestion to
 make this thing works, please.
 
 thank you.
 
 
 
 
 --
 To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: error 404 when calling servlet

2003-01-24 Thread Shapira, Yoav
Howdy,
You have two choices:

1. Comment in the servlet-mapping 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 servlet and servlet-mapping element for your servlet class
into your web.xml.  (/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), 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
http://127.0.0.1:8080/mysystem/servlet/MyServlet; and got response:

HTTP Status 404 - /mysystem/servlet/MyServlet
type: Status report
message: /mysystem/servlet/MyServlet
description: The requested resource (/mysystem/servlet/MyServlet) is
not
available.

-i've checked the server.xml file, it's all there (the Context element)
and i've follow all the App Developer Guide.

-is there anything that i've missed to configure or any suggestion to
make this thing works, please.

thank you.




--
To unsubscribe, e-mail:   mailto:tomcat-user-
[EMAIL PROTECTED]
For additional commands, e-mail: mailto:tomcat-user-
[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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 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 cocoon conn /cocoon
 WebAppInfo /webapp-info
/IfModule

and than on my browser i always see this error.

WebApp: 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]

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.343 / Virus Database: 190 - Release Date: 22/03/02
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.343 / Virus Database: 190 - Release Date: 22/03/02
 

--
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 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 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 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
 /IfModule

 and than on my browser i always see this error.

 WebApp: 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 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 httpd.conf
 IfModule mod_webapp.c
  WebAppConnection conn warp picard:8080
  WebAppDeploy tomcat conn /
  WebAppDeploy cocoon conn /cocoon
  WebAppInfo /webapp-info
 /IfModule
 
 and than on my browser i always see this error.
 
 WebApp: 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]
 
 


--
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 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
 
 
 
  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
  /IfModule
 
  and than on my browser i always see this error.
 
  WebApp: 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]

--
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 rsequeira


1) What's the URL you are using?
2) check the tomcat logs to see if there were any errors when deploying the
cocoon and tomcat web applications.
3) The port in your WebAppConnection line should match port defined in
server.xml. By default the WarpConnector listens on port 8008. See
server.xml
snip
Connector className=org.apache.catalina.connector.warp.WarpConnector
 port=8008/
/snip
4) And again as others have already said, start Tomcat first and once you
know that Tomcat has started, start Apache.

Thanks.
RS





Yunce Gunawan [EMAIL PROTECTED] on 04/03/2002 06:35:57 AM

Please 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 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 httpd.conf
  IfModule mod_webapp.c
   WebAppConnection conn warp picard:8080
   WebAppDeploy tomcat conn /
   WebAppDeploy cocoon conn /cocoon
   WebAppInfo /webapp-info
  /IfModule
 
  and than on my browser i always see this error.
 
  WebApp: 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]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]









--
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 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 DEBUG   (2002-04-03) 15:46.33:597   [] 
(Unknown-URI) Unknown-thread/LogKitLogge
r: Logger for category sitemap.serializer.html not defined in configuration. 
New Logger created and returne
d

2002-04-03 15:46:33 DEBUG   (2002-04-03) 15:46.33:604   [] 
(Unknown-URI) Unknown-thread/LogKitLogge
r: Logger for category sitemap.serializer.html not defined in configuration. 
New Logger created and returne
d

2002-04-03 15:46:33 DEBUG   (2002-04-03) 15:46.33:608   [] 
(Unknown-URI) Unknown-thread/LogKitLogge
r: Logger for category sitemap.serializer.html not defined in configuration. 
New Logger created and returne
d

2002-04-03 15:46:33 DEBUG   (2002-04-03) 15:46.33:621   [] 
(Unknown-URI) Unknown-thread/LogKitLogge
r: Logger for category core.xscript not defined in configuration. New Logger 
created and returned

2002-04-03 15:46:33 StandardWrapper[/cocoon:default]: Loading container 
servlet default
2002-04-03 15:46:33 default: init
2002-04-03 15:46:33 StandardWrapper[/cocoon:invoker]: Loading container 
servlet invoker
2002-04-03 15:46:33 invoker: init
2002-04-03 15:46:33 jsp: init

i don't understand, whats mean  Unknown-URI) Unknown-thread/LogKitLogger  , 
may u can help me...

 3) The port in your WebAppConnection line should match port defined in
 server.xml. By default the WarpConnector listens on port 8008. See
 server.xml
 snip
 Connector className=org.apache.catalina.connector.warp.WarpConnector
  port=8008/
 /snip

i have done


 4) And again as others have already said, start Tomcat first and once you
 know that Tomcat has started, start Apache.

i have done too...
but  this error always come :(

i don't know now, what must i do  
thanks anyway...

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

Assuming a default tomcat setup-
can you connect to http://localhost:8080/tomcat/your_file.jsp_here or
http://localhost:8080/cocoon/your_file.jsp_here
or http://picard.rz.hu-berlin.de:8080/tomcat/your_file.jsp_here

If you first get tomcat standalone working then you have a firm foundation
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 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 DEBUG   (2002-04-03) 15:46.33:597   [] 
(Unknown-URI) Unknown-thread/LogKitLogge
r: Logger for category sitemap.serializer.html not defined in configuration.

New Logger created and returne
d

2002-04-03 15:46:33 DEBUG   (2002-04-03) 15:46.33:604   [] 
(Unknown-URI) Unknown-thread/LogKitLogge
r: Logger for category sitemap.serializer.html not defined in configuration.

New Logger created and returne
d

2002-04-03 15:46:33 DEBUG   (2002-04-03) 15:46.33:608   [] 
(Unknown-URI) Unknown-thread/LogKitLogge
r: Logger for category sitemap.serializer.html not defined in configuration.

New Logger created and returne
d

2002-04-03 15:46:33 DEBUG   (2002-04-03) 15:46.33:621   [] 
(Unknown-URI) Unknown-thread/LogKitLogge
r: Logger for category core.xscript not defined in configuration. New Logger

created and returned

2002-04-03 15:46:33 StandardWrapper[/cocoon:default]: Loading container 
servlet default
2002-04-03 15:46:33 default: init
2002-04-03 15:46:33 StandardWrapper[/cocoon:invoker]: Loading container 
servlet invoker
2002-04-03 15:46:33 invoker: init
2002-04-03 15:46:33 jsp: init

i don't understand, whats mean  Unknown-URI) Unknown-thread/LogKitLogger
, 
may u can help me...

 3) The port in your WebAppConnection line should match port defined in
 server.xml. By default the WarpConnector listens on port 8008. See
 server.xml
 snip
 Connector className=org.apache.catalina.connector.warp.WarpConnector
  port=8008/
 /snip

i have done


 4) And again as others have already said, start Tomcat first and once you
 know that Tomcat has started, start Apache.

i have done too...
but  this error always come :(

i don't know now, what must i do  
thanks anyway...

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.343 / Virus Database: 190 - Release Date: 22/03/02
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.343 / Virus Database: 190 - Release Date: 22/03/02
 

--
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 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 the module

To do this, I am using the following lines:

LoadModule webapp_module  libexec/mod_webapp.so
AddModule  mod_webapp.c


I am guessing you will need to do the later.

Joe

- Original Message -
From: Yunce Gunawan [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL 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
 /IfModule

 and than on my browser i always see this error.

 WebApp: 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]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




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 with a GET request 


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
the page I want.

Is there something missing in my request ?
Do I have missed to configure Tomcat with my proxy address for example ?

Thank you for your help.

Judith.




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
'/index.vxml'

David




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 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 +
/html/html/Images/RWS
LOGO.gif + null) null
2001-07-03 09:48:38 - Ctx( /examples ): 404 R( /examples +
/html/Images/RWSLOGO.
gif + null) null
2001-07-03 09:48:55 - Ctx( /examples ): 404 R( /examples +
/html/Images/RWSLOGO.
gif + null) null  



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: [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 to localhost:8080/examples/myexample.jsp but i
CAN'T
 go to localhost/examples/myexample.jsp
 does anyone have any ideas why i can't go through IIS? my green arrow is
 'up', my logs are running, i have a jakarta virtual directory (with
execute
 access), my registry appears ok, my tomcat_home  java_home env vars are
ok.

 The Tomcat 3.2.1 shell window shows the following message:

   2001-07-09 09:00:58 - Ctx( ): 404 R( + /jakarta/isapi_redirect.dll = +
 null) null

  The server.log of the IIS 5 has the following entries:

 #Fields: date time c-ip cs-username s-sitename s-computername s-ip s-port
 cs-method cs-uri-stem cs-uri-query sc-status cs-version cs-host
 cs(User-Agent)
 2001-07-09 09:00:58 127.0.0.1 - W3SVC1 GALILEE 127.0.0.1 80 GET
 /jakarta/isapi_redirect.dll - 200 HTTP/1.1 localhost
 Mozilla/4.0+(compatible;+MSIE+5.01;+Windows+NT+5.0)

 and the isapi.log is:

  [jk_isapi_plugin.c (408)]: HttpFilterProc started
  [jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of
  /jakarta/isapi_redirect.dll
  [jk_uri_worker_map.c (344)]: Into
  jk_uri_worker_map_t::map_uri_to_worker
  [jk_uri_worker_map.c (434)]:
  jk_uri_worker_map_t::map_uri_to_worker, done
  without a match
  [jk_isapi_plugin.c (452)]: HttpFilterProc
  [/jakarta/isapi_redirect.dll] is
  not a servlet url
  [jk_isapi_plugin.c (461)]: HttpFilterProc check if
  [/jakarta/isapi_redirect.dll] is points to the web-inf directory
  [jk_isapi_plugin.c (517)]: HttpExtensionProc started
  [jk_worker.c (123)]: Into wc_get_worker_for_name ajp12
  [jk_worker.c (127)]: wc_get_worker_for_name, done  found a worker
  [jk_isapi_plugin.c (539)]: HttpExtensionProc got a worker for
  name ajp12
  [jk_ajp12_worker.c (223)]: Into jk_worker_t::get_endpoint
  [jk_ajp12_worker.c (121)]: Into jk_endpoint_t::service
  [jk_connect.c (108)]: Into jk_open_socket
  [jk_connect.c (115)]: jk_open_socket, try to connect socket = 2020
  [jk_connect.c (124)]: jk_open_socket, after connect ret = 0
  [jk_connect.c (132)]: jk_open_socket, set TCP_NODELAY to on
  [jk_connect.c (140)]: jk_open_socket, return, sd = 2020
  [jk_ajp12_worker.c (134)]: In jk_endpoint_t::service, sd = 2020
  [jk_ajp12_worker.c (357)]: Into ajpv12_handle_request
  [jk_ajp12_worker.c (361)]: ajpv12_handle_request, sending the
  ajp12 start
  sequence
  [jk_ajp12_worker.c (413)]: ajpv12_handle_request, sending the
 headers
  [jk_ajp12_worker.c (432)]: ajpv12_handle_request, sending the
  terminating
  mark
  [jk_ajp12_worker.c (472)]: ajpv12_handle_request done
  [jk_ajp12_worker.c (148)]: In jk_endpoint_t::service, sent request
  [jk_ajp12_worker.c (488)]: Into ajpv12_handle_response
  [jk_ajp12_worker.c (502)]: ajpv12_handle_response, read
  Status: 404 Not
  Found
  [jk_ajp12_worker.c (530)]: ajpv12_handle_response, read
  Status=404 Not Found
  [jk_ajp12_worker.c (502)]: ajpv12_handle_response, read
 Content-Type:
  text/html
  [jk_ajp12_worker.c (530)]: ajpv12_handle_response, read
  Content-Type=text/html
  [jk_ajp12_worker.c (542)]: ajpv12_handle_response, allocating
  header arrays
  [jk_ajp12_worker.c (502)]: ajpv12_handle_response, read
  Content-Length: 201
  [jk_ajp12_worker.c (530)]: ajpv12_handle_response, read
  Content-Length=201
  [jk_ajp12_worker.c (502)]: ajpv12_handle_response, read
  Servlet-Engine:
  Tomcat Web Server/3.2.1 (JSP 1.1; Servlet 2.2; Java 1.3.0;
  Windows 2000 5.0
  x86; java.vendor=Sun Microsystems Inc.)
  [jk_ajp12_worker.c (530)]: ajpv12_handle_response, read
  Servlet-Engine=Tomcat Web Server/3.2.1 (JSP 1.1; Servlet 2.2;
  Java 1.3.0;
  Windows 2000 5.0 x86; java.vendor=Sun Microsystems Inc.)
  [jk_ajp12_worker.c (502)]: ajpv12_handle_response, read
  [jk_ajp12_worker.c (504)]: ajpv12_handle_response, headers are
 done
  [jk_ajp12_worker.c (563)]: ajpv12_handle_response, starting
 response
  [jk_isapi_plugin.c (201)]: Into jk_ws_service_t::start_response
  [jk_ajp12_worker.c (574)]: ajpv12_handle_response, reading
  response body
  [jk_isapi_plugin.c (335)]: Into jk_ws_service_t::write
  [jk_ajp12_worker.c (590)]: ajpv12_handle_response, response
  body is done
  [jk_ajp12_worker.c (602)]: ajpv12_handle_response done
  [jk_isapi_plugin.c (551)]: HttpExtensionProc service() returned OK
  [jk_ajp12_worker.c (163)]: Into jk_endpoint_t::done

  Have you got an idea what the problem could be and do you need more
 Thanks any help you can offer, I'm stuck!

 Herv..






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?

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 the first jsp page and then it's error 404.
 And if i reload the first page again it's also error 404.
 
 The IIS log-
 GET /jakarta/isapi_redirect.dll 200
 GET /examples/images/return.gif 404
 
 The isapi log-
 [jk_uri_worker_map.c (334)]: jk_uri_worker_map_t::uri_worker_map_close, NULL
 parameter
 [jk_uri_worker_map.c (184)]: In jk_uri_worker_map_t::uri_worker_map_free,
 NULL parameters
 
 Regards
 
 Lars
 _
 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
 




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 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 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 at best. 
 
 Harry Peirson
 
  winmail.dat  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




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.


- 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 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.

 I tried with other combinations also, like uploading
 new.jsp(as this link was working properly) by other
 name like new1.jsp, and trying to access it, it again
 fails.

 i.e. i am able to access only new.jsp and no other
 file


 Thank u in advance
 Nitin

 
 Do You Yahoo!?
 Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
 or your free @yahoo.ie address at http://mail.yahoo.ie




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 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 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.
 alter.jsp is there in on the server.

 I tried with other combinations also, like uploading
 new.jsp(as this link was working properly) by other
 name like new1.jsp, and trying to access it, it again
 fails.

 i.e. i am able to access only new.jsp and no other
 file


 Thank u in advance
 Nitin

 
 Do You Yahoo!?
 Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
 or your free @yahoo.ie address at http://mail.yahoo.ie