|
Hi vinay
Thanks a lot for u r helpful response
...I installed Tomcat 3.2 and jdk1.2.2 ...
U told me copy classes12.zip in
TOMCAT_HOME/lib/apps but apps directory is not in lib .So can
i copy that zip file directly in TOMCAT_HOME/lib directory? and one more
thing for classpath writing there are two files workers.properties and
wrappers.properties are there with classpath parameter in
TOMCAT_HOME/conf dir..So which file i have to edit.....can u send me the
classspath string for oracle connectivity ...and where to write that
one...
I will wait for u r response
Thanks & Regards
Praveen
----- Original Message -----
Sent: Saturday, July 07, 2001 5:21
PM
Subject: Re: need some help on
tomcat
dump your oracle drivers [classes12.zip or
classes111.zip] in TOMCAT_HOME/lib/apps
or under TOMCAT_HOME/webapps/yourwebappname/WEB-INF/lib.
Vinay
1. If you have a jar file you want to share across all your webapps, just
put it under TOMCAT_HOME/lib/apps
2. If you have a jar file you want to share across all your webapps and the
servlet engine, just put it under TOMCAT_HOME/lib/common
3. If you have class files that you want to share across all your webapps,
just put it under any folder you wish to but make sure that the System
property 'org.apache.tomcat.apps.classpath' points to this directory.
4. If you have class files that you want to share across all your webapps
and the servlet engine, just put it under any folder you wish to but make sure
that the System property 'org.apache.tomcat.common.classpath' points to this
directory.
----- Original Message -----
Sent: Saturday, July 07, 2001 7:22
AM
Subject: need some help on tomcat
Hi
I am very new to linux
environment..Recently i downloaded tomcat and installed on my linuxbox...Now
i want to configure connectivity between tomcat and oracle
database...Anybody pls help me out how to do this and the classpath
variables and any other settings to configure...
Pls do needful.......
Thanks & Regards
Praveen
|