Web applications
Applications developed with RapidClipse are web applications. As output you get a WAR file, which you can deploy to any servlet container and Java application server, e.g. Tomcat.
-
Click at Quick Launch > Build Web App (.war).
-
Deploy the .war file generated in your project under target to your application server.