To run WSO2 products, you start the product server at the command line. You can then run the Management Console application to configure and manage the product. This page describes how to run the product in the following sections:
Table of Contents | ||||
---|---|---|---|---|
|
...
Before you begin
Before you start the server, note the following:
- The
config-validation.xml
file in the<PRODUCT_HOME>/repository/conf/etc
directory contains a list of recommended system parameters, which are validated against your system when the server starts. See Configuring config-validation.xml for details on modifying these parameters before starting the server. - The management console of WSO2 products uses the
org.apache.coyote.http11.Http11NioProtocol
Java connector by default. This connector is configured in thecatalina-server.xml
...
- file stored in
...
- the
<PRODUCT_HOME>/repository/conf/tomcat
...
- directory.
...
- This transport connector must be properly configured in this file for the
...
- management console to be accessible. See HTTP Servlet Transport for more information.
Starting the Server
Anchor | ||||
---|---|---|---|---|
|
...