[jboss-dev-forums] [Design of JBoss Remoting, Unified Invokers] - Re: Remoting 2: Servlet Invoker
jaikiran
do-not-reply at jboss.com
Thu Jan 22 01:43:23 EST 2009
"ron.sigal at jboss.com" wrote : For the record, there is also the wiki page "EJB, JMS and JNDI over HTTP with Unified Invoker" (http://www.jboss.org/community/docs/DOC-9632). It refers to AS 4.2, but, as far as I know (Jaikiran, correct me if I'm wrong), it's also applicable to AS 5.0.
I hadn't seen that wiki earlier. Now that i read it, i don't see much differences for JBossAS5. There are however some differences in the configurations of the servlets in the invoker.war for example the JNDIFactory configurations. In the 4.x version of this servlet, the init-param was:
| <init-param>
| <param-name>namingProxyMBean</param-name>
| <param-value>jboss:service=proxyfactory,type=unified,transport=servlet,target=naming</param-value>
| </init-param>
and for JBossAS5, this has changed to
| <init-param>
| <param-name>namingProxyMBean</param-name>
| <param-value>jboss:service=invoker,type=http,target=Naming</param-value>
| </init-param>
Not sure how its going to affect AS5. So if the changes to the default servlets (that come shipped with each version of AS) are left out, then yes the wiki should be applicable for AS5 too. Infact, the one i created yesterday can be termed as a trimmed down version of this one and talks only about EJB3 over HTTP and HTTPS :)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203862#4203862
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203862
More information about the jboss-dev-forums
mailing list