I'm trying to create a war to deploy my customized theme by following the instruction at IBM portal information center. The new theme is used when I access my test page from FireFox, but when I test the same test page from IE (7.0), the default IBM theme under /themes/html/Default.jsp is used, not /themes/html/myteme/Default.jsp. To verify this, I rename or delete my theme war/themes/html/Default.jsp, then I got error that Default.jsp cannot be found.
Please kindly send me a sample theme war file, or points me what I missed, or where I made mistake,
I have following structure under my theme war.
/themes
/themes/html
/themes/dojo
/themes/html/mytheme
/WEB-INF
/WEB-INF/tld
/WEB-INF/web.xml
Because there is nothing in Portal information center to explain what I need to put in web.xml, I create web.xml with following content,
CMS Theme 3