简体   繁体   English

Webspher服务器端口行为异常

[英]Webspher server ports not behaving as expected

In WAS, the admin console is usually accessed at the url : https://localhost:9043/console . 在WAS中,通常可以通过以下URL访问管理控制台: https://localhost:9043/console Now I just wanted to know where from this 9043 came about. 现在我只想知道9043的来源。 So I go to Servers--> Application Servers --> server1 --> Ports and expect to see 9043 as one of the ports listed. 因此,我转到Servers--> Application Servers --> server1 --> Ports ,希望将9043作为列出的端口之一。 There is: WC_adminhost : 9060 and WC_adminhost_secure :9043 . 有: WC_adminhost : 9060WC_adminhost_secure :9043 So far so good. 到现在为止还挺好。

My question is: if https://localhost:9043/console brings up the page, why does http://localhost:9060/console gives an error page? 我的问题是:如果https://localhost:9043/console出页面,为什么http://localhost:9060/console给出错误页面?

I guess the naming is a little confusing, but here is your answer. 我想命名有点混乱,但这是您的答案。 In order to get to admin console, there are two URLs: 为了进入管理控制台,有两个URL:

http://localhost:9060/admin/ (shortened) 
http://localhost:9060/ibm/console 

there are no page define as /console, so I would expect you to get 404. 没有页面定义为/ console,所以我希望您得到404。

Then if your server is secure, you are redirected to port 9043 然后,如果您的服务器是安全的,则将您重定向到端口9043

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM