Re: Leading slash on forward causes problem in proxied environments

2006-02-06 Thread J T
That would resolve the problem but it is not an option in our environment. On 2/4/06, Max Cooper <[EMAIL PROTECTED]> wrote: > > Can you change the contextPaths on your dev, int, and stg servers? > > (dev) http://devserver.com/Application > (int) http://intserver.com/Application > (stg) http://stgs

Re: Leading slash on forward causes problem in proxied environments

2006-02-04 Thread Max Cooper
Can you change the contextPaths on your dev, int, and stg servers? (dev) http://devserver.com/Application (int) http://intserver.com/Application (stg) http://stgserver.com/Application (prod) http://prodserver.com/Application (no directory) I haven't followed this thread all that closely, but it h

Re: Leading slash on forward causes problem in proxied environments

2006-02-02 Thread Michael Jouravlev
AFAIK, tag won't help you, it affects only tags. I believe (though I have not verified it) that tag uses the same algorithm as tag. For actions, base directory is not used. Context is used instead. Server deduces context from incoming URL. * Browser sends request to http://appserver.com:6000/A

Re: Leading slash on forward causes problem in proxied environments

2006-02-02 Thread J T
The jsp code: ... When rendered produces the html: ... My modified form tag produces the code: ... The application is hosted at http://appserver.com:6000/Application/ but since we are using a apache to proxy requests to the app server the end user sees http://devserver.com/dev/Applic

Re: Leading slash on forward causes problem in proxied environments

2006-02-02 Thread Rick Reumann
Frank W. Zammetti wrote the following on 2/2/2006 3:33 PM: On Thu, February 2, 2006 3:22 pm, Rick Reumann said: I haven't been following this thread, but on this particular point... IIRC, the "context name" is defined as the first part of the URI following the host:port/ portion. So, in the U

Re: Leading slash on forward causes problem in proxied environments

2006-02-02 Thread Frank W. Zammetti
On Thu, February 2, 2006 3:22 pm, Rick Reumann said: > > J T wrote the following on 1/30/2006 3:55 PM: >> We have four environments: dev, int, stg, and prod. Each of these is >> fronted >> by an apache server >> that proxies to our weblogic application server. >> >> The URLs to the apps look like t

Re: Leading slash on forward causes problem in proxied environments

2006-02-02 Thread Rick Reumann
J T wrote the following on 1/30/2006 3:55 PM: We have four environments: dev, int, stg, and prod. Each of these is fronted by an apache server that proxies to our weblogic application server. The URLs to the apps look like this (dev) http://devserver.com/dev/Application (int) http://intserver.c

Re: Leading slash on forward causes problem in proxied environments

2006-02-02 Thread Laurie Harper
J T wrote: From: Laurie Harper holoweb.net> Subject: Re: Leading slash on forward causes problem in proxied environments<http://news.gmane.org/find-root.php?message_id=%3cdrop13%24ipn%241%40sea.gmane.org%3e> Newsgroups: gmane.comp.jakarta.struts.user<http://ne

Re: Leading slash on forward causes problem in proxied environments

2006-02-01 Thread J T
>From: Laurie Harper holoweb.net> >Subject: Re: Leading slash on forward causes problem in proxied environments<http://news.gmane.org/find-root.php?message_id=%3cdrop13%24ipn%241%40sea.gmane.org%3e> >Newsgroups: >gmane.comp.jakarta.struts.user<http://news.gmane.org/gmane.

Re: Leading slash on forward causes problem in proxied environments

2006-01-31 Thread Laurie Harper
J T wrote: We have four environments: dev, int, stg, and prod. Each of these is fronted by an apache server that proxies to our weblogic application server. The URLs to the apps look like this (dev) http://devserver.com/dev/Application (int) http://intserver.com/int/Application (stg) http://stgs