Well, have you tried installing TC4 or in other words Catalina from a .gz or .zip package. It is simple you only have to extract the zip file in to a folder of your choice . Then set the environmental variables, "CATALINA_HOME" and "JAVA_HOME", this can be done in either your "/etc/profile" or in "/etc/rc.local" file you may use the other evironmental variables set in this files as your guide. By setting these variable in any of this files makes them global to all users loggin. Remmber to export the variable.
Allan. Nairobi. --- Chris Knowles <[EMAIL PROTECTED]> wrote: > > I did the following to get it working. > > 1. Went to /etc/tomcat4/tomcat.conf and made sure > the JDK_HOME variable > pointed correctly to my Java install directory. > 2. Started the tomcat service using the 'services' > gui and ticking the box. > 3. Navigated to 127.0.0.1:8180 > > (Oh you have to install the Tomcat examples rpm as > well) > > Chris > > -----Original Message----- > From: Ferencz Adva-BAF016 > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 10, 2002 1:05 PM > To: 'Tomcat Users List' > Subject: RE: starting Jakarta-Tomcat 4.0 on Red Hat > 7.2 > > > > well , > this is lexible. > i just don`t know what else to do to start it. > -----Original Message----- > From: Chris Knowles [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 10, 2002 2:58 PM > To: 'Tomcat Users List' > Subject: RE: starting Jakarta-Tomcat 4.0 on Red Hat > 7.2 > > > Interesting. > > When I install Tomcat using the rpm I don't get a > startup.sh script.... > > If you read the readme.txt Tomcat4 doesn't listen on > port 8080 by default. > Its 8180 I think. > > Chris > > -----Original Message----- > From: Ferencz Adva-BAF016 > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 10, 2002 12:59 PM > To: '[EMAIL PROTECTED]' > Subject: starting Jakarta-Tomcat 4.0 on Red Hat 7.2 > > > after I'm running the ./startup.sh command from the > Jakarta-Tomact home > directory I get the following output: > > [root@engdb3 bin]# ./startup.sh > Using CLASSPATH: > /usr/local/jakarta-tomcat-4.0//bin/bootstrap.jar:/usr/java/jdk1.3.0_02/lib/t > ools.jar > Using CATALINA_BASE: > /usr/local/jakarta-tomcat-4.0/ > Using CATALINA_HOME: > /usr/local/jakarta-tomcat-4.0/ > Using CATALINA_TMPDIR: > /usr/local/jakarta-tomcat-4.0//temp > Using JAVA_HOME: /usr/java/jdk1.3.0_02 > > and the Jakarta-Tomcat 4.0 is not invoked , neither > responds to port 8080. > > please advice. > > thank you in advance. > > > -- > To unsubscribe: > <mailto:[EMAIL PROTECTED]> > For additional commands: > <mailto:[EMAIL PROTECTED]> > Troubles with the list: > <mailto:[EMAIL PROTECTED]> > > > ********************************************************************** > This email and any files transmitted with it are > confidential and > intended solely for the use of the individual or > entity to whom they > are addressed. If you have received this email in > error please notify > the system manager. > > This foot-note also confirms that this email message > has been swept for the > presence of computer viruses. > ********************************************************************** > > > -- > To unsubscribe: > <mailto:[EMAIL PROTECTED]> > For additional commands: > <mailto:[EMAIL PROTECTED]> > Troubles with the list: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe: > <mailto:[EMAIL PROTECTED]> > For additional commands: > <mailto:[EMAIL PROTECTED]> > Troubles with the list: > <mailto:[EMAIL PROTECTED]> > > > ********************************************************************** > This email and any files transmitted with it are > confidential and > intended solely for the use of the individual or > entity to whom they > are addressed. If you have received this email in > error please notify > the system manager. > > This foot-note also confirms that this email message > has been swept for the presence of computer viruses. > ********************************************************************** > > > -- > To unsubscribe: > <mailto:[EMAIL PROTECTED]> > For additional commands: > <mailto:[EMAIL PROTECTED]> > Troubles with the list: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
