Let me further explain my findings, the <port-component-uri> seems to append to the
context. I need to set it.
For example
<session>
| <ejb-name>API</ejb-name>
| <jndi-name>API</jndi-name>
| <local-jndi-name>local/API</local-jndi-name>
|
| <clustered>false</clustered>
| <port-component>
| <port-component-name>soapAPI</port-component-name>
|
<port-component-uri>http://quadlinux:8080/attaskWS/API</port-component-uri>
| </port-component>
|
| <method-attributes>
| </method-attributes>
| </session>
will yeild:
http://quadlinux:8080/redrock-redrock-ejb/http://quadlinux:8080/attaskWS/API
What I'm trying to get is:
http://quadlinux:8080/attaskWS/API
How do I do this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142216#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...