Skip to content

Getting Started Part 4: Set Up Tomcat

Laurent Hasson edited this page Nov 30, 2019 · 4 revisions
Previous Main Next
<-- Part 3 Main Part 5 -->

As mentioned earlier, Tomcat is optional and is needed if you are building Java Web apps. Even then, you may want to use another Servlet container and that is all fine. Tilda uses standard Servlet APIs and does not require heavier services from the Java EE platform. Technically, only servlet-api.jar or an equivalent package is needed tu support the web-based APIs Tilda generates.

On the “Servers” view, add a new server and pick where you installed Tomcat.

Then right click on “RootProject” and select “Properties”, “Java Build Path”, “Libraries”, “Add Library”.

Select Tomcat 9 (if that's what you are using).

Export, Apply And Close.

Previous Main Next
<-- Part 3 Main Part 5 -->
Clone this wiki locally