View Single Post
  #17 (permalink)  
Old 05-22-2007, 12:19 PM
Leesbian Leesbian is offline
Active Member
 
Posts: 26
Default No admin panel access?

I get a strange error now that I've bound Apache and Tomcat to specific IP addresses...

My firewall blocks incoming port 7071, so I use an SSH tunnel to redirect my servers port 7071 to my localhost port 7071.

I can't access the admin interface any longer now... my browser says that it can't connect to port 7071.

I see the following error at the console on the server every time I try to connect via the browser

channel 3: open failed: connect failed: Connection refused

When I use wget or lynx from the server itself, it seems to be OK.

Any ideas? I've done some googling, and have found a few entries that mention this error with MySQL, but can't imagine its that causing it... or could it be that the admin application is now connecting to MySQL via the IP address I've hardcoded into Tomcat? and I need to change the MySQL permissions to be able to connect from this host?
Reply With Quote