Page 1 of 1

Need to run my Application in Eclipse using Tomcat

Posted: Sat May 23, 2015 12:49 am
by d8sasi
Hi Team,
Thanks for the answers till now. i had little issue with tomcat.
I want to run my Broadleaf Sample Application in my Eclipse using Tomcat Server. I successfully got wars through Maven Build and kept them in tomcat webapps and application is working properly. Now i want to run my sample application on tomcat server in eclipse (Because for every change that i am going to do is involving generating the war and putting them in side webapps and it is taking time). So tell me what i need to do for smooth running of application in eclipse on tomcat...!!

thanks a'lot for reading.

Re: Need to run my Application in Eclipse using Tomcat

Posted: Wed May 27, 2015 12:15 am
by phillipuniverse
I added https://github.com/BroadleafCommerce/docs/issues/60 to document this.

That said, you will have a much easier time if you use the provided ant tasks and run those from Eclipse instead. If you use the Tomcat server within Eclipse, you will have to set up a bunch of JVM properties that can be annoying, configure SSL, etc that the ant scripts already do for you.