Re: JSP custom tag operating different when adoptOpenJDK is used vs Oracle (cross post from tomcat-taglibs-user)

2019-10-31 Thread LoBello,Jeff
https://bz.apache.org/bugzilla/show_bug.cgi?id=63898 Thanks, Jeff LoBello Lead Software Engineer Cerner | www.cerner.com From: "LoBello,Jeff" Reply-To: Tomcat Users List Date: Thursday, October 31, 2019 at 6:49 PM To: Tomcat Users List Subject: Re: JSP custom tag

Re: JSP custom tag operating different when adoptOpenJDK is used vs Oracle (cross post from tomcat-taglibs-user)

2019-10-31 Thread LoBello,Jeff
My inclination is that this is a tomcat bug in all versions when newer versions of Java 1.8 are used & there are overloaded setters. In our case, we have the following in our TLD… value true true java.lang.Object Yet tomcat generates EL expression

Re: JSP custom tag operating different when adoptOpenJDK is used vs Oracle (cross post from tomcat-taglibs-user)

2019-10-31 Thread LoBello,Jeff
We have found this issue manifests in Oracle & adopt open JDK if using the current versions of 1.8. Adopt jdk standard (1.8.0.222) issue Oracle jdk shiny new (1.8.0.231) issue Oracle jdk 4.3.100 style (1.8.0.201) no issue Adopt jdk older (1.8.0.202) NO ISSUE. We’re changing our code to remove

Re: Intermittent JSP Caching/Compiling Issue while under load

2019-10-31 Thread Mark Thomas
On 29/10/2019 14:31, Tim K wrote: > I'm on Tomcat 9.0.21 on Linux. I have Jsps that get updated while > Tomcat is running. I believe development mode is set to true by > default, I do not have it set to true or false in the > $CATALINA_BASE/conf/web.xml for the Jsp servlet init-params. I

Re: Client Cert TLS issue

2019-10-31 Thread Mark Thomas
On 16/10/2019 18:55, George Stanchev wrote: > And this is not where it hangs. I stepped through the code through the > handshaker but still haven't been able to figure out the hang point as I am > not familiar with the details of that portion of TC code . I've attached two > cacerts that you

Any suggestions on Java 11 JVM options for Tomcat?

2019-10-31 Thread David Cleary
We made the decision to move to Java 11 for an upcoming release that will be our Long Term Servicing branch. We have noticed a non-trivial increase in memory usage compared to Java 8. On most platforms, it isn't something critical. On Solaris, with the Oracle JVM, we see about double our

Re: Tomcat in Netbeans 11.1

2019-10-31 Thread Don
Interesting to know.  I had seen references to proxy setting elsewhere but haven't had a need for it. Thanks, Don On 10/31/19 8:21 AM, Jason Hall wrote: this wont fix your original issue. But from a certain version of tomcat onward, I found that the server will not start unless you go to

Re: Tomcat in Netbeans 11.1

2019-10-31 Thread Jason Hall
this wont fix your original issue. But from a certain version of tomcat onward, I found that the server will not start unless you go to in netbeans and select "no proxy". and also when you right click the Tommcat server in the services tab to get to the server properties - click the correct

Re: Tomcat in Netbeans 11.1

2019-10-31 Thread Don
I knew about the Services tab and my practice has been to undeploy the app then shut down Tomcat before I shut down NetBeans.  I didn't know about the copy of Tomcat being made although I suspected something like that because when the start failed, the process kept running and needed to be

Re: tomcat service app

2019-10-31 Thread tomcat
On 30.10.2019 22:03, Mark Thomas wrote: On October 30, 2019 7:41:07 PM UTC, George Stanchev wrote: My question about the source stays, but I guess I should've RTFM where it states that the wrapper uses # *or* ; as separator and if you want to embed those character you need to wrap them in