no worries. I hadn't seen how to remove that dependency before, which is
why I didn't mention it in my reply. the APR just gives tomcat
comparable file reading performance as httpd, but unless you're running
slashdot or hea.net on your tomcat then not having it isn't a big issue
and your distr
That was the next thing I looked into after I solved this bug. I
"fixed" it by commenting out the line in
the server.xml file.
My take on the native APR stuff (which is likely completely wrong
since it consists of what I learned in about a 2 minute skim of some
documentation) was that it was rea
also, I noticed that you have some "Failed Shutdown of Apache Portable
Runtime" errors, if you want to make that message go away grab the APR
native library for your platform and drop it into %JAVA_HOME%/bin
symptoms:
on startup something like the following gets printed out:
INFO: The Apache To
When I was upgrading tomcat, I had a jar file hang around in source
control that shouldn't have been there.
I had both commons-modeler.jar and commons-modeler-2.0.jar in my
server lib folder.
All better now,
Thanks,
Dan
On 8/14/07, Martin Gainty <[EMAIL PROTECTED]> wrote:
> Dan-
>
> did you ch