When deploying an application you can either place a war in the webapps directory, copy the files to a directory in the webapps directory of if you are hosting a simple website use the ROOT directory in you webapps directory.It is advisable to change the appBase attribute in the host element inside your server.xml
Regards, Serge Fonville On Fri, Nov 14, 2008 at 11:14 AM, Alexander Diedler <[EMAIL PROTECTED]>wrote: > Hello, > I have a problem to integrate my own Application into the Tomcat Server. > The mod_jk works fine. If I open http://127.0.0.1 I see the Tomcat Start > Page. > Where I have to place my webapp and where I have to change some files to > make my Application available onto the server? > I have a Debian 4.05 with Apache 2.2.5 and Tomcat 5.5.20 from Debian .deb > packages installed per default. > > > Greetings > Alexander Diedler > >