Thanks, Scott.
I was about to try that combo, but hadn't done it yet. (I have a
laundry list of config items to try.)
I think I remember you giving that same solution to someone a few
weeks ago, now that I think about it. Might be a good candidate for
some examples in the docs. ;)
Thanks again!
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, but with different webapps defined for
> each.
>
> http://fo
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, but with different webapps defined for
each.
http://foo.bar.com would answer with a welcome page while ...
https://foo.bar
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 statements. Those didn't work.
Instead, does work.
Was this a convention I should have known? It occurs to me now that
these statements
Hi,
In my case I believe it was indeed the scripting engine, as before I
discovered the bug (Google did not find it by description) I downloaded the
source of 3.0.21 and 3.0.23 and "fixed" it myself :).
The problem was that the signature of some methods in the 3.0.2X engine
implementation are bas
I had the same problem with scripts only executing once.
I hit it when I upgraded from 3.0.18 to 3.0.19 - 3.0.22
but it wasn't the Quercus/Scripting engine.
get 3.0.23, it was the chunk encoding.
-Rob
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
Hi there,
I'm extending our home-made framework to be able to take advantage of Java
6 scripting capabilities, and I have found some "issues" with
Quercus/Scripting Engine due to the way the scripting works in Java 6.
In short, I developed the scripting module this morning in my office, using
an