From: Francois-Xavier B. <fra...@ce...> - 2015-08-18 11:58:13
|
You can deploy EsiGate webapp on the machine "idpproxy.mycompany", configure Tomcat to listen on port 80 In order to have the webapp deployed at the root of Tomcat, I think the most simple way is to rename the war file to ROOT.war and replace the one shipped with Tomcat Then in esigate.properties file, you need to set: remoteUrlBase=http://idp.mycompany:8080/ As you are using the ProxyServlet, you also have to set the url mapping for the servlet in WEB-INF/web.xml, it should look like <url-pattern>/*</url-pattern> By the way, is there a reason why you are using version 4.4 instead of 5.1? Since version 5.0, the ProxyServlet has been replaced by a servlet filter and the configuration of the mappings is easier. 2015-08-18 8:54 GMT+02:00 심제현 <sh...@so...>: > Hi Francois-Xavier! > > Testing version is 4.4. > > And my testing is progressed. > > No more error like "No configuration ~" > > And I'am testing as guided below link > > > - http://www.esigate.org/proxy.html > > > on this page, there are two kinds of Reverse Proxy. > > and both of them failed. > > I want to Esigate works as a reverse proxy like below > > 1. request : http://idpproxy.mycompany/openam/~ > > 2. redirect to http://idp.mycompany:8080/openam/~ > > just want to change host and port part. > > How can I modify properties files? > > Thanks! > > 2015-08-18 14:59 GMT+09:00 Francois-Xavier Bonnet < > fra...@ce...>: > >> Hi Jehyun, >> >> Which version of EsiGate are you using? >> Le 18 août 2015 6:47 AM, "심제현" <sh...@so...> a écrit : >> >>> Hello everybody. >>> >>> I'm testing Esigate as a reverse proxy servlet. >>> >>> Setting up is finished and I testing some url, >>> >>> but there was an error like below. >>> >>> [image: 본문 이미지 1] >>> >>> I am not sure "driver.properties" file's contents is correct. >>> >>> Here's contents I configured >>> >>> [image: 본문 이미지 2] >>> >>> What exactly driver and factory mean? >>> >>> And which properties must be configured in "driver.properties". >>> >>> Thanks. >>> >>> Best, >>> Jehyun >>> >>> >>> ------------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Webassembletool-users mailing list >>> Web...@li... >>> https://lists.sourceforge.net/lists/listinfo/webassembletool-users >>> >>> > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Webassembletool-users mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webassembletool-users > > |