[Resin-interest] Problems with the resin.conf

2007-11-16 Thread Leviz
Hi everybodies I'm trying, for one week, to configurate my resin.conf but I don't know why, it doesn't work. My resin service is looping when I launch it. I'm using resin-3.1.3 with IIS. Somebody can help me please? Here is my code : http://caucho.com/ns/resin"; xmlns:resin="http://c

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

2007-11-16 Thread Jason Chodakowski
On doing more investigation, it seems the culprit is definitely the included libtool script which is crushing my 64-bit intermediate products (mod_caucho.o, etc) into 32-bit libraries. Libtool seems somewhat(?) auto-generated (says so in the comments) and as such doesn't seem to pick up the

[Resin-interest] jsp EL in resin 3.1.3

2007-11-16 Thread Huitang Li
Hi, I am using resin 3.1.3 and servlet 2.4 setting is used in web.xml. Also, I have the following setting is web.xml: *.* false Interestingly, if a jsp page is accessed directly through url such as http://localhost:8080/myap/home.jsp, the EL expressio

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

2007-11-16 Thread Jason Chodakowski
What messages are in this log file: >> > 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 which don't work in GPL/GNU mode, and resin will carp about

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

2007-11-16 Thread Leviz
I changed for a previous version that works. I dont' know why the last version doesn't work. It makes me crazy!! I spend so much time on it, trying to fix the bug. Thanks for your help. Enjoy the week end!! Jason Chodakowski wrote: > > Did you change these lines? > > timestamp="[%H:%M

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

2007-11-16 Thread Leviz
Here is the message : Resin-3.1.3 (built Sun, 07 Oct 2007 03:58:02 PDT) Copyright(c) 1998-2007 Caucho Technology. All rights reserved. Using Resin(R) Open Source under the GNU Public License (GPL). See http://www.caucho.com for information on Resin Professional, including caching, clus

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

2007-11-16 Thread Jason Chodakowski
Surely there are some clues in the JVM log or console as to resin's complaint... J -- On Nov 16, 2007, at 3:29 AM, Leviz wrote: > > Hi everybodies > > I'm trying, for one week, to configurate my resin.conf but I don't > know why, > it doesn't work. My resin service is looping when I launch i

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

2007-11-16 Thread Leviz
There was a message telling that is autorizated on with resin professionnal But if you lokk in my file there is any Jason Chodakowski wrote: > > Surely there are some clues in the JVM log or console as to resin's > complaint... > > J -- > > On Nov 16, 2007, at 3:29 AM, Leviz wrote:

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

2007-11-16 Thread Jason Chodakowski
Did you change these lines? Did you turn any of these up to 'fine'? On any one of these, you can do a <... level="fine"/> and then resin will spout some very explicit information in those logs. I would hazard a guess that select-manager is a red herring in your case. There are a numb

[Resin-interest] URL Rewriting with Resin

2007-11-16 Thread ufo wrote this here
Hello Resin Gurus! I'm new to Resin and I have a complicated question. How to implement this mod_rewrite rule with Resin? RewriteEngine On Options +FollowSymlinks RewriteBase / RewriteRule ^([^.]+)$ ?vars=$1 [QSA] In human words I want Resin to threat: www.somewebsite.com/ufo/came/here/and/wro

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

2007-11-16 Thread Chris Chen
I'm not sure if this will help, but let me see if I can point out some suggestions for your config > On Nov 16, 2007, at 3:29 AM, Leviz wrote: > >> >> Hi everybodies >> >> I'm trying, for one week, to configurate my resin.conf but I don't >> know why, >> it doesn't work. My resin service is loop

Re: [Resin-interest] URL Rewriting with Resin

2007-11-16 Thread ufo wrote this here
Actually this one works: But only ones: somesite.com/ufo forwards to somesite.com?vars=/ufo And: somesite.com/ufo/came throws 404 -- View this message in context: http://www.nabble.com/URL-Rewriting-with-Resin-tf4823563.html#a13802031 Sent from the Resin mailing list archive at Nabble.

Re: [Resin-interest] URL Rewriting with Resin

2007-11-16 Thread ufo wrote this here
Iv'e got it: -- View this message in context: http://www.nabble.com/URL-Rewriting-with-Resin-tf4823563.html#a13802095 Sent from the Resin mailing list archive at Nabble.com. ___ resin-interest mailing list resin-interest@caucho.com http://maill