Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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:
  • Web application - A new file target is created in Project Management. The executable web application is saved as a .war file in the target folder.


  • No labels