Re: [JBoss-user] Problems accessing an ejb from a servlet.

2001-07-13 Thread Allan Kamau
Hi all, I have copied all the .jar files for the $JBOSS_HOME/client to the lib folder of the tomcat-3.2.2 context serving the client ejb servlet. Now where I am I going wrong. Thank you in advance. Allan Kamau. --- Allan Kamau <[EMAIL PROTECTED]> wrote: > I am reposting this question after unsucc

Re[2]: [JBoss-user] Problems accessing an ejb from a servlet.

2001-07-12 Thread Ingo Bruell
Hi Allan, >> into tomcats lib directory, but the error persisted >> (even after restarting tomcat). Have you put the client jar fiels in WEB-INF/lib like David said ? >> Error javax.naming.NoInitialContextException: Cannot >> instantiate class: >> org.jnp.interfaces.NamingContextFactory [Root >

Re: [JBoss-user] Problems accessing an ejb from a servlet.

2001-07-12 Thread Allan Kamau
I am reposting this question after unsuccessful debugging. I have learnt one thing though, the line "Got Context" is been executed then the exception gets thrown as I never get to see the line "Got reference". I think the problem could be in the way I have set the environmental variables. Thanks i

Re: [JBoss-user] Problems accessing an ejb from a servlet.

2001-07-11 Thread David M. Karr
> "Allan" == Allan Kamau <[EMAIL PROTECTED]> writes: Allan> I am running tomcat and JBoss separately. And I would Allan> like to access an ejb from a servlet just as my client Allan> application did. Allan> I tried the ejb interest example and it worked just Allan> fine.

[JBoss-user] Problems accessing an ejb from a servlet.

2001-07-11 Thread Allan Kamau
I am running tomcat and JBoss separately. And I would like to access an ejb from a servlet just as my client application did. I tried the ejb interest example and it worked just fine. The client application was able to communicated with a remote ejb. I modified this client application into a serv

[JBoss-user] Problems accessing an ejb from a servlet.

2001-07-11 Thread Allan Kamau
I am running tomcat and JBoss separately. And I would like to access an ejb from a servlet just as my client application did. I tried the ejb interest example and it worked just fine. The client application was able to communicated with a remote ejb. I modified this client application into a serv