Re: [Resin-interest] Resin Wildcard SSL Certs?

2009-06-25 Thread Jay Ballinger
We use wildcard certs with 3.0.18Pro and 3.1.6Pro (JSSE and 32bit) without problems. If only we could correctly limit the cipher suites. http://bugs.caucho.com/view.php?id=3431 (which is a reopen of) http://bugs.caucho.com/view.php?id=2360 Scott or Emil, either of you had a chance to review my

Re: [Resin-interest] CipherSuites for Jsse in resin 3.1.6

2009-05-19 Thread Jay Ballinger
, we may implement 3.1.6x until 3.1.10 is available. ;) Have you guys had a chance to take a quick look, yet? + jay Scott Ferguson wrote: On May 1, 2009, at 4:33 PM, Jay Ballinger wrote: Howdy, Please refer to: http://bugs.caucho.com/view.php?id=3431 (which is a reopen of) http

[Resin-interest] CipherSuites for Jsse in resin 3.1.6

2009-05-01 Thread Jay Ballinger
Howdy, Please refer to: http://bugs.caucho.com/view.php?id=3431 (which is a reopen of) http://bugs.caucho.com/view.php?id=2360 We're using Resin Pro 3.1.6 and trying to limit the cipher suites for JSSE. I couldn't find the documentation, but through trial and error was able to discover that

Re: [Resin-interest] implicit stack memory size?

2009-01-09 Thread Jay Ballinger
, Jay Ballinger wrote: Hi everyone, We're running Resin 3.0.18 Pro on a Windows 32-bit system and we're looking to understand/tune our memory settings a bit. According to http://www.caucho.com/resin-3.0/performance/jvm-tuning.xtp the stack size is set to 2048k unless set otherwise. Is this true

[Resin-interest] implicit stack memory size?

2009-01-08 Thread Jay Ballinger
Hi everyone, We're running Resin 3.0.18 Pro on a Windows 32-bit system and we're looking to understand/tune our memory settings a bit. According to http://www.caucho.com/resin-3.0/performance/jvm-tuning.xtp the stack size is set to 2048k unless set otherwise. Is this true? In using JConsole

Re: [Resin-interest] implicit stack memory size?

2009-01-08 Thread Jay Ballinger
-Xss1024k, each thread is really using between 0 and 1024k depending on what that thread really needs? + jay Knut Forkalsrud wrote: On Thu, Jan 8, 2009 at 1:52 PM, Jay Ballinger jay.ballin...@gmail.com wrote: - When a thread is created, does it grab all of the stack memory, or can the stack

Re: [Resin-interest] HTTPS load balancing - need help/suggestions

2008-03-13 Thread Jay Ballinger
Mitch, We're using a hardware load balancer in front of our Resin servers. To try and find a way to uniquely identify each browser in an SSL and NAT world, we're utilizing the session ID on the SSL handshake. Since NAT routers will consolidate IP addys, and cookies may be hidden behind the

Re: [Resin-interest] Problem when restoring sessions with file-store

2007-09-04 Thread Jay Ballinger
Are you trying to use session objects that are from the past? If these objects were serialized before your change, they will probably be incompatible with your new change. You'll need to clean house of the serialized artifacts first. + jay On 9/3/07, Daniel López [EMAIL PROTECTED] wrote: Hi,

Re: [Resin-interest] Resin / Apache load balancing with custom Resin server weighting (for data segmentation purposes)

2007-07-25 Thread Jay Ballinger
Mike, This sounds like a perfect use for a hardware load-balancer. A hardware load-balancer can create the affinity for a particular server much like you describe - except for the choosing of a server based on your algorithm, that is. Most hardware solutions implement some sort of persistence

Re: [Resin-interest] Wild card SSL Certs

2007-05-24 Thread Jay Ballinger
We use JSSE successfully and haven't really noticed any performance problems or slowdowns. http address=* port=443 jsse-ssl key-store-typepkcs12/key-store-type key-store-file/some/path/to/file.p12/key-store-file passwordsecret/password

Re: [Resin-interest] SSL, mod_caucho for Apache 2.2

2007-04-06 Thread Jay Ballinger
We're using SSL (via JSSE) on Resin 3.1 just fine. + jay On 4/5/07, Jean-Francois Lamy [EMAIL PROTECTED] wrote: My understanding is that SSL support is only available for Resin Pro, and client won't shell out 1000$ for running on a dual-core PC. So plan B is to install Apache.

[Resin-interest] Non-alpha characters in config variable names

2007-03-30 Thread Jay Ballinger
I had some fun and frustration this morning configuring a new server environment. I mistakenly tried to use variable names like foo.bar and foo-bar in some resin:set / statements. Those didn't work. Instead, resin:set var=foo_bar value=baz / does work. Was this a convention I should have known?

Re: [Resin-interest] one resin, one host, but two ports?

2007-03-30 Thread Jay Ballinger
! + jay On 3/30/07, Scott Ferguson [EMAIL PROTECTED] wrote: On Mar 30, 2007, at 3:33 PM, Jay Ballinger wrote: I am setting up a new resin installation and ran into a fork in the config. We would like to have http://foo.bar.com and https://foo.bar.com to be answered by the same resin

Re: [Resin-interest] ssl on windows

2007-03-16 Thread Jay Ballinger
Riccardo, We have been running 3.0.18Pro with openssl on windows successfully for a while now. We take our certificates - from the root cert, all the intermediate certs, down to our wildcard cert - and bundle them into a pkcs12 file (a .p12 file). You can review the openssl documentation to

[Resin-interest] Reconnect to lost java archives

2006-09-28 Thread Jay Ballinger
Hi everyone, We're having a problem with apparent disconnection of a shared drive containing the JVM and the JAR files. From time-to-time our application will report ClassDefNotFound exceptions for classes that are truly there. As a result we'll get some missing JSP .class files presumbaly