We are using a similar setup (iPlanet web server instead of Apache) without
any trouble.

All of the mappings include the "/app" portion, and all is well... the web
server should simply pass through any requests beginning with /app to
WebLogic, unchanged. Look at WebLogic's access log to see what the app
server is getting.... it should get requests beginning with "/app", and
Struts mappings should include "/app" in their path.

Sean


----- Original Message -----
From: "Bauer, John" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 21, 2001 3:03 PM
Subject: weblogic apache plugin


>
> We are using the weblogic apache plugin to route application server
requests
> to our weblogic instance.  The plugin expects the trailing path "/app" to
> distinguish between requests for the apache server and requests that are
> supposed to go to the weblogic instance (apache acts as our web server).
>
> For example, a URL to our application server would always look like this:
> http://www.yyy.com/app/<app server resource here>
>
> This seems to cause Struts great difficulties.  First, when the "app" is
in
> the path, it can't seem to find any of the action mappings.  Second, if I
> add "app" to the action mappings, then on forwarding to another action,
the
> "app" is not present, and it can't find the action mapping.
>
> The only solution we have found is to have *two* entries per mapping, one
> with "app" and one without.  Is there any better solution to this problem,
> or is there another way around this issue?
>
> Thanks
> John
>
>
>
>
> _______________________________________________________
>
> Juniper Bank
> "Rated #1 in Customer Confidence"
> Gomez Inc., Summer 2001 Internet Credit Card Scorecard
> www.juniper.com
> _______________________________________________________
>
> This e-mail and any files transmitted with it may contain confidential
> and/or proprietary information. It is intended solely for the use of the
> individual or entity who is the intended recipient. Unauthorized use of
this
> information is prohibited. If you have received this in error, please
> contact the sender by replying to this message and delete this material
from
> any system it may be on.
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to