Fórumok

Message board problem after setting web.server.host

Przemek Krysztofiak, módosítva 11 év-val korábban

Message board problem after setting web.server.host

New Member Bejegyzések: 4 Csatlakozás dátuma: 2012.07.26. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

Liferay Master Bejegyzések: 803 Csatlakozás dátuma: 2008.03.10. Legújabb bejegyzések
Does it giving any error in server console ?
Przemek Krysztofiak, módosítva 11 év-val korábban

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

New Member Bejegyzések: 4 Csatlakozás dátuma: 2012.07.26. Legújabb bejegyzések
There is nothing in catalina.out
thumbnail
Jignesh Vachhani, módosítva 11 év-val korábban

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

Liferay Master Bejegyzések: 803 Csatlakozás dátuma: 2008.03.10. Legújabb bejegyzések
Did you make any message board related code changes part from this properties ?
Przemek Krysztofiak, módosítva 11 év-val korábban

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

New Member Bejegyzések: 4 Csatlakozás dátuma: 2012.07.26. Legújabb bejegyzések
I did not. I just use standard Message board portlet.
thumbnail
Jignesh Vachhani, módosítva 11 év-val korábban

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

Liferay Master Bejegyzések: 803 Csatlakozás dátuma: 2008.03.10. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

New Member Bejegyzések: 4 Csatlakozás dátuma: 2012.07.26. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

Junior Member Bejegyzések: 60 Csatlakozás dátuma: 2012.06.11. Legújabb bejegyzések
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, módosítva 10 év-val korábban

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

Junior Member Bejegyzések: 38 Csatlakozás dátuma: 2010.04.13. Legújabb bejegyzések
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!