[jboss-user] [EJB/JBoss] - Re: Make WebLogic use a JNP RMI implementation

fmsoares do-not-reply at jboss.com
Fri Jan 18 05:09:11 EST 2008


Posted: Fri Jan 18, 2008 10:05 am    Post subject:      

--------------------------------------------------------------------------------
 
The problem is resolved now. 

I can now connect weblogic 10 web application to application server running on a JBOSS Server by: 

1. Include jbossall-client.jar from $JBOSS_HOME/client in the application classpath 

2. Set the system properties 

System.setProperty("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory"); 

3. Get the connection 

Connection conn = Factory.Connection.getConnection("jnp://host:1099/...") 
....

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

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



More information about the jboss-user mailing list