You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by john cho <ch...@comcast.net> on 2004/06/02 17:06:31 UTC

war file is not expanding

Hi all,
i have problem of not expanding war file related with server.xml

in server.xml, i have context element which has docBase and path attributes.

<Context docBase="/var/tomcat4/webapps/testApp" path ="/testApp" reloadable="true"></Context>  -- in this case, the war file in /webapps does not expand.

However, if i do change it as follows with ending "/" in docBase and path attributes:

<Context docBase="/var/tomcat4/webapps/testApp/" path ="/testApp/" reloadable="true"></Context> , it does expand the war file.


I have moved also xerces.xml to /common/endorsed/ to be sure with Tomcat xml parser related issues.  But still the same problem.

Anybody with insights on this problem would be appreciates.

thanks,