Romain Manni-Bucau wrote: > > maybe you can put it directly into tomcat web.xml. > > if it is not exactly the behavior you want you extend the valve and filter > webapps (keeping only "" or example). > > - romain >
Nope, still doesn't work. I even tried creating a servlet forwarder wherein it forwards to the web service that's exposed. It only always indicates that "The requested resource (/Service) is not available" . Think of it like this: within tomcat, OpenEJB is creating another complete instance of tomcat, wherein they have the same port and the external tomcat container cannot control what goes on on OpenEJB. (Of course this isn't the real explanation, but given how it works it's easiest to think of it this way.) -- View this message in context: http://openejb.979440.n4.nabble.com/Tomcat-Servlet-Filters-or-Valves-and-OpenEJB-tp3680204p3683063.html Sent from the OpenEJB User mailing list archive at Nabble.com.
