Applications developed with RapidClipse are web applications. The output you get is a .war file that you can deploy in any servlet-container or Java application server, e.g. Tomcat.



  1. Select Quick Launch > Build Web App (.war).
  2. Deploy the .war file generated in your project under target in your application server.
Result: