Hi All, Our group developed a Struts based J2EE application and everything works fine in testing environment.
The problem is that in Production environment, the app server (Oracle 9iAS) is behind the proxy server (Apache). User can access the application correctly through the proxy, however, when response get returned, the URL address in browser changed to the actual app server address, instead of proxy address - this causes invalid session for subsequent requests. It sounds like proxy config problem, but the admin told us that from about 15 applications he manages, all works fine with this proxy config, except 3 which are all based on Struts. - so he suspects it's something in Struts framework. By default, in Struts cookies are used for session tracking. If you have experience in this matter, please let us know, we really appreciate that. Any suggestions are welcome! Thanks a lot! Warren � __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

