Re: [OT] Happy New Year

2018-12-31 Thread John Dale
Tomcat.community.println("Hello, New Year!"); On 12/31/18, Igal Sapir wrote: > On 12/31/2018 8:38 AM, Leon Rosenberg wrote: >> I wish a happy and sound new year to all of the tomcat family! >> See, Hear and Read all of you next year! > > Happy New Year everyone! > > Igal > > > > -

Re: Problem with JDK10-12 "NOTE: Picked up JDK_JAVA_OPTIONS"

2018-12-31 Thread John Larsen
All versions of tomcat. But mostly 8.5 and 9. Also heres my setenv.sh export JAVA_HOME=/usr/java/jdk11 CATALINA_OPTS="-Xms256M -Xmx256M -server -XX:+UseParallelGC" export JAVA_HOME CATALINA_OPTS Thanks John On Mon, Dec 31, 2018 at 12:00 PM Christopher Schultz < ch...@christopherschultz.net> wrot

Re: Problem with JDK10-12 "NOTE: Picked up JDK_JAVA_OPTIONS"

2018-12-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 12/31/18 10:12, John Larsen wrote: > Ever since we started using jdk10 and up we get this error message > whenever we do ./shutdown.sh. > > NOTE: Picked up JDK_JAVA_OPTIONS: > --add-opens=java.base/java.lang=ALL-UNNAMED > --add-opens=jav

Re: [OT] Happy New Year

2018-12-31 Thread Igal Sapir
On 12/31/2018 8:38 AM, Leon Rosenberg wrote: I wish a happy and sound new year to all of the tomcat family! See, Hear and Read all of you next year! Happy New Year everyone! Igal - To unsubscribe, e-mail: users-unsubscr...@

[OT] Happy New Year

2018-12-31 Thread Leon Rosenberg
I wish a happy and sound new year to all of the tomcat family! See, Hear and Read all of you next year! Leon

Problem with JDK10-12 "NOTE: Picked up JDK_JAVA_OPTIONS"

2018-12-31 Thread John Larsen
Hello, Ever since we started using jdk10 and up we get this error message whenever we do ./shutdown.sh. NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED We need to fix the is