Hi,
I tested my application, it works fine when I use TOMCAT as my app server. I have a CSS file in /Webroot/css directory. I deployed the same application on WAS. Now the CSS properties are not visible in the deployed application on the WAS. I am using this statement in the head part of one of my JSPs to use the CSS.
<LINK rel=”stylesheet” type=”text/css” href=”css/templateStyle.css”>
Can you suggest me what is wrong with the above statement?
Thanks in advance
Salini