Tomcat 4.1.30 - servlets no longer working

2004-04-05 Thread Support
Suddenly the servlets on our RH9 server are no longer working.

The error message is

HTTP Status 404 - /servlets
The requested resource (/servlets) is not available.
Maybe a permissions or RHN update problem or similar.

.jsp against it are still working fine.

I'm working on this issue for the past two days without
any success.
Where can I find the solution ?

Thank you.

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


Re: Tomcat 4.1.30 - servlets no longer working

2004-04-05 Thread QM
On Mon, Apr 05, 2004 at 03:56:02PM +0200, Support wrote:
: HTTP Status 404 - /servlets
: The requested resource (/servlets) is not available.
: [snip]
: .jsp against it are still working fine.

Let's trade: you provide some details about your setup, and perhaps
someone can hint at a solution.

Are you accessing Tomcat through Apache (mod_jk)? 
If so, check whether a jkMount directive got whacked.

If you're hitting Tomcat directly, what do the error logs say?
etc., etc.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


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



Re: Tomcat 4.1.30 - servlets no longer working

2004-04-06 Thread Support
Yes, mod_jk2 seems to have a strange problem, regarding index.jsp
URL http://domain.com/servlet/SnoopServlet
There is no index.jsp available within the WEB-INF directory.
mod_jk.log :

SnoopServlet :

[Tue Apr 06 07:21:37 2004]  ( info) [mod_jk2.c (451)]: mod_jk.translate(): 
uriMap /index.jsp ajp13:localhost:8009
[Tue Apr 06 07:21:40 2004]  ( info) [mod_jk2.c (451)]: mod_jk.translate(): 
uriMap /servlet/SnoopServlet ajp13:localhost:8009
[Tue Apr 06 07:21:40 2004]  ( info) [mod_jk2.c (351)]: mod_jk.handler() per 
dir worker for 0x833ba10 0x8340da8
[Tue Apr 06 07:21:40 2004]  ( info) [mod_jk2.c (394)]: modjk.handler() 
Calling ajp13:localhost:8009 0x8340da8
[Tue Apr 06 07:21:52 2004]  ( info) [mod_jk2.c (451)]: mod_jk.translate(): 
uriMap /index.jsp ajp13:localhost:8009

Snoop.jsp against it is creating the endpoint :

[Tue Apr 06 07:21:24 2004]  ( info) [mod_jk2.c (451)]: mod_jk.translate(): 
uriMap /jsp/num/snoop.jsp ajp13:localhost:8009
[Tue Apr 06 07:21:24 2004]  ( info) [mod_jk2.c (351)]: mod_jk.handler() per 
dir worker for 0x833ba10 0x83433c0
[Tue Apr 06 07:21:24 2004]  ( info) [mod_jk2.c (383)]: mod_jk.handler(): 
new rpool
[Tue Apr 06 07:21:24 2004]  ( info) [mod_jk2.c (394)]: modjk.handler() 
Calling ajp13:localhost:8009 0x83433c0
[Tue Apr 06 07:21:24 2004]  (debug) [jk_env.c (248)]: env.createBean2(): 
Create [endpoint] (null)
[Tue Apr 06 07:21:24 2004]  (debug) [jk_env.c (383)]: env.getByName(): Get 
by name workerEnv 0x8407ca0
[Tue Apr 06 07:21:24 2004]  (debug) [jk_env.c (312)]: env.createBean2(): 
register endpoint:10 0x8488308
[Tue Apr 06 07:21:24 2004]  ( info) [jk_shm.c (466)]: shm.createSlot() 
Create 3 0x410c8000 0x410ce000
[Tue Apr 06 07:21:24 2004]  ( info) [jk_endpoint.c (95)]: workerEnv.init() 
create slot epStat.12

Catalina.log :

2004-04-05 22:32:25 Authenticator[]: Security checking request GET 
/servlet/SnoopServlet
2004-04-05 22:32:25 Authenticator[]:  Not subject to any constraint
2004-04-05 22:32:25 StandardContext[]: Mapping contextPath='' with 
requestURI='/servlet/SnoopServlet' and relativeURI='/servlet/SnoopServlet'
2004-04-05 22:32:25 StandardContext[]:  Mapped to servlet 'default' with 
servlet path '/servlet/SnoopServlet' and path info 'null' and update=true

SnoopServlet is not working.

2004-04-05 22:32:34 Authenticator[]: Security checking request GET 
/jsp/snp/snoop.jsp
2004-04-05 22:32:34 Authenticator[]:  Not subject to any constraint
2004-04-05 22:32:34 StandardContext[]: Mapping contextPath='' with 
requestURI='/jsp/snp/snoop.jsp' and relativeURI='/jsp/snp/snoop.jsp'
2004-04-05 22:32:34 StandardContext[]:  Mapped to servlet 'jsp' with 
servlet path '/jsp/snp/snoop.jsp' and path info 'null' and update=true

snoop.jsp is working properly.

Thank you.

On Mon, Apr 05, 2004 at 03:56:02PM +0200, Support wrote:
> : HTTP Status 404 - /servlets
> : The requested resource (/servlets) is not available.
> : [snip]
> : .jsp against it are still working fine.
>
> Let's trade: you provide some details about your setup, and perhaps
> someone can hint at a solution.
>
> Are you accessing Tomcat through Apache (mod_jk)?
> If so, check whether a jkMount directive got whacked.
>
> If you're hitting Tomcat directly, what do the error logs say?
> etc., etc.
>
> -QM
>
> --
>
> software  -- http://www.brandxdev.net
> tech news -- http://www.RoarNetworX.com
>
>
> -
> To unsubscribe, e-mail: 
[EMAIL PROTECTED]
> For additional commands, e-mail: 
[EMAIL PROTECTED]
>  

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