RE: Problem with redirection

2007-11-26 Thread bjorn.de.bakker
What do you mean by that? I have a property, which is just the name of a JSP, but for some reason, port 80 is added to the complete URL. We don't know why, it's probably a Tomcat error, but the question is how to solve this. It's not a software or programmatic error, because I created a

RE: Problem with redirection

2007-11-23 Thread bjorn.de.bakker
Version Tomcat: 5.5 What part of the configuration do you want to see? The complete file, or any specific part? The version of Acegi we use is 1.0.0 and for Spring it is 2.0.1. There's an Iplanet in front of it, but I don't know if that's similar (I don't know much about network

Problem with redirection

2007-11-23 Thread bjorn.de.bakker
We have a weird problem with Tomcat. We have an application that is accessible on 2 URL's. Let's say www.domain.com/subdomain/applicationname and www.domain.com/othername. Configuration of Tomcat looks like this: Context path=/subdomain/applicationname docBase=applicationFolder