I've upgraded our dev JBoss installation from 3.2.3 to 4.0.3SP1.  One of the 
struts application is having a problem finding the CSS file, which is located 
in the jsp directory.  It looks like the struts tag <html:base> is resolving 
differently between the 2 versions of JBoss.

On the app's web.xml, the welcome file is listed as:
  <welcome-file-list>
  |     <welcome-file>jsp/logon.jsp</welcome-file>
  |   </welcome-file-list>

The file logon.jsp has <html:base> within the html's head section.  On JBoss 
3.2.3, this expands to
 <base href="https://myhost.com/AppRoot/jsp/logon.jsp";>

On 4.0.3SP1, this expands to
<base href="https://myhost.com/AppRoot/";>

Is there a way to make JBoss 4.0.3SP1 behave like ver. 3.2.3?  I'd rather not 
have the developers change their WAR file.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929875#3929875

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929875


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to