Re: Questions about Tomcat installation on Solaris Platform

2007-02-08 Thread tarakarajendra prasad
hello ravi, in server.xml , in your context give Context path=/... docBase=... .. Resource name=jdbc/myOracle auth=Container type=javax.sql.DataSource maxActive=100 maxIdle=30 maxWait=1 username=scott password=tiger

Re: Questions about Tomcat installation on Solaris Platform

2007-02-06 Thread Hassan Schroeder
On 2/6/07, Chittajalu, Ravi S. [EMAIL PROTECTED] wrote: 2. I configured a Database resource name with JNDI name jdbc/oracle10g, but I do not have a way to test ? Create a JSP with code to open a (non-pooled) connection directly to confirm your connection parameters. Then you

RE: Questions about Tomcat installation on Solaris Platform

2007-02-06 Thread Chittajalu, Ravi S.
, but did not work Any ideas? Regards Ravi Chittajalu Ph: 703-516-1172 -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 06, 2007 12:07 PM To: Tomcat Users List Subject: Re: Questions about Tomcat installation on Solaris Platform On 2/6/07

Re: Questions about Tomcat installation on Solaris Platform

2007-02-06 Thread Hassan Schroeder
On 2/6/07, Chittajalu, Ravi S. [EMAIL PROTECTED] wrote: product provided an app that can check the connections If you're sure the connection data is good, then it's configuration -- you'll need to provide the relevant parts of your config files. Assuming you've already read these, of course