Shared library jni under tomcat

2018-11-19 Thread Joel Hirsh
I am running Tomcat 8.0.32 on LInux, and trying to use a jni library under tomcat, and am hitting a wall. First I found that only one instance of the native library can be loaded so the library needs to live in shared/lib for general use. Then in order to load the native library I found

Re: tomcat redirects to http instead of https

2018-11-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dino, On 11/19/18 08:16, Dino Edwards wrote: >>> I'm not using Named-Based Virtual Hosts > >>> Yes, you are. :) > > I didn't think I was. How do you figure? https://httpd.apache.org/docs/2.4/mod/core.html#namevirtualhost >> I do, there are two

RE: tomcat redirects to http instead of https

2018-11-19 Thread Dino Edwards
On 11/19/2018 6:16 AM, Dino Edwards wrote: >>> I'm not using Named-Based Virtual Hosts Yes, you are. :) > I didn't think I was. How do you figure? >>> The first line in the config you shared was "". Got it thanks - To

Re: tomcat redirects to http instead of https

2018-11-19 Thread Shawn Heisey
On 11/19/2018 6:16 AM, Dino Edwards wrote: I'm not using Named-Based Virtual Hosts Yes, you are. :) I didn't think I was. How do you figure? The first line in the config you shared was "". Thanks, Shawn - To unsubscribe,

Re: Tomcat 8 and Oracle Wallets

2018-11-19 Thread Christophe Vanlancker
Hi Luis, Thank you very much for the hint. I wasn't able to export the Oracle Wallets due to not knowing the password the DBA put on it. However, I was able to obtain the original JKS from which the Oracle Wallets were created from. I removed all edits I made in setenvs.sh and worked purely

RE: tomcat redirects to http instead of https

2018-11-19 Thread Dino Edwards
>> I'm not using Named-Based Virtual Hosts >> Yes, you are. :) I didn't think I was. How do you figure? > I do, there are two different applications in the box that use two > different Tomcat instances running in different ports and I use Apache > to proxy to each app while using one common

Re: http status 404 - not found

2018-11-19 Thread Salil Misra
Just a quick check , have you saved your view page as a JSP and not as HTML ? If its saved as HTML , this might be the possible cause. Thanks. On Sun, 18 Nov 2018 at 09:31, Karen Goh wrote: > Hello Tomcat user group, > > I hope that this question is valid cos I googled and many related issue

Re: http status 404 - not found

2018-11-19 Thread Mark Thomas
On 18/11/2018 04:01, Karen Goh wrote: > Hello Tomcat user group, > > I hope that this question is valid cos I googled and many related issue like > this pointed to server problem. The question is valid but this is an application problem, not a server problem. > Tomcat version : 8.5.24> IDE :