Yes, it is possible. Just create a new Debug setting in IDEA and
choose "Remote" application. Then copy the arguments it gives you into
a MAVEN_OPTS environment variable and start Jetty from the command
line.
This works with Eclipse and any other IDE as well.
Matt
On 10/23/07, [EMAIL PROTECTED]
All:
Is it possible to debug an application running under Jetty from within intelliJ?
I ran the Jetty maven plugin, so Jetty is not installed standalone.
I am trying to use the jetty plugin for intellJ but it expects a
standalone instance
of Jetty. I don't suspect that it is possible but I just wa