Re: How to pass the --enable-preview tomcat parameter with JSVC?

2020-03-20 Thread ken edward
I did try -Denable-preview=true -- BUT while that does allow "something" to pass through jsvc parsing, it is not passed to the booting jsvm/tomcat in any meaningful way. IE, the application fails to load with this error still: 20-Mar-2020 14:03:25.804 SEVERE [main] org.apache.catalina.core.Stan

Re: How to pass the --enable-preview tomcat parameter with JSVC?

2020-03-20 Thread Gilles Sadowski
Le ven. 20 mars 2020 à 18:40, ken edward a écrit : > > Yes, I did. Neither of these work: > > -D= > set a Java system property > -X > set Virtual Machine specific option > > -X--enable-preview > -D--enable-preview Did you try -Denable-preview=true ? [Would be the expected synt

Re: How to pass the --enable-preview tomcat parameter with JSVC?

2020-03-20 Thread ken edward
Yes, I did. Neither of these work: -D= set a Java system property -X set Virtual Machine specific option -X--enable-preview -D--enable-preview On Fri, Mar 20, 2020 at 1:19 PM Mark Thomas wrote: > > On 20/03/2020 13:50, ken edward wrote: > > Hello, > > > > When I deploy my tom

Re: How to pass the --enable-preview tomcat parameter with JSVC?

2020-03-20 Thread Mark Thomas
On 20/03/2020 13:50, ken edward wrote: > Hello, > > When I deploy my tomcat war it produces the below error message, telling me > to pass the "--enable-preview". I can add the "--enable-preview" to > my non-jsvc dev tomcat start.sh script to resolve the problem fine. > BUT, if I launch the produ

How to pass the --enable-preview tomcat parameter with JSVC?

2020-03-20 Thread ken edward
Hello, When I deploy my tomcat war it produces the below error message, telling me to pass the "--enable-preview". I can add the "--enable-preview" to my non-jsvc dev tomcat start.sh script to resolve the problem fine. BUT, if I launch the production tomcat using the jsvc binary (to bind to port