Mark Thomas wrote:
Ken Bowen wrote:
The Host spec from server.xml:
It looks like you have a third-party packaged version of Tomcat. It
might not be the cause but you might be better off with a standard
version downloaded from Apache or one of its mirriors.
Indeed. I do
Ken Bowen wrote:
> The Host spec from server.xml:
>
> autoDeploy="true">
> docBase="/opt/tomcat5/server/webapps/manager" privileged="true" debug="0"/>
> privileged="true" debug="0"/>
>
It looks like you have a third-party packaged version of Tomcat. It
might not be the cause but you mig
It seems to that's what I did in steps a-c when I renamed myapp.war to
ROOT.war before restarting Tomcat.??
Auke Noppe wrote:
Try to build your app as ROOT.war.
Because tomcat extracts the war-file, and makes some copies to tmp and work
dirs.
-Oorspronkelijk bericht-
Van: Ken Bowen [
Try to build your app as ROOT.war.
Because tomcat extracts the war-file, and makes some copies to tmp and work
dirs.
-Oorspronkelijk bericht-
Van: Ken Bowen [mailto:[EMAIL PROTECTED]
Verzonden: donderdag 18 oktober 2007 13:43
Aan: users@tomcat.apache.org
Onderwerp: Problem installing ap