掲示板

Message board problem after setting web.server.host

11年前 に Przemek Krysztofiak によって更新されました。

Message board problem after setting web.server.host

New Member 投稿: 4 参加年月日: 12/07/26 最新の投稿
Hello,
I got problem with message board after opening my portal to the world. When I work on localhost:8080 everything with message board works fine. But after i change
portal-ext.properties and add following lines:

web.server.host=my.company
web.server.protocol=https
web.server.http.port=80

I can not post new thread, add category. I can replay to message but it also does not work good. When I replay there is an annoucement: "Your request completed successfully.", but I'm not redirected to the messaged I just added. Instead I can add another message. That is not the way it should works. It also work well on localhost.

I working with liferay Liferay Portal 6.1 Community Edition 6.1 GA 1 bundled with tomcat.

I would apreaciate any help.
thumbnail
11年前 に Jignesh Vachhani によって更新されました。

RE: Message board problem after setting web.server.host

Liferay Master 投稿: 803 参加年月日: 08/03/10 最新の投稿
Does it giving any error in server console ?
11年前 に Przemek Krysztofiak によって更新されました。

RE: Message board problem after setting web.server.host

New Member 投稿: 4 参加年月日: 12/07/26 最新の投稿
There is nothing in catalina.out
thumbnail
11年前 に Jignesh Vachhani によって更新されました。

RE: Message board problem after setting web.server.host

Liferay Master 投稿: 803 参加年月日: 08/03/10 最新の投稿
Did you make any message board related code changes part from this properties ?
11年前 に Przemek Krysztofiak によって更新されました。

RE: Message board problem after setting web.server.host

New Member 投稿: 4 参加年月日: 12/07/26 最新の投稿
I did not. I just use standard Message board portlet.
thumbnail
11年前 に Jignesh Vachhani によって更新されました。

RE: Message board problem after setting web.server.host

Liferay Master 投稿: 803 参加年月日: 08/03/10 最新の投稿
Ok so i think some problem with the properties you set here only.

web.server.host=my.company
web.server.protocol=https
web.server.http.port=80

Can you please give idea for which purpose you set this properties because i am seeing some conflicting here that you used protocol https and use http port.
11年前 に Przemek Krysztofiak によって更新されました。

RE: Message board problem after setting web.server.host

New Member 投稿: 4 参加年月日: 12/07/26 最新の投稿
I use web.server.http.port=80 for one reason.

When I did not use it. I could get the page https://my.company.com but when i tried to log in I was redirected to
https://my.company.com:8080/web/guest/home?p_p_id=58&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&saveLastPath=0&_58_struts_action=%2Flogin%2Flogin
and site is unavailable.
I found solution on liferay forum and it was web.server.http.port=80.
Everything works fine excpet forum.
thumbnail
11年前 に Manuel Hoyos によって更新されました。

RE: Message board problem after setting web.server.host

Junior Member 投稿: 60 参加年月日: 12/06/11 最新の投稿
Hi,

i have the same problem, when we open the portal to the world with a https connection, the forum portlet works bad.

Any idea??

Thanks
thumbnail
10年前 に Arcane Huang によって更新されました。

RE: Message board problem after setting web.server.host

Junior Member 投稿: 38 参加年月日: 10/04/13 最新の投稿
Hi,
Go to Control Panel -> Portal Settings -> Main Configuration -> Virtual host
the value should be the same with the value of web.server.host
Then it works!