You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Nash (JIRA)" <tu...@ws.apache.org> on 2007/08/01 19:47:53 UTC

[jira] Resolved: (TUSCANY-1501) Cannot expose services using multiple http ports

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

Simon Nash resolved TUSCANY-1501.
---------------------------------

    Resolution: Fixed

Fixed in revision 561391

> 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org