context « Liferay « JSP-Servlet Q&A





1. How to create jsp page in root context and have access to liferay login-specific data?    stackoverflow.com

I want to have a jsp page, let it be ping.jsp in ROOT context (/webapps/ROOT) - what is the easiest way to provide liferay-specific information to this pages - current user, ...

2. helloworld-theme_SERVLET_CONTEXT_ does not exist    liferay.com

Hi, I'm getting this error from catalina.out: 07:44:21,123 ERROR [ThemeUtil:271] helloworld-theme_SERVLET_CONTEXT_/html/themes/classic/templates/portal_normal.vm does not exist I was trying to setup color schemes as per Portlet Development Guide 4.3, section 4. When I login to my local portal, I see my theme deployed, I see the icon (but can't choose color scheme) and if I click and select my helloworld theme I just ...

3. BeanLocator is null for servlet context error    liferay.com

Hi, I have a plugin portlet project that consists of 13 portlets, these portlets are calling a number of service methods defined within this plugin project. Sometimes when I deploy the project to Liferay 6.1 I see the following error for every portlet BeanLocator is null for servlet context The only way to correct this seems to be to restart ...