Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
devel:documentation:quickstart:dev:ide:eclipse [2023/11/03 08:28]
kolombom
devel:documentation:quickstart:dev:ide:eclipse [2024/01/09 08:27] (current)
koulaj [Install Tomcat]
Line 80: Line 80:
 ====== Install Tomcat ====== ====== Install Tomcat ======
  
-Download Tomcat 8.0.* (tested version 8.0.36) from Apache website. Unzip it somewhere in your home directory.+Download Tomcat 9.0.* (tested version 9.0.80) from Apache website. Unzip it somewhere in your home directory.
  
 Next we will install Tomcat as a Server to the Eclipse: Show the tab "Servers" if it isn't visible yet: Window → Show View → Servers Next we will install Tomcat as a Server to the Eclipse: Show the tab "Servers" if it isn't visible yet: Window → Show View → Servers
Line 92: Line 92:
   * in the section "Timeouts" increase the timeout for start to 240 s.   * in the section "Timeouts" increase the timeout for start to 240 s.
   * in the section "Server Options", uncheck "Modules auto reload by default".   * in the section "Server Options", uncheck "Modules auto reload by default".
 +
  
 ====== Deploy changes without reloading ====== ====== Deploy changes without reloading ======
  • by kolombom