Re: apr

2017-10-31 Thread Mark Thomas
On 31/10/17 12:19, Cheltenham, Chris wrote:
> Mark,
> 
> I am not sure what you are saying.
> 
> I tried apr 1.4.8 through 1.6.2
> With 
> Tnative 1.1.16 through 1.2.14
> 
> I get the same openssl error every time.
> 
> I am using CentOS's install and its 1.0.2k FIPS
> 
> I appreciate your help but I don't understand what you are trying to tell
> me.

It appears that you aren't building against the OpenSSL version you
think you are. It looks like you are building against OpenSSL 1.0.1 or
earlier. I can't think of any other reason for you to see the error
message you are seeing.

Other than that, concentrate on using the latest APR and Tomcat Native.

Mark


> 
> 
> 
> ===
> 
> Thank You;
> 
> Chris Cheltenham
> Technology Services
> The School District of Philadelphia
> 
> Work # 215-400-5025
> Cell # 215-301-6571 
> 
> -Original Message-
> From: Mark Thomas [mailto:ma...@apache.org] 
> Sent: Tuesday, October 31, 2017 3:24 AM
> To: Tomcat Users List 
> Subject: Re: apr
> 
> On 30/10/2017 17:49, Cheltenham, Chris wrote:
>> Hello Everyone,
>>
>> Using OpenSSL 1.0.2k-fips
>>
>> I am trying to install the apr.
>>
>> I used several different versions of APR 1.4 through 1.6
>>
>> Then I compiled tnative 1.1.16, 1.2.x
> 
> The latest release of the 1.1.x line is 1.1.34.
> 
> Given 1.2.x is a drop-in replacement for 1.1.x and that 1.1.x is unlikely
> to see another release, everyone should be using 1.2.x at this point.
> 
> 
>> When I start tomcat I get the same message each time.
>>
>> 30-Oct-2017 12:51:14.602 INFO [main]
>> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent 
>> APR/OpenSSL
>> configuration: useAprConnector [false], useOpenSSL [true]
>>
>> 30-Oct-2017 12:51:14.605 SEVERE [main] 
>> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Failed to 
>> initialize the SSLEngine.
>>
>> org.apache.tomcat.jni.Error: 70023: This function has not been 
>> implemented on this platform
> 
> That looks like an OpenSSL version prior to 1.0.2 is being used.
> 
> Mark
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: apr

2017-10-31 Thread Cheltenham, Chris
Thanks Mark , but where in the error logs do you see I am building against 
1.0.1?

31-Oct-2017 10:40:15.243 INFO [main] 
org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR 
based Apache Tomcat Native library [1.2.14] using APR version [1.6.3].
31-Oct-2017 10:40:15.243 INFO [main] 
org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR 
capabilities: IPv6 [true], sendfile [true], accept filters [false], random 
[true].
31-Oct-2017 10:40:15.248 INFO [main] 
org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL 
configuration: useAprConnector [false], useOpenSSL [true]
31-Oct-2017 10:40:15.250 SEVERE [main] 
org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Failed to 
initialize the SSLEngine.
 org.apache.tomcat.jni.Error: 70023: This function has not been implemented 
on this platform



===

Thank You;

Chris Cheltenham
Technology Services
The School District of Philadelphia

Work # 215-400-5025
Cell # 215-301-6571


-Original Message-
From: Mark Thomas [mailto:ma...@apache.org]
Sent: Tuesday, October 31, 2017 10:08 AM
To: Tomcat Users List 
Subject: Re: apr

On 31/10/17 12:19, Cheltenham, Chris wrote:
> Mark,
>
> I am not sure what you are saying.
>
> I tried apr 1.4.8 through 1.6.2
> With
> Tnative 1.1.16 through 1.2.14
>
> I get the same openssl error every time.
>
> I am using CentOS's install and its 1.0.2k FIPS
>
> I appreciate your help but I don't understand what you are trying to
> tell me.

It appears that you aren't building against the OpenSSL version you think 
you are. It looks like you are building against OpenSSL 1.0.1 or earlier. I 
can't think of any other reason for you to see the error message you are 
seeing.

Other than that, concentrate on using the latest APR and Tomcat Native.

Mark


>
>
>
> ===
>
> Thank You;
>
> Chris Cheltenham
> Technology Services
> The School District of Philadelphia
>
> Work # 215-400-5025
> Cell # 215-301-6571
>
> -Original Message-
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: Tuesday, October 31, 2017 3:24 AM
> To: Tomcat Users List 
> Subject: Re: apr
>
> On 30/10/2017 17:49, Cheltenham, Chris wrote:
>> Hello Everyone,
>>
>> Using OpenSSL 1.0.2k-fips
>>
>> I am trying to install the apr.
>>
>> I used several different versions of APR 1.4 through 1.6
>>
>> Then I compiled tnative 1.1.16, 1.2.x
>
> The latest release of the 1.1.x line is 1.1.34.
>
> Given 1.2.x is a drop-in replacement for 1.1.x and that 1.1.x is
> unlikely to see another release, everyone should be using 1.2.x at this 
> point.
>
>
>> When I start tomcat I get the same message each time.
>>
>> 30-Oct-2017 12:51:14.602 INFO [main]
>> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent
>> APR/OpenSSL
>> configuration: useAprConnector [false], useOpenSSL [true]
>>
>> 30-Oct-2017 12:51:14.605 SEVERE [main]
>> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Failed
>> to initialize the SSLEngine.
>>
>> org.apache.tomcat.jni.Error: 70023: This function has not been
>> implemented on this platform
>
> That looks like an OpenSSL version prior to 1.0.2 is being used.
>
> Mark
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: apr

2017-10-31 Thread Cheltenham, Chris
Mark,

It’s the openssl that comes with CentoOS 7 so I'm sure its old.
RHEL is usually several version behind the bleeding edge.

It is 1.0.2 k its relatively new and should be ok.


===

Thank You;

Chris Cheltenham
Technology Services
The School District of Philadelphia

Work # 215-400-5025
Cell # 215-301-6571


-Original Message-
From: Mark Thomas [mailto:ma...@apache.org]
Sent: Tuesday, October 31, 2017 12:47 PM
To: Tomcat Users List 
Subject: Re: apr

On 31/10/17 14:41, Cheltenham, Chris wrote:
> Thanks Mark , but where in the error logs do you see I am building
> against 1.0.1?



> 31-Oct-2017 10:40:15.250 SEVERE [main]
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Failed to
> initialize the SSLEngine.
>  org.apache.tomcat.jni.Error: 70023: This function has not been
> implemented on this platform

That is what this suggests to me. I guess it is also possible that 1.0.2 has 
been compiled with non-default options that excludes features Tomcat needs. 
I haven't dug into the source to see.

Mark

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: apr

2017-10-31 Thread Mark Thomas
On 31/10/17 14:41, Cheltenham, Chris wrote:
> Thanks Mark , but where in the error logs do you see I am building against 
> 1.0.1?



> 31-Oct-2017 10:40:15.250 SEVERE [main] 
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Failed to 
> initialize the SSLEngine.
>  org.apache.tomcat.jni.Error: 70023: This function has not been implemented 
> on this platform

That is what this suggests to me. I guess it is also possible that 1.0.2
has been compiled with non-default options that excludes features Tomcat
needs. I haven't dug into the source to see.

Mark

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: apr

2017-10-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Chris,

On 10/31/17 10:41 AM, Cheltenham, Chris wrote:
> Thanks Mark , but where in the error logs do you see I am building
> against 1.0.1?
> 
> 31-Oct-2017 10:40:15.243 INFO [main] 
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded
> APR based Apache Tomcat Native library [1.2.14] using APR version
> [1.6.3].

Thanks for posting this. It was missing from your initial post. It's
always best to confirm that the software agrees with your expectations :
)

> 31-Oct-2017 10:40:15.243 INFO [main] 
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR 
> capabilities: IPv6 [true], sendfile [true], accept filters [false],
> random [true]. 31-Oct-2017 10:40:15.248 INFO [main] 
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent
> APR/OpenSSL configuration: useAprConnector [false], useOpenSSL
> [true] 31-Oct-2017 10:40:15.250 SEVERE [main] 
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Failed
> to initialize the SSLEngine. org.apache.tomcat.jni.Error: 70023:
> This function has not been implemented on this platform

Is there no stack trace?

Are you expecting to use FIPS? What does your listener configuration
look like?

- -chris
-BEGIN PGP SIGNATURE-
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAln4m0MACgkQHPApP6U8
pFiHDA/+PjekATbmdHU37BPAFr6A9NkEQJfmIDPHq3+ZTQlo3Ukiphht4SU+TZVf
bLoFTCWB83WBT2u76/Oh210p9yjOq9hgEP6uUWhjjIuNQ2BtWpiJLvGcf5j0HbDH
ILpYt5gIsUvFWt50cu8HkiKXLbW0WtLlgthXQlNwfdwgowL4zj5wz8AXGTcl76uN
vJZVjp6GVhmA/aLPc32emSlSU4kVbpaO+sXcSCaubMoiPgh9g7Esbd0vL4lmK2/i
G0o7eZy0sNNvW1oBXY+VGvqhTTpNH/STjc1PJC86O9kl1uvdTRfSv5mTA+izH/p+
eLYBaz81nuLhRryXe9ZKiAtQ1EX2WzwZTEUso+Huar5Ri2kNy2x3ptsm9ZjY4BNv
wiBoxjfz2K/QNijBsjeLWneBIEqDII2eQ3OB80yLtL6JRBksSI2VKZ+G1ELncUyN
cprGwQgrOOXKBWndFBK6ijgA1K8W9ghsR0HIrR9A375k7TJGBqII7L7F51iGmkC3
DXYPa+9ldj04V1dVM0s0R9Kws7JIEKPLWbOPCNRqmwqLZVmXZR1bRFdGEp2lYujX
yyxv+Lb0enpd1QLFcJk3OqCjt1qgiSZojBdCkXSrb3Bgldsi+MdCupOlDjrSRO5U
EklDHVDWVY2UDcc6Yeap1oO3kthXIqPINyoMSankO1W3mMwDxCA=
=9GjN
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: apr

2017-10-31 Thread Cheltenham, Chris
Chris ,

I do not think FIPS is necessary , no.
I believe that is some federal govt standard?

Listener is default assuming you are referring to server.xml.


===

Thank You;

Chris Cheltenham
Technology Services
The School District of Philadelphia

Work # 215-400-5025
Cell # 215-301-6571


-Original Message-
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Sent: Tuesday, October 31, 2017 11:48 AM
To: users@tomcat.apache.org
Subject: Re: apr

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Chris,

On 10/31/17 10:41 AM, Cheltenham, Chris wrote:
> Thanks Mark , but where in the error logs do you see I am building
> against 1.0.1?
>
> 31-Oct-2017 10:40:15.243 INFO [main]
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded
> APR based Apache Tomcat Native library [1.2.14] using APR version
> [1.6.3].

Thanks for posting this. It was missing from your initial post. It's always 
best to confirm that the software agrees with your expectations :
)

> 31-Oct-2017 10:40:15.243 INFO [main]
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR
> capabilities: IPv6 [true], sendfile [true], accept filters [false],
> random [true]. 31-Oct-2017 10:40:15.248 INFO [main]
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent
> APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
> 31-Oct-2017 10:40:15.250 SEVERE [main]
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Failed to
> initialize the SSLEngine. org.apache.tomcat.jni.Error: 70023:
> This function has not been implemented on this platform

Is there no stack trace?

Are you expecting to use FIPS? What does your listener configuration look 
like?

- -chris
-BEGIN PGP SIGNATURE-
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAln4m0MACgkQHPApP6U8
pFiHDA/+PjekATbmdHU37BPAFr6A9NkEQJfmIDPHq3+ZTQlo3Ukiphht4SU+TZVf
bLoFTCWB83WBT2u76/Oh210p9yjOq9hgEP6uUWhjjIuNQ2BtWpiJLvGcf5j0HbDH
ILpYt5gIsUvFWt50cu8HkiKXLbW0WtLlgthXQlNwfdwgowL4zj5wz8AXGTcl76uN
vJZVjp6GVhmA/aLPc32emSlSU4kVbpaO+sXcSCaubMoiPgh9g7Esbd0vL4lmK2/i
G0o7eZy0sNNvW1oBXY+VGvqhTTpNH/STjc1PJC86O9kl1uvdTRfSv5mTA+izH/p+
eLYBaz81nuLhRryXe9ZKiAtQ1EX2WzwZTEUso+Huar5Ri2kNy2x3ptsm9ZjY4BNv
wiBoxjfz2K/QNijBsjeLWneBIEqDII2eQ3OB80yLtL6JRBksSI2VKZ+G1ELncUyN
cprGwQgrOOXKBWndFBK6ijgA1K8W9ghsR0HIrR9A375k7TJGBqII7L7F51iGmkC3
DXYPa+9ldj04V1dVM0s0R9Kws7JIEKPLWbOPCNRqmwqLZVmXZR1bRFdGEp2lYujX
yyxv+Lb0enpd1QLFcJk3OqCjt1qgiSZojBdCkXSrb3Bgldsi+MdCupOlDjrSRO5U
EklDHVDWVY2UDcc6Yeap1oO3kthXIqPINyoMSankO1W3mMwDxCA=
=9GjN
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: apr

2017-10-31 Thread Cheltenham, Chris
I will need some help here.

How do I generate a stack trace?

TCAT 8.5.23

Many times I rely on stackoverflow or some web site but too often they are 
usually half assed explanations.
Or quarter assed.

===

Thank You;

Chris Cheltenham
Technology Services
The School District of Philadelphia

Work # 215-400-5025
Cell # 215-301-6571


-Original Message-
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Sent: Tuesday, October 31, 2017 11:48 AM
To: users@tomcat.apache.org
Subject: Re: apr

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Chris,

On 10/31/17 10:41 AM, Cheltenham, Chris wrote:
> Thanks Mark , but where in the error logs do you see I am building
> against 1.0.1?
>
> 31-Oct-2017 10:40:15.243 INFO [main]
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded
> APR based Apache Tomcat Native library [1.2.14] using APR version
> [1.6.3].

Thanks for posting this. It was missing from your initial post. It's always 
best to confirm that the software agrees with your expectations :
)

> 31-Oct-2017 10:40:15.243 INFO [main]
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR
> capabilities: IPv6 [true], sendfile [true], accept filters [false],
> random [true]. 31-Oct-2017 10:40:15.248 INFO [main]
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent
> APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
> 31-Oct-2017 10:40:15.250 SEVERE [main]
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Failed to
> initialize the SSLEngine. org.apache.tomcat.jni.Error: 70023:
> This function has not been implemented on this platform

Is there no stack trace?

Are you expecting to use FIPS? What does your listener configuration look 
like?

- -chris
-BEGIN PGP SIGNATURE-
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAln4m0MACgkQHPApP6U8
pFiHDA/+PjekATbmdHU37BPAFr6A9NkEQJfmIDPHq3+ZTQlo3Ukiphht4SU+TZVf
bLoFTCWB83WBT2u76/Oh210p9yjOq9hgEP6uUWhjjIuNQ2BtWpiJLvGcf5j0HbDH
ILpYt5gIsUvFWt50cu8HkiKXLbW0WtLlgthXQlNwfdwgowL4zj5wz8AXGTcl76uN
vJZVjp6GVhmA/aLPc32emSlSU4kVbpaO+sXcSCaubMoiPgh9g7Esbd0vL4lmK2/i
G0o7eZy0sNNvW1oBXY+VGvqhTTpNH/STjc1PJC86O9kl1uvdTRfSv5mTA+izH/p+
eLYBaz81nuLhRryXe9ZKiAtQ1EX2WzwZTEUso+Huar5Ri2kNy2x3ptsm9ZjY4BNv
wiBoxjfz2K/QNijBsjeLWneBIEqDII2eQ3OB80yLtL6JRBksSI2VKZ+G1ELncUyN
cprGwQgrOOXKBWndFBK6ijgA1K8W9ghsR0HIrR9A375k7TJGBqII7L7F51iGmkC3
DXYPa+9ldj04V1dVM0s0R9Kws7JIEKPLWbOPCNRqmwqLZVmXZR1bRFdGEp2lYujX
yyxv+Lb0enpd1QLFcJk3OqCjt1qgiSZojBdCkXSrb3Bgldsi+MdCupOlDjrSRO5U
EklDHVDWVY2UDcc6Yeap1oO3kthXIqPINyoMSankO1W3mMwDxCA=
=9GjN
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



configuring jarscanner in 8.5 to ignore entire directory

2017-10-31 Thread Chris Cheshire
How do I tell the jar scanner to ignore my entire WEB-INF/lib
directory for the pluggability scan and tld scan?

I have in my context.xml


  



the JarScanner completely ignores it as evidenced by the 20+ log
messages along the lines of

org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD
files were found in
[file:/home/sandbox1/tomcat/webapps/p/WEB-INF/lib/java-image-scaling-0.8.6.jar].
Consider adding the JAR to the
tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
CATALINA_BASE/conf/catalina.properties file


If I start listing each individual jar file it stops scanning them. Is
there no way to just exclude an entire directory?

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: configuring jarscanner in 8.5 to ignore entire directory

2017-10-31 Thread Chris Cheshire
PS JarScannerFilter above is a copypasta error, I do have the correct
tag in my config with the same result

On Tue, Oct 31, 2017 at 3:03 PM, Chris Cheshire  wrote:
> How do I tell the jar scanner to ignore my entire WEB-INF/lib
> directory for the pluggability scan and tld scan?
>
> I have in my context.xml
>
> 
>pluggabilitySkip="${tomcat.util.scan.StandardJarScanFilter.jarsToSkip},*/WEB-INF/lib/*.jar"
>
> tldSkip="${tomcat.util.scan.StandardJarScanFilter.jarsToSkip},*/WEB-INF/lib/*.jar"
> />
> 
>
>
> the JarScanner completely ignores it as evidenced by the 20+ log
> messages along the lines of
>
> org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD
> files were found in
> [file:/home/sandbox1/tomcat/webapps/p/WEB-INF/lib/java-image-scaling-0.8.6.jar].
> Consider adding the JAR to the
> tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in
> CATALINA_BASE/conf/catalina.properties file
>
>
> If I start listing each individual jar file it stops scanning them. Is
> there no way to just exclude an entire directory?

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: configuring jarscanner in 8.5 to ignore entire directory

2017-10-31 Thread tomcat

On 31.10.2017 20:16, Chris Cheshire wrote:

PS JarScannerFilter above is a copypasta error, I do have the correct
tag in my config with the same result


As, I presume, is the new Italian delicacy above ?



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: apr

2017-10-31 Thread Mark Thomas
On 30/10/2017 17:49, Cheltenham, Chris wrote:
> Hello Everyone,
> 
> Using OpenSSL 1.0.2k-fips
> 
> I am trying to install the apr.
> 
> I used several different versions of APR 1.4 through 1.6
> 
> Then I compiled tnative 1.1.16, 1.2.x

The latest release of the 1.1.x line is 1.1.34.

Given 1.2.x is a drop-in replacement for 1.1.x and that 1.1.x is
unlikely to see another release, everyone should be using 1.2.x at this
point.


> When I start tomcat I get the same message each time.
> 
> 30-Oct-2017 12:51:14.602 INFO [main]
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL
> configuration: useAprConnector [false], useOpenSSL [true]
> 
> 30-Oct-2017 12:51:14.605 SEVERE [main]
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Failed to
> initialize the SSLEngine.
> 
> org.apache.tomcat.jni.Error: 70023: This function has not been
> implemented on this platform

That looks like an OpenSSL version prior to 1.0.2 is being used.

Mark


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: apr

2017-10-31 Thread Cheltenham, Chris
Mark,

I am not sure what you are saying.

I tried apr 1.4.8 through 1.6.2
With 
Tnative 1.1.16 through 1.2.14

I get the same openssl error every time.

I am using CentOS's install and its 1.0.2k FIPS

I appreciate your help but I don't understand what you are trying to tell
me.



===

Thank You;

Chris Cheltenham
Technology Services
The School District of Philadelphia

Work # 215-400-5025
Cell # 215-301-6571 

-Original Message-
From: Mark Thomas [mailto:ma...@apache.org] 
Sent: Tuesday, October 31, 2017 3:24 AM
To: Tomcat Users List 
Subject: Re: apr

On 30/10/2017 17:49, Cheltenham, Chris wrote:
> Hello Everyone,
> 
> Using OpenSSL 1.0.2k-fips
> 
> I am trying to install the apr.
> 
> I used several different versions of APR 1.4 through 1.6
> 
> Then I compiled tnative 1.1.16, 1.2.x

The latest release of the 1.1.x line is 1.1.34.

Given 1.2.x is a drop-in replacement for 1.1.x and that 1.1.x is unlikely
to see another release, everyone should be using 1.2.x at this point.


> When I start tomcat I get the same message each time.
> 
> 30-Oct-2017 12:51:14.602 INFO [main]
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent 
> APR/OpenSSL
> configuration: useAprConnector [false], useOpenSSL [true]
> 
> 30-Oct-2017 12:51:14.605 SEVERE [main] 
> org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Failed to 
> initialize the SSLEngine.
> 
> org.apache.tomcat.jni.Error: 70023: This function has not been 
> implemented on this platform

That looks like an OpenSSL version prior to 1.0.2 is being used.

Mark


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Cannot start TomCat on Windows10

2017-10-31 Thread ????
Hello,
  I've been using eclipse neon to run a j2ee project on Tomcat Server, but 
I can't start the Tomcat, and I google the errors but no solutions to it. And 
I've set the environment variables. Please help me, thank you. The attache is 
error log.
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Logging framework !

2017-10-31 Thread Utkarsh Dave
Hi All,

I am using Tomcat 7.0.81 on centos 7.2 and using openjdk 1.7.0.141.
The problem I am seeing recently is manager*.log and localhost*.log files
are not created. Instead, I see the messages that were to be written into,
manager.log are going into Catalina.out. catalina.out and
localhost_access.log continue to work like before.
May I know how and from where to start debugging this?
I have verified logging.properties, there is no issue with it.

Any help will be appreciable.

-Thanks
Dave


Re: Is there any way to make a little delay or sequencing of the requests coming to tomcat.

2017-10-31 Thread Chaitanya Sabbineni
>
> I had a application where multiple requests are coming at same time
> because of which 1 request is overridden by other.Is so can Any one let me
> know if there is a way to achieve this.
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org