Re: Bug in c:url taglib

2006-07-13 Thread Martyn Hiemstra
Hi Giorgio Thanks for your explanation. After reading your explanation I looked at my Tomcat server.xml. I use host tags to attach hostnames to contexts. My code was: unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> directory="logs" prefix="Test_log." s

Re: Bug in c:url taglib

2006-07-13 Thread Giorgio Ponza
Hi Martyn This is not a bug but a "feature". Infact when you specify an absolute path for the "value" attribute, the JSTL will prepend it with the "context" of the web-app. In your case, i think you have a context with path "/" in your server.xml (or context.xml etc) From the spec, section 7.

Bug in c:url taglib

2006-07-12 Thread Martyn Hiemstra
Hi All I am having a problem with Tomcat 5.0.28. I designed a website a few months ago and I started working on it again. I cant remember what version Tomcat I designed it in but now I'm trying Tomcat 5.0.28. When I deploy my website everything deploys perfectly. When i view the page it's wh