Servlet « Liferay « JSP-Servlet Q&A





1. How to build a servlet for an application hoste in a different server    liferay.com

Hello all, I hope you can help me. I need to create a servlet that receive an html request with some post type parameters. Process some information and return an xml file in the response for example, receive a poll id number, do a PollsQuestionLocalServiceUtil.getQuestion(id) for polls portlet and return an xml in the html response with an xml of the ...

2. Servlet Integration in Porlet    liferay.com

Dear all, as in the subject, I'm trying to make work a servlet defined inside a portlet but I'm not able to make the enviroment load the correct class for the servlet. The servlet is provided by a servlet.jsp file in the root of the portlet. In the beginning of the servlet I import a java file. <%@page import="org.biolab.decide.server.HtmlServlet"%> Unfortunately the ...

4. how to write a servlet    liferay.com

5. Servlet problem - modified    liferay.com

6. Servlet unreachable    liferay.com

7. Servlet simple question    liferay.com

8. Subdomains and Servlets    liferay.com

9. securing a PortalDelegateServlet servlet    liferay.com

I have a servlet that I'd like to serve up from the portal. I've got it configured to go through PortalDelegateServlet, so that the servlet gets Portal's session (side question: why do I get session, but not request attributes?). However, anybody can access the servlet, not just those who are authenticated and have a portal session. I'd like to use the ...





12. problem captcha servlet    liferay.com

13. Liferay 6 what do those servlets do?    liferay.com

14. Servlet file is not getting called    liferay.com

15. PLEASE HELP ME: PDF SERVLET    liferay.com

Hi Guys!! I need your help very much! I have some jasper reports to show in pdf but i found here that is not possible to set the ContentType from a portlet to "application/pdf" ..ok.. I also have found that I have to create a servlet in order to show this pdf. Please, can you teach me how to create this ...

16. LanguageUtil in Servlet    liferay.com