Downloads: 20452
Rating:
Participated in rating: 11
Recent change notes:
Version 0.5.2 (Build 101)
- New: Added support for deployment of "external source" webapps at Jetty startup.
Version 0.5.1 (Build 99)
- Fixed: NoSuchMethodError using plug-in with EAP build 98.231.
Version 0.5.0 (Build 98)
Version 0.5.0 (Build 97)
- New: Updated for IDEA 9.x.
- New: Added support for Jetty 7.x.
- New: Extension points provided for detecting, configuring and controlling different versions of Jetty.
- Removed: Support for Jetty earlier than version 6.1.0 has been dropped.
- Removed: Support for IntelliJ IDEA running on JDK 1.5 has been dropped.
- Fixed: Possible NumberFormatException on launching Jetty.
- Fixed: Possible NullPointerException adding application server configuration file.
- Fixed: jetty.bat fails if JAVA_OPTS or JETTY_OPTS has a value containing a double quote character.
Version 0.4.1 (Build 54)
- Fixed: Updated version dependency information for compatibility with IDEA 8.1.
Version 0.4.0 (Build 53)
- New: Support JSP debugging.
- New: Detect Hightide installations when creating Jetty Application Server configurations.
Version 0.3.1 (Build 51)
- New: Updated for IDEA 8.x.
- Fixed: Launch scripts fail when Java executable path and Jetty configuration file paths contain spaces.
- Fixed: Default order of configuration files when creating an application server configuration causes IllegalStateException.
- Fixed: Jetty version number may not be detected correctly when creating an application server configuration.
- Fixed: Launch process sometimes fails to determine stop port and key, preventing IDEA from stopping Jetty.
Version 0.3.0 (Build 39)
- New: Support IDEA 7.x facets.
- New: Support hot deployment of web contexts.
Version 0.2.0 (Build 18)
- New: Permit Jetty's configuration files to be specified.
- Fixed: plugins.intellij.net makes bundling source code with a binary distribution unnecessary.
- Fixed: IDEA project files are not included in source code archive.
Version 0.1.1 (Build 10)
- Fixed: plugins.intellij.net shows no plug-in description.
- Fixed: jetty.bat fails when Jetty and IDEA are installed on different Windows drives.
- Fixed: jetty.sh is not executable after plug-in installation.
Version 0.1.0 (Build 7)
General usage instructions:
No longer being updated. Jetbrains provides its own plug-in for Jetty from IntelliJ IDEA 10.5 onwards.
Comments:
http://github.com/codebrewer/intellij-idea-jetty-integration-plugin
github provides an issue tracker that plug-in users will hopefully find convenient.
Maybe you can take a look and see if there's a quick fix.
2010-07-29 21:17:02.040:WARN::FAILED SelectChannelConnector@0.0.0.0:10080: java.net.BindException: Address already in use
2010-07-29 21:17:02.040:WARN::FAILED SelectChannelConnector@0.0.0.0:10080: java.net.BindException: Address already in use
There's no other instance of Jetty started anywhere outside Idea
The plug-in now supports Jetty 6.1.x and Jetty 7.x (and the Hightide variants), and works with IntelliJ IDEA 8.1.x and 9.x.
Thanks to Peter Niederwieser for updating to IDEA 9 in his forked codebase and to Chris Miller for his work on Jetty 7 support.
"[x] Build on frame deactivation" feature is awesome!