> From: Kai Behncke [mailto:kai-behn...@gmx.de]
> I have installed Tomcat with apt-get install tomcat5.5 tomcat5.5-admin
> tomcat5.5-webapps

>From which we can assume you're running on Debian, rather than one of the many 
>other platforms on which Tomcat runs?

> The default webapps-deirectoy is now:
>
> /usr/share/tomcat5.5-webapps/ROOT/

Yes.  So that is the directory for the default (ROOT) webapp.  The directory 
for webapps is its parent directory.

> Tomcat is running and I copy a .war file in
> /usr/share/tomcat5.5-webapps/ROOT/
>
> But how is this .war-file unpacked/deployed?

It won't be.  Copy/move it to /usr/share/tomcat5.5-webapps instead.

> I restarted Tomcat already with /etc/init.d/tomcat restart
> but don't get the filestructure of that war-file?

That's not surprising.  Put it in the right directory and try again.

                - Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to