sunshinesara1976
Programmer
Hi, I wonder if anyone can help?
Each time I try to startup tomcat using startup.sh I get 2 attempted startups of my application in the log file, however I think I have set it up right according to the docs for Tomcat 4.1
Here is the relevant part of my server.xml
[blue]<Host name="myhostname" debug="0" appBase="webapps" unpackWARs="true" autoDeploy="false">
<Context path="" docBase="appname" debug="0">[/blue]
In my webapps directory I have the appname.war and the corresponding exploded appname directory.
It is definately loading the application for the named context but it also loads another instance.
Can anyone help me?
Each time I try to startup tomcat using startup.sh I get 2 attempted startups of my application in the log file, however I think I have set it up right according to the docs for Tomcat 4.1
Here is the relevant part of my server.xml
[blue]<Host name="myhostname" debug="0" appBase="webapps" unpackWARs="true" autoDeploy="false">
<Context path="" docBase="appname" debug="0">[/blue]
In my webapps directory I have the appname.war and the corresponding exploded appname directory.
It is definately loading the application for the named context but it also loads another instance.
Can anyone help me?