|
Home > Archive > WebLogic support > May 2005 > How to reach localhost?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to reach localhost?
|
|
| Sam Hwang 2005-04-13, 2:51 am |
| I am a newbie to WebLogic. After launch the server, I enter
http://localhost:8080/ in order to access the homepage of weblogic, but
fails to do so. How to do it in the right way? Thanks!
| |
| Michael 2005-05-01, 6:19 pm |
| "Sam Hwang" <samhng@gmail.com> wrote in message news:<1113366657.560430.276920@l41g2000cwc.googlegroups.com>...
> I am a newbie to WebLogic. After launch the server, I enter
> http://localhost:8080/ in order to access the homepage of weblogic, but
> fails to do so. How to do it in the right way? Thanks!
Unless you have configured your port to 8080 the default port for
WebLogic is 7001. 8080 is the default port for Tomcat. Try
http://localhost:7001/console for the console or
http://localhost:7001/ for your default application (if set up that
way).
All the best.
|
|
|
|
|