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,

Reply via email to