I am replacing another EJB container system with JBoss, and as the complete site being 
a secure banking type site, is running on Tomcat 5 as Tomcat 4.x.19 was playing up 
when serving SSL pages, the solution was to upgrade to Tomcat 5. 

Now we are replacing openejb (1.1) with Jboss (2.x)  (the numbers in brackets are the 
EJB version supported)

I need to now configure Tomcat 5.0 to work with JBoss, but am confused as to what I 
need to do, 
1. I have copied the JBoss Client jars to the Tomcat common/lib directory 
but I now am confused as to the changes needed in the factory setups. 

service.xml

<parameter>
  |     <name>factory</name> 
  |     <value>org.openejb.client.TomcatEjbFactory</value>
  | </parameter>
  | <parameter>
  | <name>openejb.naming.factory.initial</name>
  |      <value>org.jnp.interfaces.RemoteInitialContextFactory</value>
  | </parameter>
What do I need here?

Web.xml
  <env-entry>
  |       <env-entry-name>ejb-jndi-context</env-entry-name>
  |       
<env-entry-value>org.openejb.client.RemoteInitialContextFactory</env-entry-value>
  |       <env-entry-type>java.lang.String</env-entry-type>
  |     </env-entry> 

I have already changed the container port and such and I am connecting to the JBoss 
but not able to look up the beans.....

Can anyone help?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829569#3829569

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829569


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to