In code (using port 8080 as an example):
SimpleAxisServer sas=new SimpleAxisServer();
sas.setServerSocket(new ServerSocket(8080));
sas.start();

Or from the command line (using port 8080 as an example):
java org.apache.axis.transport.http.SimpleAxisServer -p 8080

see:
http://docs.pushtotest.com/axisdocs/apiDocs/org/apache/axis/transport/http/SimpleAxisServer.html

But honestly, using tomcat is simpler, more reliable, and better documented than using SimpleAxisServer. You won't be able to use Steve's happyaxis.jsp to tell you why the server isn't working, for example. Unless you are just using this to run unit tests on services, you'll probably be back in a week with more questions about why feature 'X' doesnt work.

-Baz

IvanLatysh wrote:
Hello, Oliver!
You wrote to <[EMAIL PROTECTED]> on Thu, 27 Feb 2003 16:52:21 +0100:

OA> Hi Ivan,

 OA> have a look at the samples. There are some simple standalone
 OA> implementations.
Thank you.

But could you be a little more specific.
Which example to look at ?

---
Yours sincerely, Ivan Latysh.
Ivan[a]yourmail.com





Reply via email to