[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Re: Tomcat installation
- Subject: Re: [cobalt-users] Re: Tomcat installation
- From: "Guibert Englebienne" <guibert@xxxxxxxxxxxxxxxxxxx>
- Date: Fri Apr 27 23:09:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Sure, no problem. But please double check it because I'm not sure if I
forgot something.
Guibert
----- Original Message -----
From: "Charles Williams (CEO)"
<hosting.mailing.list.account@xxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>; <guibert@xxxxxxxxxxxxxxxxxxx>
Sent: Saturday, April 28, 2001 9:36 AM
Subject: Re: [cobalt-users] Re: Tomcat installation
Do I have your permission to quote your install explanation?
chuck
----- Original Message -----
From: "Guibert Englebienne" <guibert@xxxxxxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Friday, April 27, 2001 9:06 PM
Subject: [cobalt-users] Re: Tomcat installation
> Chuck,
>
> Installation of Tomcat in a RAQ is basically the same as in any other
Linux.
> I don't have any document with all the instructions but this is pretty
much
> what you need to do:
>
> - download and untar the Tomcat from the Jakarta site. I´m using version
> 3.2.
>
> - install the Java Development Kit. I used version 1.3.
>
> - modify the /etc/httpd/conf/httpd.conf file:
> - add this line before the definition of the virtual site that will be
> using Tomcat:
> Include /usr/local/tomcat/conf/tomcat.conf
> - add this line inside the definition of the virtual site
> ApJServMount /contexname ajpv12://localhost:8007/contextname
> (replace contextname with the name of the context you create on the next
> step)
>
> - define a context on the server.xml file located on the conf subdirectory
> inside tomcat and install the application under the webapps subdirectory.
>
> - set the following environment variables:
> PATH (include the path to the bin directory of the JDK)
> TOMCAT_HOME=/usr/local/tomcat (location of Tomcat. modify it if you
> installed it on another directory)
> JAVA_HOME=/home/jdk1.3 (location of JDK. modify it if you installed
> it on another directory)
>
> Add any additional libraries to the CLASSPATH variable
>
> - Start the Tomcat
> /usr/local/tomcat/bin/tomcat.sh start
>
> - Restart your web server
>
> Hope this helps. If you ever write the FAQ please let me know.
>
> Guibert
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>