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]>