NIO vs NIO2

2018-12-23 Thread George Stanchev
Hi, We are currently on the latest TC 8.5.37 but soon will be moving to latest 9. Currently we use NIO connectors. I am having hard time evaluating the need (if necessary) to switch to NIO2. Can someone point me to a good resource/link where the two connectors are compared and which situations

Re: Simple Deploy Not Working (for me)

2018-12-23 Thread Burghard Britzke
It should has been deployed (started) without the Manager App. After you copied the Files, you only have to enter an url to your Web Application (e.g. http://localhost:8080/TC/) Without an application specific part, a 404 Status as a response may be correct. The application specific part is most

Re:Simple Deploy Not Working (for me)

2018-12-23 Thread Terry Steichen
Per the suggestion made, I copied the /home/terry/TC directory into /opt/tomcat/webapps. and a new entry appeared in the manager for /TC.  But when I tried (from the manager) to 'start' it, I got this message: "FAIL - Application at context path [/TC] could not be started."  Just in case, I the

Re: insufficient memory for the Java Runtime Environment to continue

2018-12-23 Thread John Dale
Yikes .. no matter how much memory you allocate, it'll eventually consume it? I ran into this problem a few times and I reviewed the application code looking for the cause through testing. A memory profiler can work, but I've found them to be somewhat unwieldy and difficult. Dumps can also give

Re: Simple Deploy Not Working (for me)

2018-12-23 Thread Burghard Britzke
Just copy your Web-App Files Tora sub directory of the webapps folder ( May be TC). It should deploy automatically. Otherwise restart tomcat after copying. -- Gruß burghard.britzke https://britzke.berlin/ > Am 23.12.2018 um 14:54 schrieb Terry Steichen : > > I have installed Tomcat 8.5.37 in

Simple Deploy Not Working (for me)

2018-12-23 Thread Terry Steichen
I have installed Tomcat 8.5.37 in /opt/tomcat.  My machine is running Ubuntu 16.04.  I can run the Tomcat manager and host-manager applications.  The manager application shows webapps deployed at /, /docs, /examples, /host-manager, and /manager. I have a webapps located at /home/terry/TC that I'd

Re: insufficient memory for the Java Runtime Environment to continue

2018-12-23 Thread Olaf Kock
On 22.12.18 22:58, Dhaval Jaiswal wrote: > Application built in such a way that it consum memory and hence, it's > exhaust all memory and results in crashing Java. Probably GC is not running > when it reaches to its threshold. Is there a way I can call GC explicitly > without affecting running ap