RE: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable

2006-07-13 Thread simon jones
: David Smith [mailto:[EMAIL PROTECTED] Sent: 12 July 2006 19:58 To: Tomcat Users List Subject: Re: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable I also don't see even one reference to the admin webapp. This tells me something fishy is going on. Try this: First

Re: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable

2006-07-13 Thread David Smith
:[EMAIL PROTECTED] Sent: 12 July 2006 19:58 To: Tomcat Users List Subject: Re: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable I also don't see even one reference to the admin webapp. This tells me something fishy is going on. Try this: First, I see you copied the admin

RE: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable

2006-07-13 Thread simon jones
in the log either, where next? Cheers, Simon -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: 12 July 2006 19:58 To: Tomcat Users List Subject: Re: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable I also don't see even one

Re: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable

2006-07-13 Thread David Smith
-Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: 12 July 2006 19:58 To: Tomcat Users List Subject: Re: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable I also don't see even one reference to the admin webapp. This tells me something fishy

RE: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable

2006-07-13 Thread simon jones
You sir are a star! Well spotted, that did the trick. Thanks very much. Simon -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: 13 July 2006 13:01 To: Tomcat Users List Subject: Re: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable Look

RE: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable

2006-07-13 Thread simon jones
2006 12:49 To: Tomcat Users List Subject: Re: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable There has to be some messages about the admin webapp. The only way to not have any is if admin.xml is not stored in the correct place. Even bad permissions should

HTTP Status 503 - Servlet admin.login_jsp is currently unavailable

2006-07-12 Thread simon jones
call the admin page I get the following error: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable type Status report message Servlet admin.login_jsp is currently unavailable description

Re: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable

2006-07-12 Thread David Smith
- no probs - manager works great as does the installation but I can't get the admin working, I know this has been posted before but I can't find a fix so I'm also providing as much information as possible with this post. When I call the admin page I get the following error: HTTP Status 503 - Servlet

RE: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable

2006-07-12 Thread simon jones
:38 To: Tomcat Users List Subject: Re: HTTP Status 503 - Servlet admin.login_jsp is currently unavailable Did you store the admin webapp in server/webapps where it belongs? Also check your logs. There should be an exception trace just before the place where this was marked as unavailable. --David