-
Notifications
You must be signed in to change notification settings - Fork 58
TomcatInstallationWindows8.wiki
This tutorial explains how to install the Apache Tomcat Java Servlet 8 on Windows 8.1 Pro. This document is not tested to work with other versions of Tomcat. For complete details, consult the specific documentation for those software installations.
Please make sure the following conditions (software and version) are met before you continue.
-
The client version of Windows 8.1 Pro. This tutorial is written based on the 64-bit version of Windows 8.1 Professional.
-
The latest security upgrades.
-
JAVA 8 Framework installed. This tutorial is written based on version jre1.8.0_60 (Java Version 8 Update 60). Please refer to http://java.com/en/download/ to install JRE. This page usually will detect your operating system and gives hints to the correct version to download. Assuming Java is installed in c:\Program Files\Java\jre8.
-
Logged in as an administrator.
Download the latest stable Tomcat 8 Binary Distribution Core (32-bit/64-bit Windows Service Installer) release from https://tomcat.apache.org/download-80.cgi. This should put a file of the form apache-tomcat-8.x.x.exe (or apache-tomcat-8.x.x.tar if you download with Safari) into your Downloads folder.
Double click the executable to start installation wizard. Do fill information to specify the connector port, Tomcat administrator login credentials without changing the Roles. If you forget to provide the credential information, you'll have to edit the tomcat_home/conf/tomcat-users.xml file and restart Tomcat to flush the privileges. (Note that when testing this scenario, the default suggested connector port settings worked).
![Apache Tomcat Setup Config Options](https://raw.githubusercontent.com/wiki/gbif/ipt/gbif-ipt-docs/screenshots/Capturetomcat1.JPG =100x100)
Go to C:\Program Files (x86)\Apache Software Foundation\Tomcat 8.0\bin Double click the tomcat8 application.
You should see a terminal window showing logs about starting up Tomcat. When you see
INFO: Server startup in xxxx ms
That means the Tomcat is ready.
You can also run the tomcat8w application by right-clicking it and choose "run as administrator". A service setting pane will be brought up, and you can decide you'd like to run Tomcat for once or make it start up automatically every time you boot Windows 8.
You can also start Tomcat (in Windows 8.1) from the Task Manager > Services tab.
If Tomcat is running successfully following step 5, above, you should be able to see the Tomcat Welcome page at the following URL:
With the admin credentials you entered during the setup wizard, you can access:
http://localhost:8080/manager/html
Where you can upload the ipt.war file to install IPT.
Close the terminal windows will shut down Tomcat.
Or, if you brought up Tomcat by using tomcat8w, stop Tomcat by clicking the stop button.
Or, in Task Manager > Services tab, stop Tomcat by "right click" and selecting "stop".
This IPT wiki is no longer maintained. Please refer to the IPT User Manual.
© 2021 Global Biodiversity Information Facility
The content on this site is licensed under
- Release Notes
- User Manual
- How to Publish Guide
- Best Practice Guides
- Resource metadata
- Checklist Data
- Occurrence Data (pending)
- Sampling Event Data
- FAQ
- Roadmap
- Version History
- Statistics
- How to Customize the IPT
- How to Contribute
- Other Resources & Tutorials