Unable to access weblogic on port 7001
785525Jul 16 2010 — edited Jul 18 2010Hi all,
Thank you for your previous support and help.It really helped me.
I am facing issue in accessing weblogic server console page.
I have downloaded setup for Oracle WebLogic Server 9.2 MP3 for Solaris (32-bit JVM).
I have installed same on sun server using console mode.
We referred to following link:
[Weblogic Console mode installation|http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14142/console.htm#i1075285]
Post this installtion, we successfully created domain using config.sh file in common\bin folder.
After this, we tried to start server using startWebLogic.sh file in domain folder.Server started successfully and it showed that it is in running mode.
After his we tried to access the server with url http://<ip>:7001/console
but it gave us msg "page cannot be found".
After that we tried to check startup console log...it did not have any port conflict logs(i.e. no msg saying port is being used by another process).
We even checked with ping command, that ip was accessible.
ie. ping <ip>
Then we checked with telnet command, but it was not able to access this 7001 port.
ie. telnet <ip> 7001
-----------------
After that, we even created new domain with different port(7002).But same happened here as well.Server started successfully on 7002.But when we tried to access url, page was not able to be displayed.
Please help us on this.Where there can be restriction.
Apart we are doing this installation using VPN connectivity with remote machine using console through putty application.
plz help us on this.thx in advance.