You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Steven Leija <St...@valtech.com> on 2001/12/10 22:08:46 UTC

Websphere 4.0 and html:link rewriting

Hello All,
 
Currently running into an odd problem.  Using websphere 4.0 deploying a
war file.  The html:links are renders the with context root path twice.
I know that struts adds it by default, and now, websphere is adding it
by default.  So urls are looking like this:
http://localhost:8090/vpos/vpos/index.jsp
<http://localhost:8090/vpos/vpos/index.jsp> 
 
Does anyone know how to fix this?
 
Thanks for any help!
 
Steven