Re: someone help me !!!!..urgent...

2002-04-08 Thread Joe Meirow
- not the classpath. - Original Message - From: Arnaud Heritier [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, April 05, 2002 5:41 AM Subject: RE: someone help me ..urgent... As it is wrote in the servlet specs, only jars are usable in the WEB-INF/lib directory

RE: someone help me !!!!..urgent...

2002-04-08 Thread Murat Buyukkal ([EMAIL PROTECTED])
Even if your global classpath environment variable contain the right directories, startup script of Tomcat changes it, therefore your newly added classpath does not work. You must manually edit Tomcat\bin\startup.bat file and add your directories/jar files to corresponding classpath variable. You

RE: someone help me !!!!..urgent...

2002-04-05 Thread Shiva.Devaguptapu
set classpath=C:\classe12.zip;%classpath% -Original Message- From: Bala Murali [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 1:40 PM To: [EMAIL PROTECTED] Subject: Re: someone help me ..urgent... it that not works, then unzip all the classes files to this tomcat_home

Re: someone help me !!!!..urgent...

2002-04-05 Thread Raj
Put that zar file in tomcat4\libdirectory.It is working for me. Raj - Original Message - From: Shiva.Devaguptapu [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 05, 2002 9:52 AM Subject: RE: someone help me ..urgent... set classpath=C:\classe12.zip

Fw: someone help me !!!!..urgent...

2002-04-05 Thread Galbayar
- Original Message - From: Galbayar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 05, 2002 15:24 Subject: Re: someone help me ..urgent... rename classes12.zip to classes12.jar and copy into $TOMCAT_HOME/common/lib directory - Original Message

RE: someone help me !!!!..urgent...

2002-04-05 Thread Arnaud Heritier
Objet:Re: someone help me ..urgent... Put that zar file in tomcat4\libdirectory.It is working for me. Raj - Original Message - From: Shiva.Devaguptapu [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 05, 2002 9:52 AM Subject: RE: someone

RE: someone help me !!!!..urgent...

2002-04-05 Thread Arnaud Heritier
: vendredi 5 avril 2002 11:40 A:Tomcat Users List Objet:Fw: someone help me ..urgent... - Original Message - From: Galbayar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 05, 2002 15:24 Subject: Re: someone help me ..urgent

someone help me !!!!..urgent...

2002-04-04 Thread ajith kondapalli
hai, I have installed JAKARTA-TOMCAT4.0.3 version on my windows machine...its on C:\jakarta-tomcat 4.0.3 I have installed oracle drivers on C:\classe12.zip... Now how do i set the path in this tomcat version so that i can access oracle I am in urgent need of this set up..so someone

Re: someone help me !!!!..urgent...

2002-04-04 Thread Jacob Kjome
You can't just add your oracle dirver to the system classpath and expect tomcat to pick it up for availability to your webapps. You need to put the oracle driver either in your webapp's WEB-INF/lib directory or in the Tomcat/lib directory (for accessibility to all webapps). BTW, I'm not sure

Re: someone help me !!!!..urgent...

2002-04-04 Thread Galbayar
rename classes12.zip to classes12.jar and copy into $TOMCAT_HOME/common/lib directory - Original Message - From: ajith kondapalli [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 05, 2002 09:07 Subject: someone help me ..urgent... hai, I have installed JAKARTA

Re: someone help me !!!!..urgent...

2002-04-04 Thread Bala Murali
] To: [EMAIL PROTECTED] Sent: Friday, April 05, 2002 09:07 Subject: someone help me ..urgent... hai, I have installed JAKARTA-TOMCAT4.0.3 version on my windows machine...its on C:\jakarta-tomcat 4.0.3 I have installed oracle drivers on C:\classe12.zip... Now how do i set the path