Rick,

I'm running exactly the same configuration:

> EJB home interface from a Tomcat servlet.  I'm using JBoss 2.0 final,
> Tomcat 3.2.1, and running Tomcat **standalone** -- not embedded in
> JBoss.  I have the same thing working just fine in a standalone application

1. You have to have jndi.properties in Tomcat main classpath.
   I put jndi.properties in tomcat-jakarta/classes

2. Other classes and jars leave as you did:


> 
> - in WEB-INF\classes:
>          EJB interface files, including SkillHome.class, the EJB that I'm
> trying to access.
>          jndi.properties
> - in WEB-INF\lib: (among other things)
>          ejb.jar
>          jboss-client.jar
>          jnp-client.jar
>          jta-spec1_0_1.jar
> 

3. Be sure that you use jboss clients jars from the same jboss version.

4. Should work (at least for me)

> 
> I then tried putting the JBoss client JARS on the system classpath just to
> see if I could get it to work.  I got past the first problem (it finds
> org.jnp.interfaces.NamingContextFactory), but then is unable to find my EJB
> Home class, com.ejbpeople.ejb.skill.SkillHome.

All of them have to be in the same level, either in tomcat classpath
or in WEB-INF/lib


-- 
__________________________________________________
Alexander Kogan  PTC   www.ptc.com
[EMAIL PROTECTED]    140 Kendrick St. Needham MA 02494


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to