how to connect to WebSphere 7 admin console, or how to view error logs if it's not starting?

瘦欲@ 提交于 2020-01-02 02:34:07

问题


I have IBM RAD / WebSphere 7 installed locally. My web application I'm developing runs fine.

I'm trying to log into the WAS admin console.

In the "Servers" view, I right-click the server > Administration > Run Administration Console ... but I get a "webpage cannot be found" error page.

In Firefox, I attempt to browse to the admin console URL, I tried each of the following but no luck:

http://localhost:9091/ibm/console/logon.jsp
http://localhost:9091/ibm/console/
http://localhost:9060/ibm/console/
http://localhost:9060/admin

Any ideas what the URL is?

Or, alternately, if the admin console is not starting due to some error, is there a log file somewhere where I can find the error?

Any help is greatly appreciated!

Rob


回答1:


The third of those would normally be the correct one, but the port number depends on what happened during the profile creation process. Find the profile directory and then look in the properties directory for the portdefs.props file. That will tell you what the correct port number should be.

It is possible to create a profile without the admin console application, in which case it will obviously never work. You could also try running wsadmin from the profile bin directory to see whether you can connect to the admin service that way.

Any errors from the admin console application will be reported in the normal log files in the profiles/profilename/logs/servername directory.



来源:https://stackoverflow.com/questions/13712154/how-to-connect-to-websphere-7-admin-console-or-how-to-view-error-logs-if-its-n

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!