Hi All,
I am new to WebLogic. In JBoss whenever we wanted to access the webapps hosted on JBoss over network we started up the server with -b 0.0.0.0 option.
Now I have installed WebLogic 9.2 in my workstation and I am able to access the webapps hosted on it only through http://localhost:<port>/ <context_name> but I am unable access the same URL with appropriate hostname / ipaddress in place of localhost.
I am using winxp and my windows firewall is off.
Kindly let me know how to startup the WebLogic server binding to 0.0.0.0 so that I can access it anywhere in the network.
Thanks in advance ...