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.

[612 byte] By [rajendra_totaa] at [2007-10-3 4:02:31]
# 1
What's inside that WAR?
CeciNEstPasUnProgrammeura at 2007-7-14 22:01:56 > top of Java-index,Java Essentials,Java Programming...
# 2
It doesn't contain any classes .Its only PORTAL application with CSS file is included . What My idea is first creating PORTAL application with CSS file and deploy it . After this I want to deploy PORTLET application on the same Server then I can the HTML content with CSS.
rajendra_totaa at 2007-7-14 22:01:56 > top of Java-index,Java Essentials,Java Programming...
# 3
> It doesn't contain any classes .Its only PORTAL> application with CSS file is included . What exactly is a "PORTAL application"?
CeciNEstPasUnProgrammeura at 2007-7-14 22:01:56 > top of Java-index,Java Essentials,Java Programming...
# 4

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 :-(

rajendra_totaa at 2007-7-14 22:01:56 > top of Java-index,Java Essentials,Java Programming...