Hi Ziggy.
Sorry then. I was too lazy to go back to check, and I must have confused your post with
another one.
Ziggy wrote:
Hi Andre,
I am using a standard Tomcat installation downloaded from tomcat.apache.org.
I am confused as to how you determined that am using a packaged version of
Tomc
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ziggy,
On 11/9/2010 9:55 AM, Ziggy wrote:
> I am using Tomcat v5.5
Which 5.5? Most apps that work under 5.5 should enjoy a seamless upgrade
to 6.0. Do you have a plan to upgrade? I would recommend one.
> Do you mean that for newer versions of Tomcat
Hi Andre,
I am using a standard Tomcat installation downloaded from tomcat.apache.org.
I am confused as to how you determined that am using a packaged version of
Tomcat :)
--
D
On Tue, Nov 9, 2010 at 3:55 PM, André Warnier wrote:
> Hi.
>
> As I recall, you are using a packaged version of Tomc
Hi.
As I recall, you are using a packaged version of Tomcat (meaning not the original one from
the tomcat website download, but one already packaged by the people who do such things for
your OS version).
You should then look carefully at what scripts are used to start/stop Tomcat on your
par
I am using Tomcat v5.5
Do you mean that for newer versions of Tomcat, if i want to move some of the
scripts from $CATALINA_HOME/bin to $CATALINA_BASE/bin i will not be able to?
Thanks
On Tue, Nov 9, 2010 at 1:38 PM, Konstantin Kolinko
wrote:
> 2010/11/9 Ziggy :
> > Are there any side effects t
2010/11/9 Ziggy :
> Are there any side effects to doing this? Can tomcat use both
> $CATALINA_BASE/bin/ and $CATALINA_HOME/bin during startup?
>
>From catalina.sh:
if [ -r "$CATALINA_BASE"/bin/setenv.sh ]; then
. "$CATALINA_BASE"/bin/setenv.sh
elif [ -r "$CATALINA_HOME"/bin/setenv.sh ]; then
Hi guys,
At the moment i have several catalina bases configured with the following
directories,
conf logs server webapps work
The bin, lib and common directories are all still in $CATALINA_HOME.
I now need to add a setenv.sh file in the bin directory but i dont want it
to be used by all the cat