Re: Connection refused: connect

2018-09-26 Thread Guang Chao
On Fri, Sep 21, 2018 at 4:54 PM Karen Goh wrote: > Hi, > > I am repeatedly getting the following exceptions and am stuck here like > forever. > > Hope someone can tell me what's wrong with my tomcat server version: > 8.5.24 with Eclipse > > > java.net.ConnectException: Connection refused:

Re: Application hanging on Tomcat 7.0.54

2018-09-26 Thread Guang Chao
On Thu, Sep 27, 2018 at 3:56 AM Louis Zipes wrote: > Problem just re-occurred and so I was able to at least get a JSTACK (I > assume it was Tomcat since it was the Java using the most memory on the > machine). Here is the reoccurring message. I get more hits on but haven't > dug through all

Re: Application hanging on Tomcat 7.0.54

2018-09-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Louis, On 9/26/18 15:56, Louis Zipes wrote: > Problem just re-occurred and so I was able to at least get a JSTACK > (I assume it was Tomcat since it was the Java using the most memory > on the machine). Here is the reoccurring message. I get more

RE: Application hanging on Tomcat 7.0.54

2018-09-26 Thread Louis Zipes
Problem just re-occurred and so I was able to at least get a JSTACK (I assume it was Tomcat since it was the Java using the most memory on the machine). Here is the reoccurring message. I get more hits on but haven't dug through all of the Google hits yet (due to multi-tasking) so apologies

Re: Application hanging on Tomcat 7.0.54

2018-09-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Louis, On 9/26/18 14:42, Louis Zipes wrote: > Hi all, Tomcat 7.0.54 running on Windows 2012 > > We are running a third party application on Tomcat and today we > have intermittently run in issues where the application stops > working. The big

Re: Java 11 support in Apache Tomcat 9.0

2018-09-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shailendra, On 9/26/18 10:19, Shailendra Kumar Verma wrote: > Okay, so we have to provide root of jdk11 install when prompted at > time of installation. > > Since JDK includes compiler and PCI compliance does not allow it. Can you please provide

Application hanging on Tomcat 7.0.54

2018-09-26 Thread Louis Zipes
Hi all, Tomcat 7.0.54 running on Windows 2012 We are running a third party application on Tomcat and today we have intermittently run in issues where the application stops working. The big changes in our system is that we have added more end users and we are at year end so of course everyone

Re: Java 11 support in Apache Tomcat 9.0

2018-09-26 Thread Johan Compagner
but if you talk about a jlink thing isn't it then the idea that it it includes it all so including tomcat and maybe even the webapp that you want to run on it? On Wed, 26 Sep 2018 at 16:19, Shailendra Kumar Verma < shailendra.kumar.ve...@convergys.com> wrote: > Okay, so we have to provide root

RE: Java 11 support in Apache Tomcat 9.0

2018-09-26 Thread Shailendra Kumar Verma
Okay, so we have to provide root of jdk11 install when prompted at time of installation. Since JDK includes compiler and PCI compliance does not allow it. What if we install custom runtime using "jlink" instead of "full JDK11? Will Apache Tomcat gets install if we give path of jlink installed

Re: Java 11 support in Apache Tomcat 9.0

2018-09-26 Thread Mark Thomas
Tomcat already supports Java 11 and has done for some time. You 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)

RE: Java 11 support in Apache Tomcat 9.0

2018-09-26 Thread Shailendra Kumar Verma
Johan, That's what I am saying. All we have now, jvm.dll that comes under jdk-11\bin\server\jvm.dll. No JRE is released from Java 11 now. Thanks, Shailendra -Original Message- From: Johan Compagner Sent: Wednesday, September 26, 2018 5:28 PM To: Tomcat Users List Subject: Re: Java 11

Re: Connection refused: connect

2018-09-26 Thread Luis Rodríguez Fernández
Hello Karen, May I ask you what exactly you try to do: - Deploy locally - Deploy remotely - Debug locally - Debug remotely - Other... Eclipse version? Other plugins or tools (e.g. maven)? Thanks, Luis El sáb., 22 sept. 2018 a las 0:52, Igal Sapir () escribió: > On 9/21/2018 12:45 PM, André

Re: Java 11 support in Apache Tomcat 9.0

2018-09-26 Thread Johan Compagner
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 < shailendra.kumar.ve...@convergys.com>

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.