I am porting an exisiting web application to J2EE. 

I have a HTML file which has a JS/Images/CSS file includes (/dir/css/)something 
like below : 



<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
 



 
<TD ALIGN=left VALIGN=top> 

<TD ALIGN=right VALIGN=top> 
 



In existing system which runs on WindWeb Web server, I have mapping of "/dir" 
to some physical directory on web server. Now the same I have to achieve on 
JBoss. 
It would be better for me if I don't change .html file to .JSP file And I need 
"/dir" to be mapped to "request.getContextPath()" So that I do not end up in 
changing all the files. 

Is there any way to do this? 

TIA 
Sachin

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to