Remember axis2 is a LARGE SERVLET And SERVLETS run in a SERVLET CONTAINER established by APPLICATION SERVERS
Hence did you configure your APPLICATION SERVER to have an SSL port for https request setup using i.e. Tomcats server.xml Josef Von: Matta, Geethamadhurima [mailto:geethamadhurima.ma...@citi.com] Gesendet: Mittwoch, 8. Juni 2011 19:29 An: 'java-user@axis.apache.org' Betreff: Axis2 server on Https Hi, I am unable to start Axis2 server on https. I changed the axis2.xml (transportReceiver) to https as below. -------------------------------------------- <transportReceiver name="https" class="org.apache.axis2.transport.http.AxisServletListener"> <parameter name="port">8096</parameter> </transportReceiver> -------------------------------------------- This is the axis2server.sh containing: java $* -Xms512m -Xmx512m -XX:-HeapDumpOnOutOfMemoryError -XX:-PrintGCDetails -Xcheck:jni -Djava.library.path="$SRVROOT/CdsJniCpp:$SRVROOT/CdsCore" -classpath "$AXIS2_CLASSPATH" org.apache.axis2.transport.SimpleAxis2Server -repo "$AXIS2_ROOT"/repository -conf "$AXIS2_ROOT"/conf/axis2.xml I get the below error: Initializing the service context [INFO] [SimpleAxisServer] Started [SimpleAxisServer] Started ***********Destroying the service context The server is not starting up. Can you please help. Regards, Geeta