Skip to content

Setting Up Tomcat in Eclipse

Endi S. Dewata edited this page Oct 31, 2022 · 1 revision

Tomcat

To register Tomcat:

  • Go to WindowsPreferencesServerRuntime Environment

  • Add Tomcat

  • Click Apply and Close

To configure Project Facets:

  • Right click on project

  • Select Properties Project Facets

  • Click Runtimes tab

  • Select Tomcat

  • Click Apply and Close

To configure PKI/Tomcat JSS project:

  • Right click base/server/tomcat7/src, select Build PathRemove from Build Path.

  • Right click base/server/tomcat8/src, select Build PathSelect as Source Folder.

  • Click ProjectProperties. Click Java Build Path on the left panel, click Libraries tab, click Add External JARs, then select /usr/share/java/tomcat/tomcat-util-scan.jar.

Clone this wiki locally