Does Tomcat4.0 create automatically an InitialContext ?

2002-02-21 Thread Frederic Monclar
Hello, I try to access to my Oracle database thanks to the new services of Tomcat4.0. I read all the interesting documentation on the Jakarta-Tomcat web site : http://jakarta.apache.org/tomcat/tomcat-4.0-doc/jndi-resources-howto.html Tomcat 4 provides a JNDI InitialContext implementation

Does Tomcat4.0 create automatically an InitialContext ?

2002-02-21 Thread Frederic Monclar
Hello, I try to access to my Oracle database thanks to the new services of Tomcat4.0. I read all the interesting documentation on the Jakarta-Tomcat web site : http://jakarta.apache.org/tomcat/tomcat-4.0-doc/jndi-resources-howto.html Tomcat 4 provides a JNDI InitialContext implementation

Tomcat v4.0.2 : null DataSource when trying to get JNDI InitialContext

2002-02-15 Thread Frederic Monclar
Dear all, Like several persons, I got this null DataSource. I read several mails, but i didn't find any answer.(example: http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg44065.html). So I am trying to define the problem as accurate as possible : Environment definition :

java.io.IOException: No such file or directory

2002-02-15 Thread Frederic Monclar
Hello, Does someone have any idea about this exception when starting Tomcatv4.02 ? = tldConfigJar(/WEB-INF/lib/oracledr.jar): java.io.IOException: No such file or directory Thanks in advance, Fred. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Re: Datasources context ?

2002-02-15 Thread Frederic Monclar
May be you have defined at a wrong place your resource in your server.xml file. Fred. Jacquet, Frederic wrote: I have got this error Name java:comp is not bound in this Context When I try the following code : try { Context initCtx = new InitialContext();