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]
