Compiling JSON-RPC for Jetty

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.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.