The JSON-RPC ant build.xml file comes configured by default for Tomcat 5 or JBoss.
But what about those of us who like JETTY?
Don’t panic, here’s the solution, just add that section for jetty, and comment out the default section for tomcat.
I used /home/angel/bin/jetty, cause that’s the path of my jetty install, replace that for the path of your Jetty install.
Compile Requirements:
– JSDK
– Ant (http://ant.apache.org/bindownload.cgi) [maybe you’re using maven… you’ll need ant for this one]
– Jetty (of course)
Greetings.