After a bit more investigating I've a solution here
http://wiki.jboss.org/wiki/Wiki.jsp?page=Accessing_EJB3s_over_HTTP_HTTPS
This works so far but the next step is to eliminate the JBoss specific annotation
@RemoteBinding(clientBindUrl="0.0.0.0:80/servlet-invoker/ServerInvokerServlet")
by using a configuration in - lets say - jboss.xml.
Question: How is this annotation expressed as per a deployment descriptor?
Any hints?
Regards
Sandor
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055921#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...