• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

axis2 server on https/ssl

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic