[
https://issues.jboss.org/browse/AS7-3009?page=com.atlassian.jira.plugin.s...
]
Jim Ma commented on AS7-3009:
-----------------------------
Hi Nicklas, I tried to add a https connector like following :
<subsystem xmlns="urn:jboss:domain:web:1.1"
default-virtual-server="default-host">
<connector name="http" protocol="HTTP/1.1"
scheme="http" socket-binding="http"/>
<connector name="https" protocol="HTTP/1.1"
scheme="https" socket-binding="https" secure="true">
<ssl password="rmi+ssl"
certificate-key-file="../standalone/configuration/keystores/tomcat.keystore"
protocol="TLS" verify-client="false"/>
</connector>
...
</subsystem>
but did not get the endpoint address like
http://localhost:8443 . It picks up the http and
8080 as default. Did you define any other configuration in standalone.xml ? Could you give
me more info to reproduce this error?
Thanks,
Jim
Having a https connector places WS endpoint at wrong address
------------------------------------------------------------
Key: AS7-3009
URL:
https://issues.jboss.org/browse/AS7-3009
Project: Application Server 7
Issue Type: Bug
Components: Web Services
Affects Versions: 7.1.0.Beta1
Reporter: Nicklas Karlsson
Assignee: Jim Ma
If I have a https connector defined on 8443, my endpoint ends up at
<wsdl:service name="WebMarelaServerWebServiceService">
<wsdl:port binding="tns:WebMarelaServerWebServiceServiceSoapBinding"
name="WebMarelaServerWebServicePort">
<soap:address
location="http://localhost:8443/OSTi-L/WebMarelaServerWebService"/>
</wsdl:port>
</wsdl:service>
Why does it pick https as default? And if it does default to security, it should be
https://
If I comment out the https connector it ends up at http://...:8080 where it should be
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira