You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Akshay Kapur <ak...@cisco.com> on 2002/08/21 09:28:33 UTC

localhost:8080 problem

Hi

I invoke my application on my local machine and Tomcat using the following 
URL ...
http://localhost:8080/app

The app works fine and the data comes up but the gifs don't. The reason 
being that in the .vm files a statement like
<img src=$Content.getURI("img/shim.gif")>
is getting translated to http://localhost/app

My question is - Why is the translation removing the port?

Thanks
Akshay


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>