[Download] | [Documentation Home] | [Release Note]
In a production environment or if the network is under certain constrains, it is sometimes necessary to run WSO2 AppServer behind a proxy or a firewall. Even though AppServer should be behind a proxy or firewall, the ultimate end user should not see this information.
Lets assume you have enabled mod_proxy. Steps to enable proxy mode are as follows.
<parameter name="proxyPort">80</parameter>
AppServer has been designed to run on top of Embedded Tomcat or in Servlet containers such as Tomcat, JBoss, WebLogic etc. Thus, AppServer has two mode of operations. In any case, find the axis2.xml in CARBON_HOME/repository/conf directory and follow the above steps.