I was hoping to avoid having to proxy, if possible. I thought what I was
intending to do was much simpler.
I modified the apache httpd config from
Listen :80
to
Listen 1.2.3.4:80
I presumed the change would result in Apache httpd NOT listening on
1.2.3.5:80. I presumed that would therefore allow jetty to listen port
80 on that IP Address.
I had hoped that Jetty configuration would be something equally simple
such as adding the following parameters to the java command line.
-Djetty.host=1.2.3.5
-Djetty.port=80
Have you any idea why there isn't a jetty.host option?
Are my presumptions valid or inaccurate?
Richard Schottdorf wrote:
Hi Dave,
of course Jetty can co exist with a httpd server on the same hardware. it
just depends which port the server listens to.
If you don't make any modifications it would be :8888. Apache listens to :80
For each Jetty server you can modify the port within your lenya.sh:
# JETTY_PORT
# Override the default port for Jetty
Everything else has to be done for each pub in your virtualserver.conf
Read:
http://lenya.apache.org/1_2_x/components/deployment/proxying.html
Greetings
Richard
-----Ursprüngliche Nachricht-----
Von: dave- [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 8. Dezember 2005 07:36
An: Lenya Users List
Betreff: want Jetty to listen on a fixed IP Address
Is is possible to get Jetty to listen only to a specified fixed IP
Address? If so, how?
Currently Jetty appears to listen on 0.0.0.0 and and therefore can not
co exist on the same hardware with a httpd server.
For example, say apache is listening on 1.2.3.4:80, could I get jetty to
listen on 1.2.3.5:80.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]