How to install theme.jar on portal

Hi All.

I create theme.jar in Sun Java Studio Creator 2 by right click (Run Target -> dist-SunPortal) on build.xml of my theme project.

How can I deploy this theme on Sun Java System Portal Server 6?

PS: I found solution only for Portal Server 7, but I can’t apply it to version 6.

[316 byte] By [DenisTa] at [2007-11-27 0:50:14]
# 1

In the JSP files that generate the <head> section of the HTML n designate a Sun Java Web User Interface Components theme to be used for the entire page

eg: <pui:setupTheme themeName="defaulttheme" .../>

Note:

To use Sun Java Web User Interface Components theme in a page, the porletSetupTags.tld tag library descriptor file must be included; otherwise, the <pui:setupTheme...> will fail. This file must be located where the JSP files can access it. For example, in the community sample, it is located at PortalServer-DataDir/portals/portal-ID/desktop/community_sample/tld directory.

prakashprabhaa at 2007-7-11 23:20:12 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2
Ok, thank you.But where is defaulttheme placed?
Denis_EPAMa at 2007-7-11 23:20:12 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3
Hi ,It can be located at<Portal-server-base>/lib/defaulttheme.jareg: /opt/SUNWportal/lib/defaulttheme.jar
prakashprabhaa at 2007-7-11 23:20:12 > top of Java-index,Web & Directory Servers,Portal Servers...
# 4
prakashprabhaUnfortunatly I haven't it therePS: Sorry for different nicknames.
fotodena at 2007-7-11 23:20:12 > top of Java-index,Web & Directory Servers,Portal Servers...
# 5
Hi ,For a default Install it should be there. If it is installed in a non-default location it should be in <Install_Dir>/SUNWportal/libRegardsPrakash
prakashprabhaa at 2007-7-11 23:20:12 > top of Java-index,Web & Directory Servers,Portal Servers...