RE: Where'd catalina.sh go in 5.5.x ?

2005-10-04 Thread Barnett, Brian W.
2005 4:50 PM To: Tomcat Users List Subject: RE: Where'd catalina.sh go in 5.5.x ? > From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] > Subject: RE: Where'd catalina.sh go in 5.5.x ? > > Does it mean all the .sh, .bat, .properties, .xml, etc., files are not > needed?

Re: Where'd catalina.sh go in 5.5.x ?

2005-10-04 Thread Len Popp
I wish they'd put those files back in the .exe distribution, if only to save work for Chuck! -- Len On 10/4/05, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] > > Subject: Where'd catalina.sh go in 5.5.x ? >

RE: Where'd catalina.sh go in 5.5.x ?

2005-10-04 Thread Caldarale, Charles R
> From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] > Subject: RE: Where'd catalina.sh go in 5.5.x ? > > Does it mean all the .sh, .bat, .properties, .xml, etc., files > are not needed? Only the .bat and .sh files are missing from the .exe version. The others are

RE: Where'd catalina.sh go in 5.5.x ?

2005-10-04 Thread Barnett, Brian W.
./bin: bootstrap.jar commons-logging-api.jar tomcat5.exe tomcat5w.exe tomcat-juli.jar Brian -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 04, 2005 4:33 PM To: Tomcat Users List Subject: RE: Where'd catalina.sh go in 5.5.x ? >

Re: Where'd catalina.sh go in 5.5.x ?

2005-10-04 Thread Larry Meadors
Hm, in my 5.5.9, it is in the bin directory... Larry On 10/4/05, Barnett, Brian W. <[EMAIL PROTECTED]> wrote: > I am going through a tuturial on setting up JAAS with Tomcat. It says to > modify $CATALINA_HOME/bin/catalina.sh or $CATALINA_HOME/bin/catalina.bat. > The edit it suggests is something

RE: Where'd catalina.sh go in 5.5.x ?

2005-10-04 Thread Caldarale, Charles R
> From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] > Subject: Where'd catalina.sh go in 5.5.x ? > > Where would a change like this be made in Tomcat 5.5.x? In the same places. However, the scripts are not included in the .exe download for some reason, but are in the .zip ver

Where'd catalina.sh go in 5.5.x ?

2005-10-04 Thread Barnett, Brian W.
I am going through a tuturial on setting up JAAS with Tomcat. It says to modify $CATALINA_HOME/bin/catalina.sh or $CATALINA_HOME/bin/catalina.bat. The edit it suggests is something like this: JAVA_OPTS="-Djava.security.auth.login.config=$CATALINA_HOME/conf/jaas-myfile .conf" Where would a change