You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Jack Byrne <jb...@aol.com> on 2003/07/09 18:24:09 UTC

WAR files with Tomcat 4.0 problem...

Hello,

I have a .war file in my webapps directory and it does not get expanded 
when Tomcat 4.0 starts up.

I am getting the error

java.lang.IllegalArgumentException: Document base 
/install/jakarta-tomcat-4.0/webapps/soap does not exist or is not a 
readable directory

but there is a soap.war file in /install/jakarta-tomcat-4.0/webapps

I have also enabled unpackWARs

<Engine name="Standalone" defaultHost="localhost" debug="0" 
autoDeploy="true" unpackWARs="true">
.
.
.
.
<!-- Define the default virtual host -->
      <Host name="localhost" debug="0" appBase="webapps" 
autoDeploy="true" unpackWARs="true">
.
.
.
<!-- Replace "localhost" with what your Apache "ServerName" is set to -->
<Engine className="org.apache.catalina.connector.warp.WarpEngine"
     name="Apache" debug="0" appBase="webapps" autoDeploy="true" 
unpackWARs="true">

everywhere in server.xml

Regards
Jack


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org