Heiko,
It sounds like you are talking about the ssl connector rather than the web service port,
so ill float what i know and you can pick and choose.
The actual ssl connector is controlled by jbossweb-tomcat55.sar\server.xml. you will have
to enable ssl here before you can use the https.
As for your web service the controls for changinging ports in your wsdl is done in two
parts. the uriScheme (the https bit) is controlled from the wsdl, ie if the url in the
wsdl starts with "https" it will update the wsdl with a url including the secure
web port and https. and if it is anything else it will use the default port, and the
provided schema.
the port themselves are configured in a archive jbossws.sar\jbossws.beans.
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84965
Steve.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966586#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...