I am trying to forward a port from 80 to 8080 (default to tomcat).
I would like to lead some traffic through a transparent proxy (which actually is on another server and connected with an ssh tunnel).
Normally I could do this:
ipfw add forward localhost,8080 tcp from any to x.x.x.x 80
However, fwd/forward needs a re-compile of the kernel, which I am not happy to do.
I have problem in shutting down tomcat server. When I type localhost://8080, it keeps on showing me tomcat homepage. I restarted the system also but did not help.
I need to hack the OS X pf to redirect all ssh connections from an user to this machine.
I am using ipfw nat with the following config
ipfw -q nat 1 config if em0
Which TCP and UDP ranges will the NAT choose its alias ports from?
(Plesk 10.4 centos 5.8 linux apache2 server, with Tomcat5 on port 8080 and Apache Solr)
I get "The connection has timed out" on requesting domain.com:8080 or www.domain.com:8080 or ip.ad.dr.ess:8080
Every reason I can find why this might be seems not to be the case:
Plesk thinks Tomcat is running fine and lists it as an active
service.
The firewall currently has an accept all rule on port 8080
I'm using VertrigoServ, and I'm getting the Problem loading page - Unable to connect yellow exclamation mark error page while I try to connect to my localhost.
In the conf files httpd.conf, it says: Listen 8080 I tried changing 8080 to 80, didn't work.
I also tried typing manually in the url: localhost:80 or localhost:8080, didn't work.
I get the following error when I run my JSP file in Eclipse-Juno with Tomcat v7:
'starting Tomcat v7.0 server at localhost' has encountered a problem.
Port 8080 required by Tomcat v7.0 server at localhost is already in use. The server may already be running in another process, or a system process may be using the port.
I have installed Jenkins and opened port 8080 on Ubuntu 12.04 server but still can't access Jenkins remotely.