LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   make Apache-tomcat to listen to other interface (https://www.linuxquestions.org/questions/linux-server-73/make-apache-tomcat-to-listen-to-other-interface-657025/)

the_imax 07-20-2008 02:33 PM

make Apache-tomcat to listen to other interface
 
Hi
On a system I have Apache tomcat installed and I am only able to access the server when I reach via localhost:8080
the system has one active interface with ip address 192.168.100.3 but I am not able to reach the server when I give the address 192.168.100.3:8080 in the address bar

how can I make apache tomact to also listen and answer request coming at 192.168.100.3 interface ?

mtimbro 07-21-2008 08:14 AM

Have a look at the 'Listen' directive in httpd.conf:

# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, in addition to the default. See also the <VirtualHost>
# directive.
#
#Listen 3000
#Listen 12.34.56.78:80

Cheers,


All times are GMT -5. The time now is 12:36 AM.