Hi Berin, currently I am running in major concurrency problems, since a second thread is configuring my components while the thread with the initialization of the Fortress root container (in a webapp). Where does this get started and how can I avoid this second thread completely?
BTW: I dont have any configuration settings for instrument. But I assume that is has something to do with my prblems. Regards, J�rg > -----Original Message----- > From: Berin Loritsch [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 04, 2003 2:51 PM > To: Avalon framework users > Subject: Re: Fortress. How to disable Intrument? > > > Schaible, J�rg wrote: > > Hello, > > > > I am using Fortress in a Tomcat webapp and I get sometimes strange > > socket errors. Additionally a servlet should normally not create > > additional background threads. If I interpret the > funtionality of the > > instrument manager right, it also listenes to an additional port, > > which I have to supress for security reasons. So, is there > any way to > > "eliminate" the instrument for now? > > You can remove all <connector/> items which essentially makes the > Instrument Manager only available in the same JVM. That will > keep it from accessing external ports. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
