Hi Jarek,
Can you tell how you hacked this? I found the same problem in
https://issues.apache.org/jira/browse/GERONIMO-4094, but I had no idea
how to hack it. Thanks a lot.
-- YunFeng Ma
Jarek Gawor wrote:
On Mon, Jun 9, 2008 at 10:33 PM, Kevan Miller <[EMAIL PROTECTED]> wrote:
On Jun 9, 2008, at 10:21 PM, Jarek Gawor wrote:
I think you might be looking at the Jetty assembly. Tomcat assembly
has all the jars.
Heh. Must have unpacked the wrong assembly. Time for bed, I guess... ;-)
We're either missing org/apache/tomcat/jni/OS somehow. Or else missing the
native libraries that implement its native methods... Are you sure you have
the appropriate native libs?
In standalone Tomcat the AprLifecycleListener listener is used to
initialize the APR library. We don't register that listener anywhere
in our Tomcat integration code in Geronimo. Once I hacked this in I
was able to start the server ok and add new APR connectors.
Jarek