Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I start Jetty from IntelliJ on Windows?

I am using Windows 7 and IntelliJ 12. I downloaded Tomcat and I can use it just fine. I want to use Jetty as well. But I wasn't able to.

Is Jetty coming with IntelliJ ?

Can someone guide me how to use Jetty? Thanks.

like image 665
Koray Tugay Avatar asked Mar 27 '13 08:03

Koray Tugay


1 Answers

Yes, IntelliJ brings Jetty support, but only in Ultimate Edition.

If you do have it you'll need to create Jetty Run/Debug Configuration and fill in the required details.

Jetty configuration

like image 181
Vic Avatar answered Oct 10 '22 01:10

Vic