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.

image not found

  1. Click at Quick Launch > Build Web App (.war).
    image not found

  2. Deploy the .war file generated in your project under target to your application server.

Result:

  • Web application - A new target folder is created in Project Management. The executable web application is stored as .war file in the target folder.