I'm trying to use liferay portal with a jsf project already created on another machine.
I installed the liferay successfully on Tomcat Apache 5.5.
I followed all the installation steps from the liferay website & they're all successful, i tried (http://localhost:8080) and it ran successfully.
Now came the step of importing my app in liferay ... I've put the (*.war) file of my app. in (webapps) folder in the liferay folder .
I also created (lportal) mysql db & imported the previous portal db in it, & edited the connection file to it in liferay(ROOT.xml).
Now i ran (startup.bat) for liferay .... liferay starts successfully in the browser but empty .... no portlets !!
Only the portlets names appear but no portlets at all(except the liferay default portlets).
When i try to access any of the portlets of my app. in the browser, the following error appears in the console :
WARN [com.liferay.portal.service.impl.PortletLocalServiceImpl] Portlet not found for 182 portlet1Name_portlet_WAR_myappName
WARN [com.liferay.portal.service.impl.PortletLocalServiceImpl] Portlet not found for 182 Portlet2Name_portlet_WAR_myappName
I tried this with liferay v(4.2) & v(4.3) and they give the same errors.
am i missing something here ?
If you need any other information, just ask me...