RE: Tomcat4.0.2 MySQL Connection Pools ClassLoader - bug ?

2002-02-19 Thread Jacquet, Frederic
Title: RE: Tomcat4.0.2 MySQL Connection Pools ClassLoader - bug ? Dear all, I am not exactly sure of what I have found a bug or a JNDI context misunderstanding from me. I have search since three days why, when I follow the JNDI howto, I cannot use JNDI datasource due to bind

RE: Datasources context ?

2002-02-16 Thread Jacquet, Frederic
Title: RE: Datasources context ? In fact I just reading the JNDI Howto and try to set up the thing for the very first time for JDBC access Someone (Mark) seems to have the same kind of problem with oracle ;( Where can I find a working test sample ? -Original Message- From: Remy

Datasources context ?

2002-02-15 Thread Jacquet, Frederic
Title: Datasources context ? 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(); Context envCtx = (Context) initCtx.lookup(java:comp/env); DataSource ds = (DataSource)

RE: Datasources context ?

2002-02-15 Thread Jacquet, Frederic
: Re: Datasources context ? 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

RE: Determining User Connection Speed

2002-02-15 Thread Jacquet, Frederic
Title: RE: Determining User Connection Speed Check on IP : lan and dialup should be different ! -Original Message- From: Jim Urban [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 6:03 PM To: Tomcat Users List Subject: RE: Determining User Connection Speed Our clients