Re: transport/https-sample - [WARNING] Couldn't destroy threadgroup org.codehaus.mojo.exec.ExecJavaMojo$IsolatedThreadGroup[name=org.apache.axis2.examples.httpsclient.SimpleServiceClient,maxpri=10]

2019-12-30 Thread robertlazarski .
Its been a while since I read those docs, now I re-read it after I remembered that it uses a internal Jetty server of some sort. Do you see this in the console? 2.) You should able to see following message on console. "-XX-XX XX:XX:XX. XXX:INFO::Started SslSocketConnector@0.0.0.0:8443"

Re: transport/https-sample - [WARNING] Couldn't destroy threadgroup org.codehaus.mojo.exec.ExecJavaMojo$IsolatedThreadGroup[name=org.apache.axis2.examples.httpsclient.SimpleServiceClient,maxpri=10]

2019-12-30 Thread robertlazarski .
Somehow I missed before, that you are running the transport/https-sample . Configuring your server for https is a separate step, for recent Wildfly versions it uses a self signed cert you should be able to do this to confirm the port is open. nmap -p 8443 localhost Since you are getting a connec

Re: [EXTERNAL]Re: Upgrade of Apache Axis2

2019-12-30 Thread robertlazarski .
This link is all we have, to migrate from 1.6.x to 1.7.9, it was written for the 1.7.0 release notes though its still accurate for 1.7.9 . https://axis.apache.org/axis2/java/core/release-notes/1.7.0.html Regards, Robert On Sun, Dec 29, 2019 at 4:15 PM Junxiong Sun (NCS) wrote: > > Hi, > > Do yo

Re: Axis2 WS Security- Issue in loading merlin file path

2019-12-30 Thread viji
Hello Robertlazarski, Thank you very much for your support. It works with a file path on the local file system. Can any Rampart expert user help me regarding my question, that can we give merlin certificate file as a stream instead of certificate file path as string? -- Sent from: http://axi