Can you go through the exact steps you took in installing tomcat? Also where exactly did you get your tomcat? Lastly, what Java are you using? I ask because the binary download of tomcat from one of the Apache mirrors just plain works out of the box with the Sun JVM. The error you are getting makes me think one or more jar libraries may not be in the correct location or the JVM is one of the less useful ones like gnu java.

--David

Nuno Manuel Martins wrote:
Hi,

I did just that, unfortunately I am getting the same error :(

May 21, 2008 9:27:20 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Allocate exception for servlet HTMLManager
java.lang.ClassNotFoundException: org.apache.catalina.manager.HTMLManagerServlet
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1068)
        at 
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:791)
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:127)
        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
        at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
        at 
org.apache.catalina.valves.FastCommonAccessLogValve.invoke(FastCommonAccessLogValve.java:482)
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
        at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
        at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
        at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
        at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
        at 
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
        at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
        at java.lang.Thread.run(Thread.java:595)
May 21, 2008 9:35:03 AM org.apache.catalina.core.StandardWrapperValve invoke
INFO: Servlet HTMLManager is currently unavailable


Any more ideas?

Thanks,
Nuno
-----Original Message-----
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
Sent: terça-feira, 20 de Maio de 2008 12:13
To: Tomcat Users List
Subject: RE: Manager Application (Tomcat 5.5.26)

From: David Smith [mailto:[EMAIL PROTECTED]
Subject: Re: Manager Application (Tomcat 5.5.26)

If I were you, I'd download a fresh copy of tomcat 5.5 (or just unzip
the downloaded version from before) and recopy server/webapps/manager
from the archive to your installed tomcat.

I'd suggest going farther and just throwing away the existing Tomcat
installation, since it's obviously been corrupted in ways unknown.
Start over with a fresh download and a fresh installation, update
conf/tomcat-users.xml, and verify that the manager app works.  Once
that's done, carefully make any config changes for the webapps you want
to deploy, taking notes so you can back out anything that doesn't work.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
David Smith
Network Operations Supervisor
Department of Entomology
Cornell University
2132 Comstock Hall
Ithaca, NY 14853
Phone: (607) 255-9571
Fax: (607) 255-0940


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to