Finding the port listening command
From a Windows console, type:
netstat -an|find "61616"
OR
From a Unix command shell, type:
netstat -an|grep 61616
Finding the port listening command
From a Windows console, type:
netstat -an|find "61616"
OR
From a Unix command shell, type:
netstat -an|grep 61616
We can make some java variables available in the velocity templates(used in theme)
In the
ServicePreAction we set the variables and these variables will
be accessed from the templates.
servlet.service.events.pre=com.liferay.portal.events.ServicePreAction,your.custom
.EXTServicePreAction