You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ray Madigan <ra...@madigans.org> on 2002/09/23 09:03:51 UTC

Tomcat 4.1 Installation

Hi,

I have a set of webapps that run ok on tomcat 4.0 - except for the fact that
the responseDispatcher.include puts the included page at the beginning of
the including html page.  I have installed tomcat 4.1.10 and am attempting
to get it to work.  The problem is in the startup of the server when it is
deploying the contexts.  I have included the log message.  Any help would be
appreciated.

2002-09-22 22:26:05 HostConfig[localhost]: Expanding web application archive
Central.war
2002-09-22 22:26:05 StandardHost[localhost]: Installing web application at
context path /Central from URL file:/usr/local/xrm/webapps/Central
2002-09-22 22:26:05 WebappLoader[/Central]: Deploying class repositories to
work directory /usr/local/xrm/work/Standalone/localhost/Central
2002-09-22 22:26:05 WebappLoader[/Central]: Deploy class files
/WEB-INF/classes to /usr/local/xrm/webapps/Central/WEB-INF/classes
2002-09-22 22:26:05 WebappLoader[/Central]: Deploy JAR
/WEB-INF/lib/Central.jar to
/usr/local/xrm/webapps/Central/WEB-INF/lib/Central.jar
2002-09-22 22:26:05 WebappLoader[/Central]: Deploy JAR
/WEB-INF/lib/Partition.jar to
/usr/local/xrm/webapps/Central/WEB-INF/lib/Partition.jar
2002-09-22 22:26:05 WebappLoader[/Central]: Deploy JAR
/WEB-INF/lib/Proxy.jar to
/usr/local/xrm/webapps/Central/WEB-INF/lib/Proxy.jar
2002-09-22 22:26:06 ContextConfig[/Central] Exception processing JAR at
resource path /WEB-INF/lib/Proxy.jar
javax.servlet.ServletException: Exception processing JAR at resource path
/WEB-INF/lib/Proxy.jar
	at
org.apache.catalina.startup.ContextConfig.tldScanJar(ContextConfig.java:930)

...

----- Root Cause -----
java.io.IOException: No such file or directory
	at java.io.UnixFileSystem.createFileExclusively(Native Method)
	at java.io.File.checkAndCreate(File.java:1294)
If anyone has seen this - or has any idea of what to do - i would appreciate
it.

Thanks


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>