Hi,
I'm in trouble, well I have a VM where deploy my Liferay portal but when I access into the VM it works perfect, but when I acces from real machine the portal behaivor different por example de URL change. I have for example a page named home, in VM the URL is ip/web/guest/home but en real machine is /ip/inicio. Why?.
I am using redirect apache-tomcat. Portal is deployed in tomcat, but accessed by apache. actually have in virtual host option my VM ip, in the friendly URL of public pages appear ip/web/guest/page.
I don´t know if it could be the problem, but when i try to delete a web content from control panel in browser console show a error message like this
1Uncaught TypeError: Cannot call method 'all' of null everything.jsp:3
2Util._defaultSubmitFormFn everything.jsp:3
3a.fireComplex everything.jsp:1
4b.CustomEvent.fire everything.jsp:1
5d.fire everything.jsp:1
6Liferay.publish.defaultFn everything.jsp:3
7(anonymous function) /group/control_panel/manage?p_p_id=15&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&doAsGroupId=10180&refererPlid=10613 (1):1
.
And not execute the action. the same happen when try to delete a blog from blog's options.
When i try to do it in VM it is executed normally.
What could be happening.
part of my portal-ext.properties
1
2
3#
4# Explicitly exclude attributes that are shared from the portal to portlets.
5#
6session.shared.attributes.excludes=USER_PASSWORD
7#
8# Set this to true to store the user’s password in the session.
9#
10session.store.password=true
11
12setup.wizard.enabled=false
13
14browser.cache.signed.in.disabled=true
15
16
17web.server.http.port=8050
18web.server.https.port=443
19web.server.host=192.168.15.136
20company.security.auth.requires.https=true
21
22web.server.protocol=https
23
24tunnel.servlet.hosts.allowed=127.0.0.1,192.168.15.136
25tunnel.servlet.https.required=true
26#axis.servlet.hosts.allowed=127.0.0.1,192.168.15.136
27#axis.servlet.https.required=true
28
29
30axis.servlet.hosts.allowed=127.0.0.1,192.168.15.136,0:0:0:0:0:0:0:1%0
31axis.servlet.https.required=true
32
33redirect.url.ips.allowed=127.0.0.1,192.168.2.123
34
35portal.ctx=/
36
37locale.prepend.friendly.url.style=1
38
39theme.css.fast.load=false
40theme.images.fast.load=false
41javascript.fast.load=true
42javascript.log.enabled=false
43layout.template.cache.enabled=false
44#browser.launcher.url=
45#combo.check.timestamp=true
46#freemarker.engine.cache.storage=soft:1
47#freemarker.engine.modification.check.interval=0
48#openoffice.cache.enabled=false
49#velocity.engine.resource.manager.cache.enabled=false
50com.liferay.portal.servlet.filters.cache.CacheFilter=false
51com.liferay.portal.servlet.filters.themepreview.ThemePreviewFilter=true
thanks a lot
Please sign in to flag this as inappropriate.