|
| IBM Websphere Application Server admin console not opening |
 |
Fri, 21 Dec 2007 08:22:40 EST |
hi,<br />
<br />
i am a newbie to IBM Websphere. i have installed it on Fedora core 5 OS. i am
not able to get the admin console for the admin server. <br />
I start the server using the following command:<br />
<br />
<strike>root@localhost bin</strike># ./startServer.sh server1<br
/>
<br />
<u>Output</u>:<br />
<br />
ADMU0116I: Tool information is being logged in file<br />
/opt/IBM/WebSphere/AppServer/profiles/AppSh/logs/server1/startServer.log<br
/>
ADMU0128I: Starting tool with the AppSh profile<br />
ADMU3100I: Reading configuration for server: server1<br />
ADMU3200I: Server launched. Waiting for initialization status.<br />
ADMU3000I: Server server1 open for e-business; process id is 3330<br />
<br />
the server starts but when i run the browser at localhost(<a
class="jive-link-external"
href="http://localhost:9081/">http://localhost:9081/</a>) i
get this error: <br />
<br />
Error 404: No target servlet configured for uri: /<br />
<p />
Please help me out with this. Do i need to make any changes in the
configuration.<br />
<br />
|
| Post Reply
|
| Re: IBM Websphere Application Server admin console not opening |
 |
Fri, 21 Dec 2007 18:17:38 +010 |
rtisan@gmail.com escribió:
> hi,<br />
> <br />
> i am a newbie to IBM Websphere. i have installed it on Fedora core 5 OS. i
am not able to get the admin console for the admin server. <br />
> I start the server using the following command:<br />
> <br />
> <strike>root@localhost bin</strike># ./startServer.sh
server1<br />
> <br />
> <u>Output</u>:<br />
> <br />
> ADMU0116I: Tool information is being logged in file<br />
>
/opt/IBM/WebSphere/AppServer/profiles/AppSh/logs/server1/startServer.log<br
/>
> ADMU0128I: Starting tool with the AppSh profile<br />
> ADMU3100I: Reading configuration for server: server1<br />
> ADMU3200I: Server launched. Waiting for initialization status.<br />
> ADMU3000I: Server server1 open for e-business; process id is 3330<br
/>
> <br />
> the server starts but when i run the browser at localhost(<a
class="jive-link-external"
href="http://localhost:9081/">http://localhost:9081/</a>) i
get this error: <br />
> <br />
> Error 404: No target servlet configured for uri: /<br />
> <p />
> Please help me out with this. Do i need to make any changes in the
configuration.<br />
> <br />
> Thanks
WAS is not supported in Fedora, so that could be part or your problem,
but aside of that, assuming that it got installed correctly and 9081 is
the port it got assigned (9080 is the default usually), the URL you
should use to access the console is
http://localhost:9081/ibm/console
or
http://localhost:9081/admin
--
|
| Post Reply
|
| Re: IBM Websphere Application Server admin console not opening |
 |
Mon, 24 Dec 2007 05:45:33 EST |
Hi Juanma,<br />
<br />
Thanks for your reply.<br />
<br />
i have tried with both the urls:<br />
<br />
<a class="jive-link-external"
href="http://localhost:9081/admin/console">http://localhost:9081/ad
min/console</a><br />
<br />
output: Error 404: No target servlet configured for uri: /admin/console<br
/>
<br />
and <a class="jive-link-external"
href="http://localhost:9081/ibm/console">http://localhost:9081/ibm/
console</a><br />
<br />
output:Error 404: No target servlet configured for uri: /ibm/console<br
/>
<br />
the installation went fine and Fedora core 5 does support WAS. <br />
<br />
May be i need to set some path to run admin console...Please let me know if you
have a solution to the problem.<br />
<br />
|
| Post Reply
|
| Re: IBM Websphere Application Server admin console not opening |
 |
Mon, 24 Dec 2007 11:56:12 +010 |
rtisan@gmail.com escribió:
> Hi Juanma,<br />
> <br />
> Thanks for your reply.<br />
> <br />
> i have tried with both the urls:<br />
> <br />
> <a class="jive-link-external"
href="http://localhost:9081/admin/console">http://localhost:9081/ad
min/console</a><br />
> <br />
> output: Error 404: No target servlet configured for uri:
/admin/console<br />
> <br />
> and <a class="jive-link-external"
href="http://localhost:9081/ibm/console">http://localhost:9081/ibm/
console</a><br />
> <br />
> output:Error 404: No target servlet configured for uri: /ibm/console<br
/>
> <br />
> the installation went fine and Fedora core 5 does support WAS. <br
/>
> <br />
> May be i need to set some path to run admin console...Please let me know if
you have a solution to the problem.<br />
> <br />
> Thanks
It might be that Fedora supports WAS but I don't see that WAS supports
Fedora. You can check the supported platforms at:
http://www-1.ibm.com/support/docview.wss?rs=180&uid=swg27006921
Then it seems like 9081 is not your administration port, try then:
http://localhost:9061/ibm/console
or
http;//localhost:9061/admin (not /admin/console, btw)
if that doesn't work either, check with NETSTAT which ports get started
after starting WAS.
--
|
| Post Reply
|
|
|
|
|
|
|
|
|
|