0
votes
2answers
42 views

Liferay Service Builder Not recognized function

I added a new method on my Service Builder: public IRRule ruleCreation() throws SystemException, PortalException { IRRule rule = new IRRuleImpl(); return rule; } The method is recognised ...
0
votes
1answer
55 views

Liferay: how add new JSONWebService method

I need get DDL records via json request. Liferay core have not such service. Only getRecordSet. I write DDLRecordSetService Hook to add new method getRecords(recordSetId). my code: public class ...
1
vote
1answer
175 views

Liferay deployment descriptor (using Tomcat)

I have checked out Liferay portal from SVN trunk, and I have successfuly build Liferay for the first time using ant clean start deploy so my Tomcat contains Liferay exploded war under ...
0
votes
3answers
208 views

Hot deployment not working

I am using Liferay Portal 6.1 CE. I have setup the developement environment in eclipse indigo. When i deploy a portlet ,it moves to the deploy folder inside the Portal Bundle.But didn't get ...
0
votes
0answers
102 views

Unable to see sample portlet created using eclipse IDE

I'm trying to deploy the "sampleMVC" Project test as per the documentation but I keep running into this error: INFO: Deploying web application directory ...
0
votes
0answers
144 views

“The requested resource was not found” When clicking on a recent blogger in Liferay

I have a "Recent Bloggers" portlet on a page in Liferay 6.1. When I try to select a user who's recently posted a blog, I'm redirected to a page with this error: The requested resource was not found. ...
1
vote
0answers
225 views

Configuring log4j in Liferay tomcat server for displaying logs in jsp

I created a jsp to analyze the server logs..it was deployed as a portlet. Now i want the jsp to be in root folder. I have two options :- 1] either I user ext-plugin approach which i want to avoid\ ...
1
vote
1answer
375 views

Liferay - This site is inactive. Please contact the administrator

Hi I am testing Liferay Portal however I can no longer access the Portal - when I now access the Portal I get the following message This site is inactive. Please contact the administrator. I ...
3
votes
3answers
1k views

How to define the order of context loading in Tomcat, or defining some dependency hierarchy among contexts?

Suppose I have two web apps to deploy in Tomcat 6, packed as, let us say, A.war and B.war. Is there a way to force Tomcat, when restarting, to: load B before A? or load A after everything else? or ...
-2
votes
1answer
607 views

Error After Liferay install how can i fix it? [closed]

I tried to install Liferay using Bitnami. It works another x64 Win 7 but it doesn't work on my PC. Error: "The server encountered an internal error () that prevented it from fulfilling this ...
2
votes
2answers
1k views

Cannot send email from Liferay Web Forms

I am using Liferay Web Forms for email sending purposes. Done so far: Setup the form title and description. Altered the input field names. Ticked the "Send Email" functionality, set up mail title ...