I have version tomcat4-4.1.12-full installed and I have never seen the
startup.sh script.  Im farely new to Tomcat as well but Im pretty sure the
only thing the startup.sh script does is invoke the cataline start script
which in turn calls the bootstrap.jar file.  However I have never cycled
tomcat that way  Your CATALINA_HOME var should be configured automatically
by the rpm(on mine its /var/tomcat4 - which should be the same on yours)and
set within your tomcat4.conf file, found under /etc/tomcat4.  The RPM should
install your major tomcat config files there.  

Really the only configuration I had to do was add the JAVA_HOME path to my
tomcat4.conf, and then adding tomcat4 to my run levels. Have you tried
manually starting the tomcat start script under /etc/init.d?  You should
have received a message during the install that tells you that you need to
add tomcat to the necessary run levels to start upon reboot.  As long as you
have installed your JDK and ANT you should be good to go.  Hopefully that
helps, let me know and if you need more help.

Thanks,

DK

> -----Original Message-----
> From: Jonathan Michael Nowacki [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 28, 2003 2:47 PM
> To: [EMAIL PROTECTED]
> Subject: I can't get Tomcat to work
> 
> 
> I've read all the online documentation at
> http://jakarta.apache.org/tomcat/tomcat-4.1-doc/RUNNING.txt
> 
> and it tells me I need to
> 
>   - Set an environment variable CATALINA_HOME to the path of 
> the directory
>     into which you have installed Tomcat 4.0.
>   - Execute the shell command:
>     $CATALINA_HOME/bin/startup.sh           (Unix)
> 
> 
> yet it doesn't seem to work.
> 
> when I try to find /bin/startup.sh I can't find it
> 
> $ rpm -ql tomcat4-4.1.24-full.2jpp | grep bin
> /usr/bin/djasper4
> /usr/bin/dtomcat4
> /usr/bin/jasper4
> /usr/bin/jspc4
> /usr/bin/reloctomcat4
> /usr/bin/tomcat4
> /var/tomcat4/bin
> /var/tomcat4/bin/bootstrap.jar
> /var/tomcat4/bin/commons-daemon.jar
> /var/tomcat4/bin/tomcat-jni.jar
> 
> 
> what's the deal?
> 
> I'm new to these lists so if I'm doing anything wrong feel 
> free to correct
> me.
> I've searched google for similar problems
> and I've looked at all of the relevant docs on tomcats webpage to no
> avail.
> 
> thanks for any help you can offer.
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list
> 


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to