[Resin-interest] Resin Startup Listener?

2008-06-23 Thread daniel.galan
Hi, is it possible to get a hook in the Resin startupsequence? I know that there exists a Listener for each web-application like this: listener listener-classmy.ListenerClass/listener-class /listener But I want to receive a signal when the following line has passed: 2008-06-11

Re: [Resin-interest] HttpSession.invalidate() doesn't

2008-06-23 Thread Richard Grantham
I've found that this could well be the cause of another related issue which has been causing me misery for the last few months. My 403.jsp has an element on it which is the result of a Web service call called via a tag. The call is made only if a person of the correct type is logged in as the

[Resin-interest] How to see the used classpath?

2008-06-23 Thread MORAWETZ Martin
Hello, We have some classpath issues when using resin on a linux system. Some jars which get loaded under windows apparently don't get loaded in the linux environment. The only difference I know is that we use resin-pro3.1.2 on Windows and resin-pro3.1.6 on linux. To see what resin actually

Re: [Resin-interest] How to see the used classpath?

2008-06-23 Thread Scott Ferguson
On Jun 23, 2008, at 10:09 AM, MORAWETZ Martin wrote: Hello, We have some classpath issues when using resin on a linux system. Some jars which get loaded under windows apparently don’t get loaded in the linux environment. The only difference I know is that we use resin-pro3.1.2 on Windows