Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Tomcat admin application

0 views
Skip to first unread message

Richard Brust

unread,
Oct 25, 2002, 2:17:16 AM10/25/02
to
Has anyone gotten the "admin" app to work, and if so, how?

I have TC up and running, and all apps, including the "manager" app
seem to work. However, when trying to load the "admin" app, I get the
following page:

<error_page_snippet>
HTTP Status 404 - /admin
--------------------------------------------------------------------------------
type Status report
message /admin
description The requested resource (/admin) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/4.1.12
</error_page_snippet>


with the following logfile entries:

<log_file_entries>
2002-10-24 23:08:51 WebappLoader[/admin]: Deploying class repositories
to work directory C:\tmp\tomcat_4_1_12\work\Standalone\localhost\admin
2002-10-24 23:08:51 WebappLoader[/admin]: Deploy class files
/WEB-INF/classes to c:\tmp\tomcat_4_1_12\webapps\..\server\webapps\admin\WEB-INF\classes
2002-10-24 23:08:51 WebappLoader[/admin]: Deploy JAR
/WEB-INF/lib/struts.jar to
c:\tmp\tomcat_4_1_12\webapps\..\server\webapps\admin\WEB-INF\lib\struts.jar
2002-10-24 23:08:52 ContextConfig[/admin] Exception processing JAR at
resource path /WEB-INF/lib/struts.jar
javax.servlet.ServletException: Exception processing JAR at resource
path /WEB-INF/lib/struts.jar
at org.apache.catalina.startup.ContextConfig.tldScanJar(ContextConfig.java:930)
at org.apache.catalina.startup.ContextConfig.tldScan(ContextConfig.java:868)
at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:647)
...
... => (bunch of truncated trace dump)
...
at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
----- Root Cause -----
java.io.IOException: The system cannot find the path specified
at java.io.Win32FileSystem.createFileExclusively(Native Method)
at java.io.File.checkAndCreate(File.java:1159)
...
... => (more truncated stuff)
...
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)

2002-10-24 23:08:52 ContextConfig[/admin]: Marking this application
unavailable due to previous error(s)
2002-10-24 23:08:52 StandardManager[/admin]: Seeding random number
generator class java.security.SecureRandom
2002-10-24 23:08:52 StandardManager[/admin]: Seeding of random number
generator has been completed
2002-10-24 23:08:52 StandardContext[/admin]: Context startup failed
due to previous errors
</log_file_entries>

Mykola A. Nickishov

unread,
Oct 25, 2002, 8:16:21 PM10/25/02
to
In article <f12180f2.0210...@posting.google.com>, Richard Brust wrote:

> Has anyone gotten the "admin" app to work, and if so, how?

I use 4.1.12 Linux RPM distribution from jakarta.apache.org. And no
problems with admin application.

--
/me @ home
MAN-UANIC

0 new messages