...
Code Block |
---|
./axis2server.sh -http 90019003 -https 90059007 -name MyServer1 ./axis2server.sh -http 90029004 -https 90069008 -name MyServer2 ./axis2server.sh -http 90039005 -https 90079009 -name MyServer3 |
Running the commands as specified above will start three instances of the Axis2 server on HTTP ports 9001, 9002 and 9003 respectively.
...