Using a tomcat 4.0 connector with tomcat 4.1

2002-09-23 Thread h . buerger
Hi, i have a connector working with tomcat 4.0 and want to use it with tomcat 4.1. First problem was that the lifecycle interface had changed. I could fix that in a way i can deploy on 4.0 and 4.1. But i still crash with an exception: java.lang.Exception: ManagedBean is not found with

Re: Re: Using a tomcat 4.0 connector with tomcat 4.1

2002-09-24 Thread h . buerger
Sounds helpful, thanks Amy, but introduces some issues. In the last few weeks we developed three connectors and it will be more in future. 1. My main question is, why isn't mbeans-descriptors.xml part of the configuration directory? 2. For me it looks like i have to rebuild tomcat to get

java:/comp/env with Tomcat 4.0 inside a Connector

2002-10-28 Thread h . buerger
Hi, i tried to register my Connector as a resource java:/comp/env/MyConnector but it seems that java:/comp/env is not initialized when the connector starts. The same code has no problems run as servlet. Is my assumption right? Is there any event i can use to register my connector as a resource?

Servlet calls Connector

2002-11-11 Thread h . buerger
Hi, i have a Servlet that needs to use object instances initially loaded by a connector. I first tried to use a resource but the environment is not set up when the connector starts. Any ideas how a Servlet can communicate with the connector instance? Haug -- To unsubscribe, e-mail: