|
Set up an HTTP proxy for Tomcat Web Server
|
|
Monday, November 29, 2004
All content and software implementations are not Ericsson-supported products. Note that Ericsson does not represent nor hold responsibility for the content from this area.
This article explains how to set up a Tomcat server to access a service layer resource via a proxy Often service layer resources for Mobile Internet are behind a proxy server (see diagram below).
In order for a web application to access the service layer resource, a proxy server for the Tomcat server hosting the web application must be configured. To do this, you only have to add a few lines to a properties file. Simply add to the %CATALINA_HOME%/conf/catalina.properties file the following lines:
After making the changes restart the Tomcat Server. Note that %CATALINA_HOME% refers to the location where you installed Tomcat. Restart the Tomcat server. By Avelino Benavides Last published February 17, 2007
|
|