Tomcat import problem

2001-01-03 Thread Kaushal Patel

I am not able to do import com.codestudio.util.*;
to use PoolMan in my 
Java bean that i am trying to create 
 
I get below error while compile
 
Running: javac VisitorSelect.java
 
VisitorSelect.java:6: package com.codestudio.util does not exist
import com.codestudio.util.*; 
^
1 error
 
1 error(s)
 
PS : I am able to do import com.codestudio.util.*;
on my jsp page and it works great
 
What can be the problem ? It works on jsp but not
in .java / class 
 
I am using 
 
Tomcat Version 3.2 (final)  
Jdk1.3 
PoolMan v1.4.1   on  Linux box
 
Please Help ...   Thanks in advance..
 
kpatel
 
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Database connection pooling with tomcat

2000-11-22 Thread Kaushal Patel



Question  What is the best way to do connection pooling to 
 multiple oracle database with tomcat ?

Hello All I have posted this message yesterday 
but haven't gotten any reply so trying it again to-day 
hope some one will be able to offer some help / thoughts

I am trying to get he Pool Manger working 
I have a Redhat Linux 6.1 box with Apache &
Tomcat 3.1 on it, my jsp pages work fine
I am able to get connection to databases using
Oracle  type 4 jdbc thin driver 

I have downloaded PoolMan v1.4 from codestudio.com 
and am trying to set-up connection pooling 
I have done all the classpath setting as per
the install doc still I keep getting a message 
saying classNotfound exception
   nullpointer exception

What am I missing any help would be appreciated !! 

Question 1 Has anyone got this working ? 
Question 2 What is the best way to do connection pooling with tomcat ?

Thanks in advance,

Thanks,
KPatel

P.S.
I tired running the test PoolMan.jsp util page they provide and 
got this below message
ResultSet 

ERROR: Unable to process query.
Please verify that PoolMan.jar and your JDBC Driver are in your application
server's CLASSPATH.
If the problem continues, try testing your database and JDBC configuration
via PoolManSample from the command line. 
 
ERROR: Unable to process query.
Please verify that PoolMan.jar and your JDBC Driver are in your application
server's CLASSPATH. 



Tomcat Apache Linux PoolMan

2000-11-21 Thread Kaushal Patel


Hi ALL,

I am trying to get he Pool Manger working 
I have a Redhat Linux 6.1 box with Apache &
Tomcat 3.1 on it, my jsp pages work fine
i am able to get connection to databases using
oracle  type 4 jdbc thin driver 

I have downloaded PoolMan v1.4 from codestudio.com 
and am trying to set-up connection pooling 
i have done all the classpath setting as per
the install doc still i keep getting a message 
saying classNotfound exception
   nullpointer exception

What am i missing any help would be appericated !! 

Has anyone got this working ?

Thanks in advance,

Thanks,
KPatel

P.S.
I tired running the test PoolMan.jsp util page they provide and 
got this below message
ResultSet 

ERROR: Unable to process query.
Please verify that PoolMan.jar and your JDBC Driver are in your application
server's CLASSPATH.
If the problem continues, try testing your database and JDBC configuration
via PoolManSample from the command line. 
 
ERROR: Unable to process query.
Please verify that PoolMan.jar and your JDBC Driver are in your application
server's CLASSPATH.