public class SampleAxis2Server
extends java.lang.Object
Constructor and Description |
---|
SampleAxis2Server() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Expected system properties
http_port: Port to bind HTTP transport (default is 9000)
https_port: Port to bind HTTPS transport (default is 9002)
server_name: Name of this instance of the server (optional)
|
static void |
startServer(java.lang.String[] args) |
static void |
stopServer() |
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- 1: Axis2 repository
2: Axis2 configuration file (axis2.xml)java.lang.Exception
public static void startServer(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public static void stopServer() throws java.lang.Exception
java.lang.Exception
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.