Re: [Resin-interest] Resin Startup Listener?

2008-06-23 Thread daniel.galan
Hi, > > But I want to receive a signal when the following line has passed: > > 2008-06-11 08:46:41,028 INFO [com.caucho.server.resin.ResinServer] > > Resin started in 8319ms > That's not currently possible, since there's no hook for that > kind of > listener. Out of curiousity, what would y

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 an

[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 loads

Re: [Resin-interest] strange behavior of setMaxResults

2008-06-23 Thread Scott Ferguson
On Jun 18, 2008, at 1:47 PM, Riccardo Cohen wrote: > Hi > I use javax.persistence.Query to retreive entity beans throught the > EntityManager. > I have to use setFirstResult() and setMaxResults() to implement next > page / previous page functions. > I found 2 strange things about it : Thanks. I

Re: [Resin-interest] Resin Startup Listener?

2008-06-23 Thread Scott Ferguson
On Jun 23, 2008, at 4:25 AM, <[EMAIL PROTECTED]> wrote: > 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: > > my.ListenerClass > > > But I want to receive a signal when the following line has

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 call

[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: my.ListenerClass But I want to receive a signal when the following line has passed: 2008-06-11 08:46:41,028 INFO [com.caucho.server.resin.ResinServer] R