Hi everybody. I’'m newer
Myserver: abc.com
IP : 192.168.1.1
I have installed jre in /opt/jdk1.5.0_09/jre and wildfire in /opt/wildfile. and configure INSTALL4J_JAVA_HOME_OVERRIDE=/opt/jdk1.5.0_09/jre in /opt/wildfire/bin/wildfire fire.
I can start wildfire use following command:
/opt/wildfire/bin/wildfire start
Starting wildfire
nohup: appending output to `nohup.out’’
But from a brownser I can’'t connect to http://abc.com:9090 or http://192.168.1.1:9090
Please help me to resolve this problem
Thanks very much.
Message was edited by: dtrong823
w5904
November 14, 2006, 7:03am
#2
so what does your browser tell you?
I think some more info is needed
I presume you have installed this on a *nix box.
When you’'ve started wildfire you can check if service is listening on the ports you try to connect to:
try netstat -a and look for the port 9090 and 9091
Another thing to check if you have a firewall running
See if iptables is enabled with /etc/init.d/iptables stop
When iptables is on the service will respond with someting like iptables stopped
hope this helps
WW
Thanks so much.
Now I can use web browser to connect to wildfire.