Hi all, 

I use AppFuse version 1.9.3, Spring MVC.

Recently I have come across a jsp problem not seen before.

When doing an 'ant setup' on a LINUX machine, and deploying the war file
(to the same Linux machine, OR to a windows machine) , the rendered html
pages do not pick up the style sheets. On closer inspection it is
evident that the jsp place-holder ${appConfig["theme"]} is not replaced.


An example of the placeholder is:
/styles/${appConfig["theme"]}/images/logo.gif

However, when deploying a war file compiled on a WINDOWS machine to the
Linux server(!), the placeholder is replaced as expected. 


The fact that the style sheets are picked up when using a windows
compiled war file removes Tomcat configuration issues from the picture. 

I am aware that in versions 1.9.4 and later, 'theme', as found in
web.xml, is renamed to 'csstheme'. As yet, I have not tried renaming
'theme'. 

The size of lib jar files in either webapp is the same. 
Jdk version on linux system: 1.5._09
Jdk version on windows system: 1.5._011


Has anyone come across this problem before?


Thanks all, 
Jon


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to