Foren

Message board problem after setting web.server.host

Przemek Krysztofiak, geändert vor 11 Jahren.

Message board problem after setting web.server.host

New Member Beiträge: 4 Beitrittsdatum: 26.07.12 Neueste Beiträge
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
Jignesh Vachhani, geändert vor 11 Jahren.

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

Liferay Master Beiträge: 803 Beitrittsdatum: 10.03.08 Neueste Beiträge
Does it giving any error in server console ?
Przemek Krysztofiak, geändert vor 11 Jahren.

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

New Member Beiträge: 4 Beitrittsdatum: 26.07.12 Neueste Beiträge
There is nothing in catalina.out
thumbnail
Jignesh Vachhani, geändert vor 11 Jahren.

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

Liferay Master Beiträge: 803 Beitrittsdatum: 10.03.08 Neueste Beiträge
Did you make any message board related code changes part from this properties ?
Przemek Krysztofiak, geändert vor 11 Jahren.

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

New Member Beiträge: 4 Beitrittsdatum: 26.07.12 Neueste Beiträge
I did not. I just use standard Message board portlet.
thumbnail
Jignesh Vachhani, geändert vor 11 Jahren.

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

Liferay Master Beiträge: 803 Beitrittsdatum: 10.03.08 Neueste Beiträge
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.
Przemek Krysztofiak, geändert vor 11 Jahren.

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

New Member Beiträge: 4 Beitrittsdatum: 26.07.12 Neueste Beiträge
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
Manuel Hoyos, geändert vor 11 Jahren.

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

Junior Member Beiträge: 60 Beitrittsdatum: 11.06.12 Neueste Beiträge
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
Arcane Huang, geändert vor 10 Jahren.

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

Junior Member Beiträge: 38 Beitrittsdatum: 13.04.10 Neueste Beiträge
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!