Comments inline --

Thomas Chang wrote:

Sorry, I haven't understund what your " I'll bet you don't have a webapp at server/webapps/admin ..." means.

It means take a look at the server/webapps folder. I'll bet there is not a folder named admin there.

In conf/Catalina/localhost there really a file called "manager.xml" and the manager webapp itself is really at server/webapps/manager.


Ok... then there should be an error message specifically referring to the manager webapp in the logs. The error posted in your original post has to do with the admin webapp and should not impact deployment of the manager webapp.

David Smith <[EMAIL PROTECTED]> schrieb: Right -- as I expected. I'll bet you don't have a webapp at server/webapps/admin which would cause the stack trace you are seeing. That doesn't fix the manager webapp though. Do you have any errors in the logs regarding the manager webapp? Other things to check is that there is file named manager.xml in conf/Catalina/localhost and the manager webapp itself at server/webapps/manager.

--David

Thomas Chang wrote:

The file conf/Catalina/localhost/admin.xml is there is it just contains one 
line:


       antiResourceLocking="false" antiJARLocking="false">



David Smith schrieb: Not sure about the manager webapp responding in 404 since the stack track below refers to the admin webapp. Regarding the stack trace below, It would appear you have the admin webapp defined in a .../> element but the admin webapp itself isn't present. Look for a file named admin.xml in conf/Catalina/localhost -- that's the source of the error.

--David

Thomas Chang wrote:



Hi all,

I copy the whole dir of the Tomcat 5.5.17 which runs quite well at home to the computer in my 
office. As I start the Tomcat, I got error as follow. Though I can open the first page of Tomcat, 
but as I want to open the "Manager" link I got error of "HTTP Status 404 - 
/manager/html"

Somebody has idea?

Regards

Thomas

****************
SCHWERWIEGEND: Error starting static Resources
java.lang.IllegalArgumentException: Document base C:\Programme\Apache Software F
oundation\apache-tomcat-5.5.17\server\webapps\admin does not exist or is not a r
eadable directory
     at org.apache.naming.resources.FileDirContext.setDocBase(FileDirContext.
java:140)
     at org.apache.catalina.core.StandardContext.resourcesStart(StandardConte
xt.java:3814)
     at org.apache.catalina.core.StandardContext.start(StandardContext.java:3
985)
     at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:759)
     at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:73
9)
     at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)

     at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.ja
va:608)
     at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.j
ava:535)
     at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470
)
     at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
     at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java
:310)
     at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:119)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)

     at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)

     at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442
)
     at org.apache.catalina.core.StandardService.start(StandardService.java:4
50)
     at org.apache.catalina.core.StandardServer.start(StandardServer.java:709
)
     at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
     at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
11.01.2008 08:09:01 org.apache.catalina.core.StandardContext start

--------------------------------- Heute schon einen Blick in die Zukunft von E-Mails wagen? Versuchen Sie´s mit dem neuen Yahoo! Mail.

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



--------------------------------- Jetzt Mails schnell in einem Vorschaufenster überfliegen. Dies und viel mehr bietet das neue Yahoo! Mail.



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



--------------------------------- Heute schon einen Blick in die Zukunft von E-Mails wagen? Versuchen Sie´s mit dem neuen Yahoo! Mail.


---------------------------------------------------------------------
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