On 17/05/2015 20:22, Dejan Stamenov wrote: > Hello, > > > > I am working on a project where I need to install SSL certificates on Tomcat > 7 server for my Java application. I have been experimenting around, I have > set up the connector in the server.xml file, but when I look into the logs I > can see this: > > http://prntscr.com/76a98v > > > > For the connector to be working, I needed to install APR library. I did so, > following this guide here: > http://www.techsww.com/tutorials/libraries/apr/installation/installing_apach > e_portable_runtime_library_on_ubuntu_linux.php > > In my case, I use the apr-1.5.2 version. Also, in the configure -prefix part > I have specified the URL that is shown on my server error log, i.e. > /usr/lib/x86_64-linux-gnu. After server reboot, I still get the same error. > Have been looking around the internet how to solve this, but only found a > couple of open questions on Stack Overflow/Exchange with no answers in them.
Apache Tomcat Native (for the APR/native connector) != Apache APR. (Apache Tomcat Native depends on Apache APR). http://tomcat.apache.org/native-doc/ http://tomcat.apache.org/download-native.cgi Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org