This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new f40bebe206 PR#494: Fix native library location
f40bebe206 is described below
commit f40bebe2067f353bd3e8e5e8b8d4f9b24e1e9984
Author: remm <[email protected]>
AuthorDate: Thu Apr 7 13:55:35 2022 +0200
PR#494: Fix native library location
Submitted by Dimitrios Soumis.
---
BUILDING.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/BUILDING.txt b/BUILDING.txt
index 43c7376c49..ad82b7693f 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -343,10 +343,10 @@ where the library binaries are located.
By default the "test.apr.loc" property specifies the following location:
- output/build/bin/native/
+ output/build/bin/
If you are on Windows and want to test the APR connector you can put the
-tcnative-1.dll file into ${tomcat.source}/bin/native/ and it will be copied
+tcnative-1.dll file into ${tomcat.source}/bin/ and it will be copied
into the above directory when the build runs.
The unit tests include tests of the clustering functionality which require
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]