RE: [users@httpd] Apache Hangs when proxying Java Requests with WebLogic Plugin

2012-06-20 Thread Richters, Eriks (US - Arlington)
working on those. Thanks for the help! From: Kevin Castellow [mailto:kev.castel...@gmail.com] Sent: Tuesday, May 15, 2012 9:59 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache Hangs when proxying Java Requests with WebLogic Plugin Sounds like it has to be configuration problem

RE: [users@httpd] Apache Hangs when proxying Java Requests with WebLogic Plugin

2012-05-15 Thread Richters, Eriks (US - Arlington)
! From: Kevin Castellow [mailto:kev.castel...@gmail.com] Sent: Monday, May 14, 2012 10:22 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache Hangs when proxying Java Requests with WebLogic Plugin The weblogic plugin also has option to debug. Have you verified the plugin does not show

Re: [users@httpd] Apache Hangs when proxying Java Requests with WebLogic Plugin

2012-05-15 Thread Kevin Castellow
:* Monday, May 14, 2012 10:22 PM *To:* users@httpd.apache.org *Subject:* Re: [users@httpd] Apache Hangs when proxying Java Requests with WebLogic Plugin ** ** The weblogic plugin also has option to debug. Have you verified the plugin does not show the error? Add Debug ALL and by default

[users@httpd] Apache Hangs when proxying Java Requests with WebLogic Plugin

2012-05-14 Thread Richters, Eriks (US - Arlington)
Hello Everyone, I've run into a problem where Apache Hangs after several requests when proxying some Java based dashboards. Pretty consistently, the dashboard loads fine the first four or five times, on the next time Apache is hung.It just stops responding to all requests, including the

Re: [users@httpd] Apache Hangs when proxying Java Requests with WebLogic Plugin

2012-05-14 Thread Kevin Castellow
The weblogic plugin also has option to debug. Have you verified the plugin does not show the error? Add Debug ALL and by default it should log to /tmp directory. Are you able to serve content in other directories that may have content locally stored on Apache and that do not trigger plugin?