RE: JDBC OCI driver + Tomcat 4.04 ... problem solved

2002-07-11 Thread Rao Manekar
Good news. Good news. Problem solved. For some reason when I run tomcat as a NT service, I am getting TNS: protocol adaptor error. Just today I started tomcat as a stand alone application, manually bingo! it worked. I went back and started tomcat service as an administrator but still gave

Re: JDBC OCI driver + Tomcat 4.04

2002-07-11 Thread Rao Manekar
Yes. For security reasons we cannot use TCP connection. >>> Tim Funk <[EMAIL PROTECTED]> 07/11/02 09:45AM >>> I know this doesn't solve your problem, but is there a compelling reason to use OCI driver as compared to the type 4 driver? Rao Manekar wrote: > I

JDBC OCI driver + Tomcat 4.04

2002-07-11 Thread Rao Manekar
quot;, "scott", "tiger"); (modified the above one for named pipes as: (description=(address=(protocol=NMP)(server=)(pipe=ORAPIPE))(connect_data=(SID=))) ) /***/ In all instances I am getting the same error message. Can any one help m

Re: Problem with "Jakarta IIS Redirector"

2002-07-11 Thread Rao Manekar
follow the guidelines in http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm modify your code from: # # Sites to be redirected to Tomcat # /193.99.41.1=$(default.worker) /193.99.41.1/*=$(default.worker) to: /*.jsp=$(default.worker) check out above link. Rao >>> "Sebastian Leppert" <

TNS:protocol adapter error ; ORA-12560 ; sqlState=66000

2002-07-10 Thread Rao Manekar
ve one for named pipes as: (description=(address=(protocol=NMP)(server=)(pipe=ORAPIPE))(connect_data=(SID=))) ) /***/ In all instances I am getting the same error message. Can any one help me connecting to the database? Thanks in advance. Rao Manekar -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>