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">
<LINK REL="stylesheet" HREF="/dir/css/style.css" TYPE="text/css">
<TD ALIGN=left VALIGN=top><IMG SRC="/dir/images/ctopleft.gif">
<TD ALIGN=right VALIGN=top>
<IMG SRC="/dir/images/cnrhelp.gif"
ONCLICK="top.goHelp(1)">
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=3885836#3885836
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885836
-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user