liferay theme 503 service temporarily unavailable - jboss

We have liferay theme deployed in Liferay Jboss bundle.
After deploying the war file- theme is deployed and getting "available for use" message also.
Also able to see theme in control panel.
But theme is not getting applied to liferay page. in browser console getting message - "503 service temporarily unavailable".
There are no errors in log file also.

Related

Liferay/jboss : no response after hot deploying a war

When I start jboss server with liferay (6.2), everything works. I can access the portal, access the administration section of liferay, even war deployed outside of liferay (activiti-explorer,...)
But when I hot deploy a war with portlets, jboss is still running but I can't access anything, even war deployed outside of liferay.
In chrome, i get a ERR_EMPTY_RESPONSE for any url pointing to the jboss server.
In the jboss console, there is nothing showing up after liferay telling the war has been deployed.
Could you help or indicate me leads to resolve my problem?
Thanks in advance

JBoss 7 in Eclipse

I installed Jboss7 into my Eclipse Oxygen.
When I write into my browser: http://localhost:8080/jbossws I cannot reach the page:
When I write http://localhost:8080 I have the following result
What is missing into my installation?
The url does not exist in JBoss AS 7.x or above. You should add a JBoss Admin user (with the add_user.sh/bat) With the url http://localhost:9990 (If you have not changed the port.) you can reach the admin console. Under Deployment are the web services.

Direct portlet access prevented by WebSphere Portal

I'm trying to deploy a JSR 286 portlet in websphere portal.
Deployment goes fine but when I try to access a resource url directly I get the following:
Error 403: Direct portlet access prevented by WebSphere Portal
I'm very new to portlets and websphere.
Any ideas what could be wrong?
This is the standard default for portal, if you install it THROUGH portal, if you want it to be accessible I would recommend pre-deploying the portlet as a war into websphere appserver then registering it to portal.
http://www-01.ibm.com/support/knowledgecenter/SSYJ99_8.5.0/admin-system/j2ee.dita
for more information.
To access a portlet you need to put it on a page when it is installed through portal, all portlets are viewed in the context of being on a page

Eclipse STS connecting to Tomcat

In Spring Tool Suite IDE, have added Tomcat server and started it. Console output says : INFO: Server startup in 19182 ms
But on trying url http://localhost:8080/, gives HTTP error 404
STS version - 3.6.2.
If server is started outside Eclipse, Tomcat homepage is accessible as usual.
Try http://localhost:9087/ and see if that works. You may need to check your configurations for other port numbers, but 9087 should work.
Got it working!
Wile running tomcat in eclipse, not all files are copied in the new deployment location in the eclipse workspace. But after manually copying index.jsp and related images, the home page came.

Liferay on Glassfish. Spring portlet is deployed successfully but not showing up in the Liferay "Add Application" list

I'm using Liferay 6.1.2 on Glassfish 3.2.2. I'm able to deploy Spring portlet successfully (A working and verified portlet on the previous glassfish/liferay build) but it is not showing up in the Liferay "Add Application" list.
I've checked the xml namespace declarations, liferay xml files (portlet, display) and all seem to be compliant with the liferay specs. The logs do not show any errors but I did notice that the logs were NOT showing the "x portlets are available for use" message as it used to in the previous build.
The problem was with the Liferay build itself. The web.xml parser is faulty and breaks when comments/filters are present in web.xml. I got the latest patches from Liferay and that fixed it. The other way to fix it is to remove comments from web.xml and clean up the filter declarations properly.