Class JettyAxisServer

java.lang.Object
org.apache.axis.transport.http.JettyAxisServer

public class JettyAxisServer extends Object
  • Field Details

    • log

      protected static org.apache.commons.logging.Log log
  • Constructor Details

    • JettyAxisServer

      public JettyAxisServer()
  • Method Details

    • setPort

      public void setPort(int port)
      Set the port
      Parameters:
      port -
    • setResourceBase

      public void setResourceBase(String dir)
      Set the resource base
      Parameters:
      dir -
    • start

      public void start() throws Exception
      Start the server
      Throws:
      Exception
    • main

      public static void main(String[] args)