Re: Tomcat running fully on JPMS

2020-06-15 Thread Raymond Auge
And just now got it running fully on OSGi (with a small bootup shim, a.k.a. bundle). - Ray On Mon, Jun 15, 2020 at 9:58 AM Raymond Auge wrote: > There's a slew of changes still needed, but at least it's not a > pie-in-the-sky-like effort. > > - Ray > > On Mon, Jun 15, 2020 at 9:33 AM Mark Thoma

Re: Tomcat running fully on JPMS

2020-06-15 Thread Raymond Auge
There's a slew of changes still needed, but at least it's not a pie-in-the-sky-like effort. - Ray On Mon, Jun 15, 2020 at 9:33 AM Mark Thomas wrote: > On 15/06/2020 01:56, Raymond Auge wrote: > > Hey all, > > > > I couldn't resist but to let you know that today I run tomcat 10 fully > > on JPMS

Re: Tomcat running fully on JPMS

2020-06-15 Thread Mark Thomas
On 15/06/2020 01:56, Raymond Auge wrote: > Hey all, > > I couldn't resist but to let you know that today I run tomcat 10 fully > on JPMS (and the webapp examples seemed to all work fine): Nice. I was expecting it to be rather more disruptive than it turned out to be. Thanks for sharing your JPMS

Tomcat running fully on JPMS

2020-06-14 Thread Raymond Auge
Hey all, I couldn't resist but to let you know that today I run tomcat 10 fully on JPMS (and the webapp examples seemed to all work fine): bin]$ /usr/lib/jvm/zulu-11-amd64/bin/java \ > -Djava.protocol.handler.pkgs=org.apache.catalina.webresources \ > -p .:../lib/ \ > --add-modules org.apache.tomc