Now I finally got APR installed correctly :-) Thanks again for all the help!
However I get the following warnings when starting up Tomcat:
WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property
'minSpareThreads' to '25' did not find a matching property.
Oct 31, 2008 1:04:09 PM org.apache.catalina.startup.SetAllPropertiesRule begin
WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property
'maxSpareThreads' to '75' did not find a matching property.
Oct 31, 2008 1:04:09 PM org.apache.catalina.startup.SetAllPropertiesRule begin
So it seems these properties are not supported by the APR protocol, but I can't
confirm that reading the documentation. Also, the example for the APR SSL
connector at
http://tomcat.apache.org/tomcat-6.0-doc/apr.html#HTTPS
includes these properties:
<Connector port="443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
SSLEnabled="true"
SSLCertificateFile="${catalina.base}/conf/localhost.crt"
SSLCertificateKeyFile="${catalina.base}/conf/localhost.key" />
So why do I get these warnings? Should I remove the "minSpareThreads" and
"minSpareThreads" properties or replace them by other ones?
Torsten
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 31. oktober 2008 12:38
To: [email protected]
Subject: RE: Problem to install APR Tomcat Native Library
Hi Mladen,
> What does ldd libtcnative-1.so says?
libgcc_s.so.1 => (file not found)
Thanks a lot! :-)
Torsten
-----Original Message-----
From: Mladen Turk [mailto:[EMAIL PROTECTED]
Sent: 31. oktober 2008 10:25
To: Tomcat Users List
Subject: Re: Problem to install APR Tomcat Native Library
[EMAIL PROTECTED] wrote:
> I am trying to install the APR Tomcat Native Library on a Solaris SPARC
> server.
>
> Since it has only OpenSSL installed and no build system available, I compiled
> libapr 1.3.3 and libtcnative 1.1.14 on another machine with the same OS.
>
> I then copied the lib folders of both libs to the server, and added the paths
> to the LD_LIBRARY_PATH and restarted Tomcat (6.0.18).
>
What does ldd libtcnative-1.so says?
If you didn't use the Sun's CC but gcc to compile
you might be missing some gcc runtime libs on the target box
Regards
--
^(TM)
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]