V
vk02720
Hi,
I am getting the following error when I start tomcat 4.1.31 on Linux
after deploying a war file :
Aug 4, 2005 2:41:04 PM org.apache.commons.digester.Digester endElement
SEVERE: End event threw exception
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
Albeit the error, the app is deployed.
Following are the issues :
1. If the war file is already expanded, I dont get this error.
2. I have context defined for myproj in myproj.xml in webapps
directory. If I dont define this context in seperate file, then I dont
get this error.
3. Tomcat does not expand the war file dynamically. It has to be
restarted to do so although following options are in server.xml :
<Host name="localhost" debug="0" appBase="webapps"
unpackWARs="true" autoDeploy="true">
Any help appreciated.
TIA
I am getting the following error when I start tomcat 4.1.31 on Linux
after deploying a war file :
Aug 4, 2005 2:41:04 PM org.apache.commons.digester.Digester endElement
SEVERE: End event threw exception
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
Albeit the error, the app is deployed.
Following are the issues :
1. If the war file is already expanded, I dont get this error.
2. I have context defined for myproj in myproj.xml in webapps
directory. If I dont define this context in seperate file, then I dont
get this error.
3. Tomcat does not expand the war file dynamically. It has to be
restarted to do so although following options are in server.xml :
<Host name="localhost" debug="0" appBase="webapps"
unpackWARs="true" autoDeploy="true">
Any help appreciated.
TIA