Re: new versions Tomcat

2006-01-27 Thread Mark Thomas
Lucio Ribeiro wrote: > > Hi, I'm new here i'm having problems with new versions of Tomcat. > > I was using tomcat 5.0.27 and i have a web application made in Java. > My code has to get URL using the following code: > > String url = request.getRequestURL().toString(); > > I use Struts a

new versions Tomcat

2006-01-27 Thread Lucio Ribeiro
Hi, I'm new here i'm having problems with new versions of Tomcat. I was using tomcat 5.0.27 and i have a web application made in Java. My code has to get URL using the following code: String url = request.getRequestURL().toString(); I use Struts and my URL is http://localhost:8080/ter