Logging floodgates with Struts, WebSphere and EJBs
Carlos Duque <[email protected]> Thu, 24 Apr 2003 08:02:40 -0700
| Newsgroups | gmane.comp.java.mvc.devel |
|---|---|
| Message-ID | <[email protected]> |
Hey folks, Has anyone encountered any issues running Struts 1.1 RC1 under WebSphere 4.0.4 AE (WAS). We have an application that is using EJBs and Struts for data calls to an Oracle back end. The Struts layer uses an Oracle datasource defined in the struts-config.xml file and the EJB layer uses a different Oracle datasource defined within WAS. The EJB jar is loaded first then the Struts action. Immediately after the init of the action, logging is turned on and runs rampant. This despite the web.xml setting which has set the action servlet debug tag at zero. Any comments would be appreciated. Carlos