Hello!
Here are the results of my testing of Turbine under different environments.
I have no serious test suite - just WebMacroSite from the example and
user administration module.
I'm using Debian/GNU 2.2 running Linux 2.2.15 on x86 machine.
JDK is IBM 1.3. I had some nasty crashes of vm, for examle while
compiling with *certain builds* of Ant, and during restarting WebLogic
from it's Swing based console, so now, I'm not so sure about
using it in production environment. It seems much faster than
Sun 1.2.2 though.
I'm always running CVS Turbine, updated approx. twice daily.
First, I was running uder Jserv 1.1 over Apache 1.3.9. Everything was
OK.
Then I moved to Jakarta Tomcat 3.1 - It may be not complete, but
servlets 2.2 are definetly better than 2.0.
Running Turbine/Webmacro went really smooth.
I was using MySQL 3.22 for Turbine, but since I installed Sybase ASE 11.9.2
for Linux lately, I moved Turbines DB to Sybase, and tweaked Turbine and
Village
a little bit to make it work.
Then, I tried running Turbine under WebLogic. It's working, but theres a
strange
error: upon first request I get the following exception:
java.lang.NullPointerException
at Turbine.doGet(Turbine.java:375)
and since then, everything's working OK.
I tried using weblogic.jdbc.pool driver for Turbine and it was OK - both
running
the pool on top of MySQL and Sybase connection.
The only probem occured when I tried to use direct Sybase connection:
Turbine *really* went down, displaing the above exception on the first hit,
'Infinite redirect detected' message from Turbine.class on the second
and 'Exception: java.lang.ClassCircularityError:
com/sybase/jdbc2/timedio/SocketDbio'
exception followed by page and a half stack trace on the third.
Something is seriously messed up, probably the Sybase driver that comes with
WebLogic. If I find a solution for this, I let you know.
Summary:
----------------------------------------------------------------------------
-----------
Apache 1.3.9 + JServ 1.1 + MySQL 3.22 OK
Tomcat 3.1 + MySQL 3.22 OK
Tomcat 3.1 + Sybase ASE 11.9.2 OK
WebLogic 5.1+ MySQL 3.22 OK
WebLogic 5.1+ weblogic.jdbc.pool over MySQL 3.22 OK
WebLogic 5.1+ weblogic.jdbc.pool over Sybase ASE 11.9.2 OK
WebLogic 5.1 + Sybase ASE 11.9.2 FAILED (but I'm not giving up yet!)
Rafal
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]