Jan 31, 2012

Oracle Weblogic 12c: Initial Configuration

Before christmas i posted about installing Oracle Weblogic 12c. But to do a first login or to start working you need to do the initial configuration. This is very easy with the provided wizards:

choose one of the provided JDKs:

For playing around an admin server should be enough:

Use the defaults...



Now everything is ready for the first login. But if you try http://yourhost:7001 like shown in the last screenshot, you only get:

Error 404--Not Found

From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:

10.4.5 404 Not Found

The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.

If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.

But no worries. You have to use http://yourhost:7001/console
And then you get:

No comments:

Post a Comment