On 7/30/07, Burak Yýlmaz <[EMAIL PROTECTED]> wrote:
> my links to images,css,js are like below in jsp files;
>
> /images/xxx.jpg
> /js/xxx.js
> /css/xxx.css
>
> solution is fully re rewriting the url's i know like;

No, not at all. If your links are really  absolute paths, it should just
work. The only way something like "mycontext/album/images/xxx.gif"
would happen is if the link is relative -- not starting with "/".

Perhaps you should post an actual JSP that demonstrates the issue...

-- 
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to