Hello everyone,
I just figured out the configuration issue causing my problem.
Original configuration mod_proxy_wstunnel with SwampDragon:
ProxyPass /data/ ws://127.0.0.1:9001/data/
ProxyPassReverse /data/ ws://127.0.0.1:9001/data/
ProxyPass /settings.js http://127.0.0.1:9001/settings.js
ProxyPa
Hi
Thank you for the responses. I will investigate both solutions.
Everyone have a great weekend.
Kind Regards
Leon
From: James Smith [mailto:j...@sanger.ac.uk]
Sent: 17 April 2015 10:23 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Httpd & Tomcat
On 17/04/2015
On 17/04/2015 09:15, Bremser, Kurt (AMOS Austria GmbH) wrote:
Tomcat uses several ports. One of these is a standard HTML port that
can be usefully accessed with a browser. Since tomcat itself listens
on this port, DO NOT USE it in httpd!
If you want to serve tomcat content via your apache(http
Tomcat uses several ports. One of these is a standard HTML port that can be
usefully accessed with a browser. Since tomcat itself listens on this port, DO
NOT USE it in httpd!
If you want to serve tomcat content via your apache(httpd), you need to use a
connector (ie mod_jk) and specify the cor
Dear All
I am trying to run Httpd and Apache together for the first time ever,
however, I have been unsuccessful in my endeavours.
I have to sites that point to the same server:
subdomain1.domain.com - normal HTML & PHP site
subdomain2.domain.com - tomcat servlet with an instance of At