how to deploy PORTAL application onportal server?
Hi All,
I am able to deploy Portlet applications on Production server butcould not deploy Portal applications ? :(.
What I am trying to do isI have developed simple portlet applications which renders HTML content . The problem isit is not applying CSS format while rendering . So I have created one Portal application which includes CSS file. Now I am trying to deploy this PORTAL application on production server .
I am getting message like" can't install this War filebecause its invalid " .
Anybody can you help me in this regard? :(
Thanks in advance,
Rajendra.
Its simple PORTAL application . After deploying this application we can add portlets as a childs to this application .
Now this is simple PORTAL application with CSS file.
Give me some idea about
How to create PORTLET application with CSS files . Where to include this CSS file in a PORTLET application?
Normally we are creating first PORTAL application and adding CSS files to
Portlet Content-->Themes-->html--> abc.css.
--> Head.jspwe are giving the css file path in this JSP page as
<link href='<wps:urlFindInTheme file="abc.css"/>' rel="styleSheet" type="text/css">
After this I am adding my PORTLET application to this PORTAL .
Then its working fine.But I want to knowhow to add CSS files to PORTLET application?
Please help me :-(