starting jetty
I hooked in Jetty 7 using as a JSR45 compatible server.
It sort of works. It starts jetty, the console says: /Users/pswenson/dev/sag/research/WSResearch/jetty/bin/jetty.sh start
Found JAVA=/usr/bin/java in JAVA_HOME=/
Starting Jetty: STARTED Jetty Thu Dec 31 10:48:16 MST 2009
Disconnected from server
Connected to server
There is no stop button. I have to go to the command line to stop jetty.
Here is a screenshot of trying to run it: http://grab.by/1toy
Here is a screenshots of my jetty config: http://grab.by/1toI , http://grab.by/1toO
I couldn't figure out how to get jetty to just log everything to the console (it goes to log files by default), so I tried to use the Log setting in the run/debug config. Here is a screenshot of this config dialog: http://grab.by/1to0
I have no idea what "Show all files coverable by pattern" means and it's not documented.
Are there any docs on getting jetty going?
thanks
请先登录再写评论。
You could try the IDEA Jetty plugin. In case you are using IDEA 9, I've ported the plugin and put it up here: http://github.com/pniederw/ideajettyplugin
Not sure if the plugin supports Jetty 7 though.
It doesn't support Jetty 7, however I started doing the work required to get it supported (while maintaining 6.x compatibility). I've attached a zip of the plugin that includes my changes, along with a patch for Peter's branch of the codebase. It's not rock solid and could do with further fixes and testing, but it's a start. I'm not sure if I'll get much of a chance to work on this any further in the near future.
Peter, perhaps you could take a look at what I've done and apply the changes to your branch if you're happy with them?
Chris
PS: sometimes attachments don't make it across the news/forum gateway. In case that happens, you can also get my changes from the following URLs:
http://redyeti.net/JettyIntegration.zip
http://redyeti.net/Jetty_7_x.patch
PN> You could try the IDEA Jetty plugin. In case you are using IDEA 9,
PN> I've ported the plugin and put it up here:
PN> http://github.com/pniederw/ideajettyplugin
PN>
PN> Not sure if the plugin supports Jetty 7 though.
PN>
PN> ---
PN> Original message URL:
PN> http://www.jetbrains.net/devnet/message/5253527#5253527