[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: apache - tomcat - mod_jk



"PIGNOL, Christian" wrote:

> Does anyone could explain me in a simple way how to install, configure and
> test Tomcat (3.2.4 src) on a RedHat linux (7.3). This Tomcat should work
> with an apache server (1.3.20) (installed on this system from a binary "rpm"
> file).
>
> I have found a lot of howto's but ... the situation is really confuse for my
> short experience on this domain.
>
> thanks
>
> Christian PIGNOL
> tel  (+33) 473 67 62 96
> fax  (+33) 473 67 61 29
> mail christian_pignol merck com
>
> ------------------------------------------------------------------------------
> Notice:  This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (Whitehouse Station, New Jersey, USA) that may be confidential, proprietary copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message.  If you are not the intended recipient, and have received this message in error, please immediately return this by e-mail and then delete it.
>
> ==============================================================================
>
> --
> redhat-list mailing list
> Unsubscribe mailto:redhat-list-request redhat com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list

Hi !
I have got Tomcat 4.0.4 CATALINA working on a RH7.1 box ,  along with Apache httpd . It accesses an Oracle server
Most of the questions seem to center around setting up the CLASSPATH correctly, so here it is again :
...
# -------- my j2sdk installation,  I assume you have one too
# -------- my jndi installation
# -------- my SQLNet installation
# -------- my Tomcat installation
CATALINA_HOME=/usr/local/jakarta-tomcat-4.0.4 ; export CATALINA_HOME
SERVLET_HOME=$CATALINA_HOME/webapps/ROOT/WEB-INF/classes ; export  SERVLET_HOME
CLASSPATH=$CLASSPATH$CATALINA_HOME/common/lib/servlet.jar
# -------- my Oracle stuff
# -------- one path to find them and in Linux rule them
PATH=$PATH:$JAVA_HOME/bin:$CATALINA_HOME/bin:$ORACLE_HOME/bin     (etc...)

Best to bounce the box after that .
The first time you want to use Tomcat, you will have to run it's "startup.sh"
>From a client machine e.g. W98 using IE4 browser,  key in the url http://localhost:8080/index.html
If the install is successful you will see the splash screen for "The Jakarta Project"  and whatever Tomcat version you have got installed, with lots of documentation.

May I ask why you are using an earlier version of Tomcat ?

Good luck !
begin:vcard 
n:Chan;Arthur
tel;work:1.718.633.5892
x-mozilla-html:TRUE
url:www.saysit.com
org:SAYS I.T.
adr:;;234 E 2nd Street;Brooklyn;New York;11218-2314;USA
version:2.1
email;internet:achana saysit com
title:Senior Partner
note;quoted-printable:This message and all attachments are confidential.=0D=0AThey are meant solely for the addressee.=0D=0AAny authorised use or dessemination is prohibited.=0D=0AEmails are liable to unauthorised alterations.=0D=0ANeither SAYS I.T. nor any of its partners or subsidiaries or affiliates=0D=0Ashall be responsible for the message if altered, changed or falsified.
x-mozilla-cpt:;25408
fn:Arthur Chan
end:vcard

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]