Re: PlugIn init method called twice?

2002-10-09 Thread Matt Veitas
Usually this sort of thing happens due to an error somewhere on startup. Check the log files in your servlet container for more detail about any errors. Matt Duma Rolando wrote: I wrote a PlugIn for my webapp and I notice that the init method is called twice.Is this possible? tia -- To

Re: PlugIn init method called twice?

2002-10-09 Thread Eddie Bush
You don't have two sub-apps which both reference it, do you? ;-) You'll be doing init twice then for sure :-) but hopefully you've written it so it won't trample over itself. Duma Rolando wrote: I wrote a PlugIn for my webapp and I notice that the init method is called twice.Is this

RE: PlugIn init method called twice?

2002-10-09 Thread phpsurf
Subject: Re: PlugIn init method called twice? Usually this sort of thing happens due to an error somewhere on startup. Check the log files in your servlet container for more detail about any errors. Matt Duma Rolando wrote: I wrote a PlugIn for my webapp and I notice that the init method