From: Conrad H. <co...@cg...> - 2011-08-31 17:56:43
|
Thank you for the information. We do use our apache server to serve up other data as well, so I'd like to configure the Opal server to return an opal-specific URL. Is changing "tomcat.url" in etc/opal.properties and updating the installation sufficient to do that? I was always a little wary of changing that URL because I do not know whether it will affect just the returned URLs (pointing to results) or will also require changes to the Tomcat/Apache configuration files to match. Right now, we use the default configuration where the returned URLs look like http://_server_:8080/appXXXXXXXXXX and the request URLs look like http://_server_/opal2/services/_service_. I'd really like to keep the request URLs unchanged because we distribute an application that has those URLs hard-wired into code. Thanks. Conrad On 8/30/11 11:52 PM, Olivier Sallou wrote: > > > ----- Mail original ----- >> De: "Conrad Huang"<co...@cg...> >> À: opa...@li... >> Envoyé: Mardi 30 Août 2011 21:31:47 >> Objet: [Opaltoolkit-users] Making Opal return port 80 URLs >> Hi, >> >> We have been using Opal 2.2 for a while and everything is working fine >> with Apache 2 and Tomcat 5.0.30. Our Opal installation currently >> returns URLs that look like >> "http://_server_name_:8080/app1314720091064/". Recently, we found that >> one of our users had a problem because his firewall blocked port 8080. >> Is there some way we can configure Opal and Apache to use port 80 >> URLs? > > > hi, > you can configure Apache as a proxy (using module mod_proxy) > There is directive proxy_pass (and reverse). > However if your apache is used for other usages than opal, you should configure your Opal server to be something like "http://_server_name_:8080/opal/..." and on apache apply the proxy to /opal. > > Olivier > >> Thanks. >> >> Conrad >> >> ------------------------------------------------------------------------------ >> Special Offer -- Download ArcSight Logger for FREE! >> Finally, a world-class log management solution at an even better >> price-free! And you'll get a free "Love Thy Logs" t-shirt when you >> download Logger. Secure your free ArcSight Logger TODAY! >> http://p.sf.net/sfu/arcsisghtdev2dev >> _______________________________________________ >> Opaltoolkit-users mailing list >> Opa...@li... >> https://lists.sourceforge.net/lists/listinfo/opaltoolkit-users > |