Uploading Files from NetBeans

If you are developing locally in NetBeans, then you are using a Web Project. This is an abstraction of a web application. The Tomcat server on ocelot needs the files to be placed in a standard web application. Copying the files individually from the Web Project to the web application is tedious and error prone. This process is automated in NetBeans.

Creating the WAR file

Uploading and Deploying the WAR file

Everytime you build the main project, this war file is created. It contains all the files in your applcation: .jar, .java, and .class.