[jboss-user] [EJB 3.0] - Re: EJB3 over HTTP and Reverse Proxy
Didi1976
do-not-reply at jboss.com
Wed Dec 12 03:12:25 EST 2007
Found it myself. Here is an example:
| <jboss>
| <enterprise-beans>
| <session>
| <ejb-name>TestSessionBean</ejb-name>
| <remote-binding>
| <jndi-name>test/TestSessionBean/remote</jndi-name>
| <client-bind-url>
| http://localhost:8080/servlet-invoker/ServerInvokerServlet
| </client-bind-url>
| </remote-binding>
| </session>
| </enterprise-beans>
| </jboss>
|
This still leaves the problem of an invalid DTD. As soon as you add the DOCTYPE to jboss.xml it will not deploy.
| <!DOCTYPE jboss PUBLIC
| "-//JBoss//DTD JBOSS 4.2//EN"
| "http://www.jboss.org/j2ee/dtd/jboss_4_2.dtd">
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112164#4112164
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112164
More information about the jboss-user
mailing list