RE: Java 11 support in Apache Tomcat 9.0

2018-09-26 Thread Shailendra Kumar Verma
u need to point the installer to the root of the jdk-11 install. If you install the Orcale JDK, the installer will find it via the registry. If you use OpenJDK you'll need to select the root of the install (a.k.a. JAVA_HOME) yourself. Mark On 26/09/2018 08:01, Shailendra Kumar Verma wrote: >

RE: Java 11 support in Apache Tomcat 9.0

2018-09-26 Thread Shailendra Kumar Verma
___ Just wondering how do you get a JRE? oracle doesnt provide one anymore (and the JDK that you can download can only really be used for development and nothing else) so are you using the open source JDK? On Wed, 26 Sep 2018 at 13:40, Shailendra Kumar Verma

Java 11 support in Apache Tomcat 9.0

2018-09-26 Thread Shailendra Kumar Verma
Hello, When we run Tomcat 9.0.12 installer, it prompts to provide JRE location. Since Java 11 LTS release yesterday does NOT have any JRE installer separately, all it has server JVM embedded in it under . If I give this path where jvm.dll located under server folder, it does not recognize.

Tomcat 9.0.8 with JRE 10.0.2 x64 Windows

2018-07-20 Thread Shailendra Kumar Verma
Hello, I recently installed Tomcat 9.0.8 on Windows 2016 server with JRE 10.0.2 x64. After installation, it is taking 95% of CPU and 4 GB of RAM without any calls running to the box. Why? System has 32 GB of RAM and 6 CPU cores. Why is Tomcat is taking 95% of CPU at idle condition, that is

RE: Apache Tomcat 9.0.8 install check

2018-06-19 Thread Shailendra Kumar Verma
___ On 6/18/2018 6:15 AM, Shailendra Kumar Verma wrote: > I am trying to find out through registry checking whether or not Apache > Tomcat 9.0.8 is already installed or not. If the below registry is not there, > then my program installs Apache Tomcat 9.0.8 installer otherwise

RE: Apache Tomcat 9.0.8 install check

2018-06-18 Thread Shailendra Kumar Verma
or click links unless you recognize sender and know content is safe.*** Forward suspicious email to suspici...@convergys.com ___ On Mon, Jun 18, 2018 at 6:23 PM, Shailendra Kumar Verma wrote: > Where? Can you be more speci

RE: Apache Tomcat 9.0.8 install check

2018-06-18 Thread Shailendra Kumar Verma
Kumar Verma wrote: > Hello, > > I am trying to find out through registry checking whether or not Apache > Tomcat 9.0.8 is already installed or not. If the below registry is not there, > then my program installs Apache Tomcat 9.0.8 installer otherwise it moves on > to

Apache Tomcat 9.0.8 install check

2018-06-18 Thread Shailendra Kumar Verma
Hello, I am trying to find out through registry checking whether or not Apache Tomcat 9.0.8 is already installed or not. If the below registry is not there, then my program installs Apache Tomcat 9.0.8 installer otherwise it moves on to other installation and completes. It's kind of