[Resin-interest] 3.1.2 - Problems with multiple instances on same machine

2007-08-11 Thread Jason Chodakowski
Because we need JVM isolation between web application, we run multiple instances of resin - we're getting this error on system startup (everything coming up from scratch) [2007/08/11 06:49:59.690] java.net.BindException: Address already in use [2007/08/11 06:49:59.690] Can't bind to

[Resin-interest] Compiling Apache module on Mac OS X Leopard

2007-11-09 Thread Jason Chodakowski
I may have missed it if it went by already but has anyone run into this yet? The standard configure-then-make on my Mac Pro builds a module that will not load. I get this message: ttpd: Syntax error on line 489 of /private/etc/apache2/httpd.conf: Cannot load

Re: [Resin-interest] Compiling Apache module on Mac OS X Leopard

2007-11-10 Thread Jason Chodakowski
As an update to my previous post, I am actually able to build a 64 bit module, but the install process using libtool turns it into a 32 bit module. Any help would be most welcome. Cheers, J -- On Nov 9, 2007, at 2:51 PM, Jason Chodakowski wrote: I may have missed it if it went by already

Re: [Resin-interest] Compiling Apache module on Mac OS X Leopard

2007-11-11 Thread Jason Chodakowski
, Jason Chodakowski wrote: As an update to my previous post, I am actually able to build a 64 bit module, but the install process using libtool turns it into a 32 bit module. Any help would be most welcome. Cheers, J -- On Nov 9, 2007, at 2:51 PM, Jason Chodakowski wrote: I may have

Re: [Resin-interest] Compiling Apache module on Mac OS X Leopard

2007-11-13 Thread Jason Chodakowski
Am willing to offer up a shell account and access in case no xeon- based mac with 10.5 is available. Thanks, J -- On Nov 11, 2007, at 8:57 AM, Jason Chodakowski wrote: Also... the test in the configure script does not properly detect the 64-bit-ness of the JVM. I noticed this and by default

Re: [Resin-interest] Compiling Apache module on Mac OS X Leopard

2007-11-16 Thread Jason Chodakowski
the CFLAGS and LDFLAGS which work when you edit the Makefiles manually. This is what Apple specifies: CFLAGS=-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch x86_64 LDFLAGS=-arch x86_64 Any thoughts at all? Thanks, J -- On Nov 10, 2007, at 9:43 AM, Jason Chodakowski wrote: As an update to my

Re: [Resin-interest] Problems with the resin.conf

2007-11-16 Thread Jason Chodakowski
What messages are in this log file: log name=com.caucho.java level=config path=D:/Exel/www/ java.log timestamp=[%H:%M:%S.%s] rollover-period=3M/ I'd look in your java.log. If there's a real problem with the config, resin will carp pretty well about it. There are a number of pro features

Re: [Resin-interest] Problems with the resin.conf

2007-11-16 Thread Jason Chodakowski
= /C:/resin-3.1.3/conf/resin-Exel.conf Jason Chodakowski wrote: What messages are in this log file: log name=com.caucho.java level=config path=D:/Exel/www/ java.log timestamp=[%H:%M:%S.%s] rollover-period=3M/ I'd look in your java.log. If there's a real problem with the config, resin

[Resin-interest] PHP probes

2007-12-01 Thread Jason Chodakowski
Should Resin be reacting this way to probes for php vulnerabilities? javax.servlet.ServletException: java.io.FileNotFoundException: /usr/ local/resin/webapps/ROOT/stats/cmd.php (No such file or directory) [03:52:56.636] at com .caucho

[Resin-interest] 3.1.4 and Mac OS 10.5

2007-12-20 Thread Jason Chodakowski
I'm not a configuration script wizard, but it appears the mechanism used in the resin configure script is not properly detecting the x86_64 platform on the mac including missing 64 bit java which is available in 10.5. I've tried a number of Apple recommended command line options to force