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