[ 
https://issues.apache.org/jira/browse/TUSCANY-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Nash closed TUSCANY-1501.
-------------------------------


> Cannot expose services using multiple http ports
> ------------------------------------------------
>
>                 Key: TUSCANY-1501
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1501
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Tomcat Integration
>    Affects Versions: Java-SCA-Next
>         Environment: Windows XP
>            Reporter: Simon Nash
>             Fix For: Java-SCA-Next
>
>
> The Tomcat and Jetty servlet hosts both have a limitation that only one port 
> number can be used to listen for servlet requests.  For absolute URIs 
> specified explictly in SCDL or WSDL, this means that the same port number 
> must be specified for all endpoints.  For relative URIs such as the implicit 
> URIs created for Web Service callback endpoints, this means that all 
> explicitly specified absolute URIs must have port numbers that match the 
> default port number that is hard-wired into the Web Service binding 
> (currently 8085).
> The problem is easily illustrated by running the simple-callback-ws sample.  
> This sample specifies an explicit absolute URI in the WSDL using a port 
> number of 8085 which matches the default base URI in Axis2ServiceProvider.  
> The sample runs because the implicit and explicit port numbers match.  If the 
> explicit port number in the WSDL for the MyService service is changed to 8075 
> (or any other value), the sample no longer runs because the service method is 
> not dispatched by the servlet host.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to