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
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
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
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
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
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
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
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
>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.
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
10 matches
Mail list logo