[Resin-interest] Resin admin servlet

2007-01-11 Thread MORAWETZ Martin
Hi list, I tried to follow the cookbook example from http://www.caucho.com/resin-3.0/jmx/cookbook/restart.xtp to manage resin-apps by a servlet. I've been unable to compile the servlet because of the missing class 'com.caucho.server.webapp.mbean.WebAppMBean' Neither the resin-3.0.22

[Resin-interest] question about secure / non -secure sessions

2007-01-11 Thread James Picklesimer
I have a developer who uses HTTP on a landing page then switches to HTTPS (SSL) with a small amount of data from the non-secure page. My opinion is this is a bad practice for security, but frying that fish is not for this forum. 1) does resin 3.0.18 or for that matter any J2EE container allow

[Resin-interest] ActiveMQ with Resin 3

2007-01-11 Thread Barrie Selack
Anyone using ActiveMQ with Resin.. I'm having trouble getting it configured for connecting to a broker (not embedded). Thanks, Barrie ___ resin-interest mailing list resin-interest@caucho.com

[Resin-interest] Cluster and java.lang.IllegalArgumentException: block 30720 must match store Table[srun_b:1] error

2007-01-11 Thread Yogesh Gowdra
Hi, We use resin 3.0.14 professional in clustered environment on Linux OS. We have 2 nodes in cluster behind hardware loadbalancer. Everything used to work fine until recently when our production licence expired. Scenario: When user navigates to certain point in application, session

Re: [Resin-interest] question about secure / non -secure sessions

2007-01-11 Thread James Picklesimer
Thanks for the clarification Scott. +James P. --- Scott Ferguson [EMAIL PROTECTED] wrote: On Jan 11, 2007, at 12:40 PM, James Picklesimer wrote: I have a developer who uses HTTP on a landing page then switches to HTTPS (SSL) with a small amount of data from the non-secure page.