[opencms-dev] AA Starting Tomcat under Linux

Christoph P. Kukulies kuku at physik.rwth-aachen.de
Wed May 17 10:53:45 CEST 2006


On Wed, May 17, 2006 at 10:33:16AM +0200, nickm at absa.co.za wrote:
> Hi sigi
> Thanks for the advice
> 
> BTW I am using SUSE 9.3 Linux.
> 
> I created a file tomcat in this path
> /etc/init.d/tomcat
> 
> I placed these command in this tomcat file :
> 

Did you write it that way? CATALINA_home? Where did you define CATALINA_home?

Try something like

export CATALINA_HOME=/full/path/to/tomcat
export JAVA_HOME=/usr/lib/java (or where your j2sdk is installed)

cd $CATALINA_HOME/bin
./startup.sh


> cd $CATALINA_home/bin
> ./startup.sh

How familar are you with Linux and Unix in general, BTW?

> 
> And nothing happens the tomcat does not start
> 
> Do I need to change the ./startup.sh to just startup.sh
> 
> and/or do I need to make a change in another file to point to the tomcat
> file ?
> 
> Regards
> Nico

--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de



More information about the opencms-dev mailing list