[Resin-interest] meaning of "/" in rewrite-dispatch

2009-11-30 Thread Ethan Larson
I have a (hopefully) quick question about the meaning of "/" in regexp attributes of the rewrite-dispatch tags. For example: ... Does the "/" have the same meaning as in servlet mappings, i.e. "default"? Or does it only match requests for "/"? That is, does the above match a request fo

Re: [Resin-interest] meaning of "/" in rewrite-dispatch

2009-11-30 Thread Ethan Larson
Thanks for the reply Alex. So how would I match only "/" and ".html"? Something like this? Cheers, Ethan - Original Message - From: "Alex" To: "General Discussion for the Resin application server" Sent: Monday, November 30, 2009 2:52:45 PM Subject: Re: [Resin-interest] meani

[Resin-interest] InstanceNotFoundException when invoking method on MBean

2007-07-20 Thread Ethan Larson
If this is not desired behavior, should I file a bug report? Best regards, Ethan Larson Remilon LLC ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

[Resin-interest] java.lang.IllegalStateException: Block 0 is reserved.

2007-07-25 Thread Ethan Larson
$Item.run(ThreadPool.java:607) [11:57:01.935] at java.lang.Thread.run(Thread.java:619) Is this something to worry about? Should I file a bug? I found a similar bug in mantis here: http://bugs.caucho.com/view.php?id=4 Thanks, Ethan Larson ___ resin

Re: [Resin-interest] InstanceNotFoundException when invoking method on MBean

2007-07-27 Thread Ethan Larson
PB, I just fixed my problem, maybe this will help you out. It turns out that to do this kind of sharing with JMX, you need to use the platform MBean server, not the environment MBean server. Do so like this: MBeanServer server = ManagementFactory.getPlatformMBeanServer(); This worked for me

[Resin-interest] Load balancing and external servers

2008-04-17 Thread Ethan Larson
Hey all, My company is about to set up some A/B testing which requires proxying some of our traffic from our Resin load balancer, through a proxy server hosted at the testing company, then back to the load balancer again. Now, I can write a filter that runs on our load balancer that does this