Package org.apache.axis.transport.http
Class JettyAxisServer
- java.lang.Object
-
- org.apache.axis.transport.http.JettyAxisServer
-
public class JettyAxisServer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.commons.logging.Log
log
-
Constructor Summary
Constructors Constructor Description JettyAxisServer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
void
setPort(int port)
Set the portvoid
setResourceBase(java.lang.String dir)
Set the resource basevoid
start()
Start the server
-
-
-
Method Detail
-
setPort
public void setPort(int port)
Set the port- Parameters:
port
-
-
setResourceBase
public void setResourceBase(java.lang.String dir)
Set the resource base- Parameters:
dir
-
-
start
public void start() throws java.lang.Exception
Start the server- Throws:
java.lang.Exception
-
main
public static void main(java.lang.String[] args)
-
-