[
https://wso2.org/jira/browse/ESBJAVA-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16867#action_16867
]
Ruwan Linton commented on ESBJAVA-467:
--------------------------------------
Even though we can specify the transport in server.xml for any of the service,
axis2 has a limitation that we can have only one transport per protocol,
because the transport name has to be same as protocol (in other wards axis2
assumes the transport protocol to be the transport name). There for we cannot
have two https transports one for functional requests and the other for admin
console.
Well, we can have both transports but if you expose this over that particular
transport with name other than the protocol, then there will be a validation
error. There fore the only possible option is to hide these services from the
8080 and 8443 ports by adding __ to service names.
> Remove the Admin services from the functional http and https transports and
> just keep them with admin/https transport
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: ESBJAVA-467
> URL: https://wso2.org/jira/browse/ESBJAVA-467
> Project: WSO2 ESB
> Issue Type: Bug
> Components: Core Engine
> Affects Versions: 1.6
> Reporter: Ruwan Linton
> Assignee: Ruwan Linton
> Fix For: 1.7
>
>
> Need to remove the admin services from the normal http (8080) and https
> (8443) transports and keep them only on the admin/https transport (9443)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev