RE: Newbie-question: Adding directory to localhost-tomcat

2009-10-27 Thread Kai Behncke
Did you put anything in that directory? If not, then a 404 status is appropriate. If you did put something in little_test, what is it? You should have at least a welcome file (such as index.html) with some valid content. Hello Chuck, Hello Awarnier, thank you for your responses. I created

Newbie-question: Adding directory to localhost-tomcat

2009-10-26 Thread Kai Behncke
Dear users, I`m quite a newbie to tomcat. I have installed it successfully on windows at C:\Programme\Apache Software Foundation\Tomcat 6.0\webapps If I start http://localhost:8080 eveything is fine. I created now a directory C:\Programme\Apache Software Foundation\Tomcat

RE: Deploying .war-file in Tomcat 5.5

2009-06-10 Thread Kai Behncke
Thank you all very much for your help. I did now like: $ wget 'http://apache.crihan.fr/dist/tomcat/tomcat-6/v6.0.20/bin/apache-tomcat-6.0.20.tar.gz' $ tar xvzf apache-tomcat-6.0.20.tar.gz $ cp MapFishPrintModule/print-servlet/target/print-servlet-1.1.war apache-tomcat-6.0.20/webapps $ cd

Deploying .war-file in Tomcat 5.5

2009-06-05 Thread Kai Behncke
Dear users, I have installed Tomcat with apt-get install tomcat5.5 tomcat5.5-admin tomcat5.5-webapps The default webapps-deirectoy is now: /usr/share/tomcat5.5-webapps/ROOT/ Tomcat is running and I copy a .war file in /usr/share/tomcat5.5-webapps/ROOT/ But how is this .war-file

RE: Deploying .war-file in Tomcat 5.5

2009-06-05 Thread Kai Behncke
Hi Peter, first of all thank you for your reply. Peter Crowther wrote: 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

Re: Deploying .war-file in Tomcat 5.5

2009-06-05 Thread Kai Behncke
Hi Marcus, On Debian you should put it in /var/lib/tomcat5.5/webapps. Thank you very much. When I just did apt-get install tomcat 5.5 and I copied the .war file then to /var/lib/tomcat5.5/webapps it`s unpacked without any problems. But if I call then http://www.mysite.de:8180/my_servlet I

Newbie question: How to test if Tomcat is running?

2009-06-02 Thread Kai Behncke
Dear users, I have installed tomcat on a Debian Etch-System via apt-get install tomcat5.5 tomcat5.5-admin tomcat5.5-webapps and started it with /etc/init.d/tomcat start Now I would like to test if it runs on my remote server, but if I type: http://www.myhomepage.de:8180 nothing at all