RE: domains and aplication name mapping

2009-10-05 Thread Nicola de Saint-Aubert
Thanks, i ll do that; i didn t know mod_proxy had it implemented. Best regards -Mensaje original- De: Wes Wannemacher [mailto:w...@wantii.com] Enviado el: lunes, 05 de octubre de 2009 15:10 Para: Struts Developers List Asunto: Re: domains and aplication name mapping I'm not sure y

Re: domains and aplication name mapping

2009-10-05 Thread Wes Wannemacher
I'm not sure you're aware, but IIRC, if your application is named 'ROOT' (i.e. ROOT.war), then the application server will serve it up without appending the appcontext name onto the URL. After that, I agree with Nils, it is a reverse proxy issue. You would probably get more feedback on the u...@str

Re: domains and aplication name mapping

2009-10-05 Thread Nils-Helge Garli Hegvik
If I understand correctly, I believe this is a proxy configuration issue. Here you can find some reference to how I solved it when I faced the same problem: http://portletwork.blogspot.com/2009/04/rewriting-urls-in-web-application-using.html Nils-H On Mon, Oct 5, 2009 at 11:49 AM, Nicola de Sain