Hi Adhamh there is a class called org.apache.axis.transport.http.SimpleAxisServer there is a main method too. if u run the main the axis will start on port 8080.
to start in other port (I haven done it with main method ) create new SimpleAxisServer obj and set a socket in to it and call that obj ".start()" axis will start on the Socket listening port. hope that helps. regards Srinath On Tue, 2003-07-29 at 21:56, Adhamh Findlay wrote: > Hello, > > The user guide states that Axis 1.1 supports "Standalone version of the > server (with HTTP support)". > > However it does not state how to do this. If one wanted to deploy as a > standalone server, how would one do it? > > Thanks, > > Adhamh >
