Re: Running Tomcat in an IDE

2017-05-29 Thread Igal @ Lucee.org
Hi, On 5/29/2017 9:38 AM, Violeta Georgieva wrote: Actually you can: 1. Generate eclipse artifacts with "ant ide-eclipse" 2. When you create a project in IntelliJ IDEA you can choose "Import Project" -> Choose directory where eclipse artifacts are located -> "Import project from external model"

Re: Running Tomcat in an IDE

2017-05-29 Thread Violeta Georgieva
Hi, 2017-05-29 19:08 GMT+03:00 Igal @ Lucee.org : > > Hi Violeta, > > On 5/29/2017 12:44 AM, Violeta Georgieva wrote: >> >> Hi >> >> 2017-05-28 23:14 GMT+03:00 Igal @ Lucee.org : >>> >>> I am trying to run Tomcat in IntelliJ IDEA. I have set up the project >> >> Can you tell us how did you import

Re: Running Tomcat in an IDE

2017-05-29 Thread Igal @ Lucee.org
Konstantin, On 5/29/2017 5:06 AM, Konstantin Kolinko wrote: 2017-05-28 23:14 GMT+03:00 Igal @ Lucee.org : Is this a classpath issue or am I simply missing some environment arguments or system properties? WARNING: Problem with directory [E:\Workspace\git\tomcat\lib], exists: [false], isDirector

Re: Running Tomcat in an IDE

2017-05-29 Thread Igal @ Lucee.org
Hi Violeta, On 5/29/2017 12:44 AM, Violeta Georgieva wrote: Hi 2017-05-28 23:14 GMT+03:00 Igal @ Lucee.org : I am trying to run Tomcat in IntelliJ IDEA. I have set up the project Can you tell us how did you import it and also run it? Since I'm working with IntelliJ IDEA, there is no way to

Re: Running Tomcat in an IDE

2017-05-29 Thread Konstantin Kolinko
2017-05-28 23:14 GMT+03:00 Igal @ Lucee.org : > I am trying to run Tomcat in IntelliJ IDEA. I have set up the project and > am able to build it and run it, but then I get runtime errors, e.g. > ClassNotFound (stack traces below). > > Is this a classpath issue or am I simply missing some environmen

Re: Running Tomcat in an IDE

2017-05-29 Thread Violeta Georgieva
Hi 2017-05-28 23:14 GMT+03:00 Igal @ Lucee.org : > > I am trying to run Tomcat in IntelliJ IDEA. I have set up the project and am able to build it and run it, but then I get runtime errors, e.g. ClassNotFound (stack traces below). Can you tell us how did you import it and also run it? Thanks, V