At 04:24 PM 12/24/2001 +1000, you wrote:
>Hello,
>
>Can anyone please help me resolve this error message?
>I have attached the class (ConnectionPool.java) which causes this exception 
>to be raised.
>
>Kind Regards,
>
>Rudi
>
>
>Error:init JNDI  javax.naming.NoInitialContextException: Cannot instantiate 
>class: com.sun.jndi.fscontext.RefFSContextFactory [Root exception is 
>java.lang.ClassNotFoundException: 

Since the basic problem is the RefFSContextFactory class can't be found, do
you have the fscontext.jar (it's contains the class that can't be found)?
If you look in jndi.jar you'll see it does not contain this class.  

Also, what version of Tomcat are you using?  That makes a difference on
whether classpath is an issue or whether it's the location of the jar.  

Mark


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to