Is there any separate Apache Tomcat version for Linux OS and Ubuntu?

0 votes
asked by about Apache Tomcat
edited by

Is there any separate Apache Tomcat version for Linux OS and Ubuntu?

1 Answer

0 votes
No avatar answered by (309k points)

Yes, Apache Tomcat is available in the Debian/Ubuntu repositories. To install it, launch the terminal if you're in the X interface and use the following command: sudo apt-get install tomcat7. Once the process is completed, install the Java SDK using sudo apt-get install default-jdk then edit the bashrc file using: sudo nano ~/.bashrc. A the end of the file, add the proper paths for JAVA and Tomcat. Restart the bashrc using: . ~/.bashrc. After all these commands, start the server with: /bin/startup.sh

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...