Thanks.  To answer a few points you brought up:
1) This is Tomcat 4.1.18 on Red Hat 7.3 
2) The requested resource (/manager/html) is right off the main Tomcat screen 
(localhost:8080), the link for "Tomcat Manager" points to "/manager/html".  Out of 
curiousity I also called this minus the "/html" with the same result (resource not 
found).
3) I have the default manager.xml file installed in /webapps, which does point, as you 
said, to ../server/webapps/manager.
4) Since the manager.xml file isn't working I tried adding the important lines to 
server.xml in the conf directory:
<!-- Define the default virtual host -->
<Host name="localhost" debug="0" appBase="webapps" unpackWARs="true" autoDeploy="true">
<Context path="/manager" debug="0" privileged="true" 
docBase="/var/tomcat4/server/webapps/manager">
</Context>      
This resulted in the same error.

What am I doing wrong on this box?

Larry




 --- On Thu 03/13, Kal Govindu < [EMAIL PROTECTED] > wrote:
From: Kal Govindu [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Date: Thu, 13 Mar 2003 16:39:53 -0500
Subject: RE: Problem with Tomcat Manager

Hi,
I don't which version of tomcat your are using, but the manager
application is usually ../server/webapps/manager relative to Tomcat's
home directory. I have never seen a HTML folder under manager before.
Usually when you have this error tomcat could not figure out the
location of your context. I would start from you context definition and
start determining where it points to relative to tomcat's home
directory.

Hope this helps
Kal

-----Original Message-----
From: Larry [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 13, 2003 3:06 PM
To: [EMAIL PROTECTED]
Subject: Problem with Tomcat Manager



I've read the HOWTO on installing manager, and I have the Tomcat Manager
running on 4 other boxes without any troubles.  But on the box I am
currently configuring I can not make manager work.  I always get:
The requested resource (/manager/html) is not available.

I checked my logs and found this (see below) in my local-host log at
startup of the tomcat service. Any ideas what I should be looking for
regarding the failures mentioned in the first few lines?  I am at a
loss.

The rest of tomcat and my distributed applications work fine.

Larry

2003-03-13 14:54:25 HostConfig[localhost]: Deploying configuration
descriptor admin.xml
2003-03-13 14:54:25 HostConfig[localhost]: Deploying configuration
descriptor manager.xml
2003-03-13 14:54:25 StandardContext[/manager]: Resources start failed:
2003-03-13 14:54:25 StandardContext[/manager]: Context startup failed
due to previous errors
2003-03-13 14:54:25 StandardContext[/manager]: Exception during cleanup
after start failed
LifecycleException:  Container StandardContext[/manager] has not been
started
        at
org.apache.catalina.core.StandardContext.stop(StandardContext.java:3643)
        at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3621
)
        at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.ja
va:821)
        at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
        at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:579)
        at
org.apache.catalina.core.StandardHostDeployer.addChild(StandardHostDeplo
yer.java:529)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at
org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java)
        at
org.apache.commons.digester.SetNextRule.end(SetNextRule.java:260)
        at
org.apache.commons.digester.Digester.endElement(Digester.java:1036)
        at
org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
        at org.apache.xerces.impl.XMLNamespaceBinder.endElement(Unknown
Source)
        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unk
nown Source)
        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDis
patcher.dispatch(Unknown Source)
        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unkno
wn Source)
        at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown
Source)
        at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown
Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
Source)
        at
org.apache.commons.digester.Digester.parse(Digester.java:1514)
        at
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeploy
er.java:335)
        at
org.apache.catalina.core.StandardHost.install(StandardHost.java:803)
        at
org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java
:452)
        at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:409)
        at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:879)
        at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:36
8)
        at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSu
pport.java:166)
        at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1196)
        at
org.apache.catalina.core.StandardHost.start(StandardHost.java:738)
        at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188)
        at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:347)
        at
org.apache.catalina.core.StandardService.start(StandardService.java:497)
        at
org.apache.catalina.core.StandardServer.start(StandardServer.java:2189)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:512)
        at
org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
        at
org.apache.catalina.startup.Catalina.process(Catalina.java:180)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)


_______________________________________________
No banners. No pop-ups. No kidding.
Introducing My Way - http://www.myway.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]



_______________________________________________
No banners. No pop-ups. No kidding.
Introducing My Way - http://www.myway.com

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

Reply via email to