That's because the file is dynamically generated when you start tomcat and
should be in the conf directory under tomcat.
-----Original Message-----
From: Laurence Mayer [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 30, 2001 3:03 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Easy Question
Finally got everything working but cannot find :
TOMCAT_HOME/conf/tomcat-apache.conf
It is not in the directory as stated in documentation.
Any ideas?
thanks
Laurence
-----Original Message-----
From: Nael Mohammad [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 30, 2001 9:10 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Easy Question
did you add the path to your tomcat.sh file?
-----Original Message-----
From: Laurence Mayer [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 30, 2001 1:01 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Easy Question
After putting the full path in the JAVA_HOME var, I get the folloing error :
/usr/java/jdk1.3.0_02/bin/i386/native_threads/java: error while loading
shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file:
No such file or directory
The directory is there.
Thanks
Laurence
-----Original Message-----
From: Nael Mohammad [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 30, 2001 8:56 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Easy Question
add the JAVA_HOME=/usr/bin/java and TOMCAT_HOME=/opt/tomcat <--- (this
depends on where your tomcat and java is installed in) to your tomcat.sh
file and that should work. Then run it.
-----Original Message-----
From: Laurence Mayer [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 30, 2001 12:45 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Easy Question
Thanks for the reply. I have done this, but when looking in the log
catalina.out
I see it is taking the JAVA_HOME var and adding /bin/java to the end with no
such file or directory.....any idea why?
Thanks
Laurence
-----Original Message-----
From: Martin Mauri [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 30, 2001 8:47 PM
To: [EMAIL PROTECTED]
Subject: Re: Easy Question
I'd suggest you to set up by hand the environment variable TOMCAT_HOME to
point to the directory where tomcat is installed. Once you've started it,
you have to point to your browser to the host:port where it's running.
hth,
m-
>
> Hi Everyone,
> Please forgive me for this basic question but have run into a problem and
> cannot seem to move forward:
>
> I am trying to check if the server Tomcat is up and running as when I run
> start.sh
> all I get is:
>
> Guessing CATALINA_HOME from catalina.sh to ./..
> Setting CATALINA_HOME to ./..
> Using CLASSPATH: ./../bin/bootstrap.jar
> Using CATALINA_HOME: ./..
>
> How do I test that it is working?
>
> Thanks
> Laurence