Enable Native APR support in Apache Tomcat


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. //Download the tcnative dll file from http://tomcat.apache.org/native-doc/
  2. //Place the dll file in the tomcat bin folder
  3. //Create a setenv.bat file
  4. //Add the following script to the setenv.bat file
  5. set PATH=%PATH;D:\Tomcat\bin
  6. //If you want to work with APR in eclipse add the tomcat/bin directory to system Path variable and restart eclipse.

URL: http://tomcat.apache.org/native-doc/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.