Re: [FlexJS] Running FlexJS examples in Tomcat

2017-02-18 Thread Josh Tynjala
Good idea, Chris! - Josh On Feb 18, 2017 9:59 AM, "Christofer Dutz" wrote: > Hi, > > I just committed a little change to the examples maven configuration, that > makes it possible to automatically run a tomcat server in the examples > directories. > So if you want to run MDLExample, all you nee

[FlexJS] Running FlexJS examples in Tomcat

2017-02-18 Thread Christofer Dutz
Hi, I just committed a little change to the examples maven configuration, that makes it possible to automatically run a tomcat server in the examples directories. So if you want to run MDLExample, all you need to do, is to change to the MDLExample directory and run: mvn tomcat7:run It should