Re: Unable to access Tomcat Admin Application

2005-01-28 Thread Punit Duggal
I now installed 5.0.28. In this, the admin application works as expected. 
Since 5.0.30 is still in beta, looks like its better to use 28 !!!

From: Drew Jorgenson <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" 
To: Tomcat Users List 
Subject: Re: Unable to access Tomcat Admin Application
Date: Fri, 28 Jan 2005 14:57:19 -0800
Does Tomcat come with a full installer on Windows? if not did you
unzip/tar to a FAT or NTFS partition?
On Fri, 2005-01-28 at 12:22, Punit Duggal wrote:
> I  installed Tomcat 5.0.30 on my PC and added the admin role to the
> tomcat-users.xml file.
> When I try to access the admin app using http://localhost:8080/admin 
nothing
> shows up in the browser and here is the error that I get in the cmd 
prompt
> window :
> Jan 28, 2005 12:17:21 PM 
org.apache.catalina.authenticator.FormAuthenticator
> au
> henticate
> WARNING: Unexpected error forwarding to login page
> javax.servlet.ServletException: Cannot find message resources under key
> org.apa
> he.struts.action.MESSAGE
> at
> org.apache.jasper.runtime.PageContextImpl.doHandlePageException(Page
> ontextImpl.java:846)
> at
> org.apache.jasper.runtime.PageContextImpl.handlePageException(PageCo
> textImpl.java:779)
> at admin.login_jsp._jspService(login_jsp.java:115)
> at
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App
> icationFilterChain.java:252)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(Application
> ilterChain.java:173)
> at
> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDis
> atcher.java:696)
> at
> org.apache.catalina.core.ApplicationDispatcher.processRequest(Applic
> tionDispatcher.java:474)
>
> Anyone has an idea as to what I am doing wrong ??
>
> Thanks !
>
> _
> FREE pop-up blocking with the new MSN Toolbar  get it now!
> http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
>
>
> -
> 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]
_
Don’t just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

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


Re: Unable to access Tomcat Admin Application

2005-01-28 Thread Drew Jorgenson
Does Tomcat come with a full installer on Windows? if not did you
unzip/tar to a FAT or NTFS partition?

On Fri, 2005-01-28 at 12:22, Punit Duggal wrote:
> I  installed Tomcat 5.0.30 on my PC and added the admin role to the 
> tomcat-users.xml file.
> When I try to access the admin app using http://localhost:8080/admin nothing 
> shows up in the browser and here is the error that I get in the cmd prompt 
> window :
> Jan 28, 2005 12:17:21 PM org.apache.catalina.authenticator.FormAuthenticator 
> au
> henticate
> WARNING: Unexpected error forwarding to login page
> javax.servlet.ServletException: Cannot find message resources under key 
> org.apa
> he.struts.action.MESSAGE
> at 
> org.apache.jasper.runtime.PageContextImpl.doHandlePageException(Page
> ontextImpl.java:846)
> at 
> org.apache.jasper.runtime.PageContextImpl.handlePageException(PageCo
> textImpl.java:779)
> at admin.login_jsp._jspService(login_jsp.java:115)
> at 
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App
> icationFilterChain.java:252)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(Application
> ilterChain.java:173)
> at 
> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDis
> atcher.java:696)
> at 
> org.apache.catalina.core.ApplicationDispatcher.processRequest(Applic
> tionDispatcher.java:474)
> 
> Anyone has an idea as to what I am doing wrong ??
> 
> Thanks !
> 
> _
> FREE pop-up blocking with the new MSN Toolbar  get it now! 
> http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
> 
> 
> -
> 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]



RE: Unable to access Tomcat Admin Application

2005-01-28 Thread Drew Jorgenson
ok, my bad ;-)

On Fri, 2005-01-28 at 14:48, Caldarale, Charles R wrote:
> > From: Drew Jorgenson [mailto:[EMAIL PROTECTED]
> > Subject: Re: Unable to access Tomcat Admin Application
> > 
> > I don't think admin comes bundled with Tomcat 5 by default, 
> > you need to install it yourself.
> 
> He's using 5.0.30, which includes the admin app in the regular download.  
> It's only the 5.5 series that has a separate download for admin.
> 
>  - Chuck
> 
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
> MATERIAL and is thus for use only by the intended recipient. If you received 
> this in error, please contact the sender and delete the e-mail and its 
> attachments from all computers.
> 
> -
> 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]



RE: Unable to access Tomcat Admin Application

2005-01-28 Thread Caldarale, Charles R
> From: Drew Jorgenson [mailto:[EMAIL PROTECTED]
> Subject: Re: Unable to access Tomcat Admin Application
> 
> I don't think admin comes bundled with Tomcat 5 by default, 
> you need to install it yourself.

He's using 5.0.30, which includes the admin app in the regular download.  It's 
only the 5.5 series that has a separate download for admin.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

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



Re: Unable to access Tomcat Admin Application

2005-01-28 Thread Drew Jorgenson
I don't think admin comes bundled with Tomcat 5 by default, you need to
install it yourself.

Drew.

On Fri, 2005-01-28 at 12:22, Punit Duggal wrote:
> I  installed Tomcat 5.0.30 on my PC and added the admin role to the 
> tomcat-users.xml file.
> When I try to access the admin app using http://localhost:8080/admin nothing 
> shows up in the browser and here is the error that I get in the cmd prompt 
> window :
> Jan 28, 2005 12:17:21 PM org.apache.catalina.authenticator.FormAuthenticator 
> au
> henticate
> WARNING: Unexpected error forwarding to login page
> javax.servlet.ServletException: Cannot find message resources under key 
> org.apa
> he.struts.action.MESSAGE
> at 
> org.apache.jasper.runtime.PageContextImpl.doHandlePageException(Page
> ontextImpl.java:846)
> at 
> org.apache.jasper.runtime.PageContextImpl.handlePageException(PageCo
> textImpl.java:779)
> at admin.login_jsp._jspService(login_jsp.java:115)
> at 
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App
> icationFilterChain.java:252)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(Application
> ilterChain.java:173)
> at 
> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDis
> atcher.java:696)
> at 
> org.apache.catalina.core.ApplicationDispatcher.processRequest(Applic
> tionDispatcher.java:474)
> 
> Anyone has an idea as to what I am doing wrong ??
> 
> Thanks !
> 
> _
> FREE pop-up blocking with the new MSN Toolbar  get it now! 
> http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
> 
> 
> -
> 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]