Ok, It could be a good advice and a better choice to begin from the beginning
*G*
-Original Message-
From: Kees Jan Koster [mailto:[EMAIL PROTECTED]
Sent: Friday, November 14, 2008 7:40 PM
To: Tomcat Users List
Subject: Re: Debian + Apache 2.2 + Tomcat 5.5
Dear Alex,
The debian Tomcat
> From: Gregor Schneider [mailto:[EMAIL PROTECTED]
> Subject: Re: Debian + Apache 2.2 + Tomcat 5.5
>
> - copy debian's tomcat-startup-script - since it is not too bad
Be careful with that - some versions of Debian's Tomcat script throw in changes
in an attempt to accommo
I'm giving you a piece of advice:
- copy debian's tomcat-startup-script - since it is not too bad
- after that, remove & purge debian's tomcat-package
- get the tar fro tomcat.apache.org and untar it in a directory of
your choice (i.e. /var/lib)
- copy debian's startup-script back to the origin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
Alexander Diedler wrote:
> 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
Drop the
Dear Alex,
The debian Tomcat package is notoriously hard to use. In your shoes I
would switch to a normal Tomcat server from apache.org.
In /usr/share/tomcat5.5-webapps/ I move the folder ROOT to ROOT_BACK
and move my App folder shop_v1 to ROOT
After that and a restart of Tomcat... nothing
Alexander Diedler wrote:
> Hello,
> Hmm..
> In /usr/share/tomcat5.5-webapps/ I move the folder ROOT to ROOT_BACK and move
> my App folder shop_v1 to ROOT
> After that and a restart of Tomcat... nothing will be browseable.. not
> index.jsp nor test.jsp within ROOT with simple hello...
> The messag
(/) is not available.
Alex
-Original Message-
From: Serge Fonville [mailto:[EMAIL PROTECTED]
Sent: Friday, November 14, 2008 11:22 AM
To: Tomcat Users List
Subject: Re: Debian + Apache 2.2 + Tomcat 5.5
When deploying an application you can either place a war in the webapps
directory, copy
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