Questions tagged [tomcat8]

26 questions
6
votes
1 answer

Install Tomcat 8.5 through apt (apt-get)

Does anybody know if and when this will be available for Ubuntu Server 16.04? As of now, installing Tomcat through apt you get version 8.0.45.
5
votes
0 answers

Ubuntu16 + tomcat8: WARNING: Problem with directory [/usr/share/tomcat8/common

I installed tomcat8 on Ubuntu 16 using sudo apt install tomcat8 I only need one tomcat, no need for CATALINA_BASE. But, I got warnings below. Can I ignore these warnings? Or anything I can do? Any information would be appreciated. Thanks in…
Wayne
  • 51
4
votes
5 answers

Unable to start Apache Tomcat 8.5.4 on Ubuntu 16.04

I have installed the following distribution of Tomcat: http://mirror.its.dal.ca/apache/tomcat/tomcat-8/v8.5.4/bin/apache-tomcat-8.5.4.tar.gz I have followed this instruction step by step:…
3
votes
2 answers

How to add tomcat 8 into Intellij Idea?

I've installed tomcat 8 by following tutorial: https://www.digitalocean.com/community/tutorials/how-to-install-apache-tomcat-8-on-ubuntu-16-04 Now I need configure that tomcat into Intellij Idea. I'v add in Edit configurations new instance of…
Denis Stephanov
  • 191
  • 1
  • 2
  • 9
2
votes
0 answers

gcloud ubuntu 14.04 tomcat 8 can't deploy sqlitesync.war

I've asked this question on stackoverflow and have been directed here: I'm working on the backend for a university app development project and have run into a solid brick wall. I'm a bit of a noob with this stuff. I've been given access to a gcloud…
2
votes
2 answers

Tomcat 8.5.60 version in Ubuntu 20.04

I need to ask if tomcat 8.5.60 available in Ubuntu 20.04 repo?
2
votes
0 answers

Cannot install tomcat8 with apt

I cannot install tomcat8 with apt on Ubuntu 16.04. sudo apt install does not find tomcat8 at all. It looks like my apt is messed up. Any ideas how to solve this? My sources.list is deb cdrom:[Ubuntu 16.04.2 LTS _Xenial Xerus_ - Release amd64…
Sanjo
  • 21
2
votes
1 answer

Ubuntu 18.04: Tomcat 8.5 webapp and lib folder location

With apt I've installed the tomcat8 package for Ubuntu Server 18.04. I've read this Q/A already. The default path in $CATALINA_HOME is /usr/share/tomcat8/. There is no folder "webapps". But in /var/lib/tomcat8/ is one. Both folders have a…
2
votes
0 answers

Ubuntu 18.04 LTS, Oracle 8 JDK, and Tomcat 8

I installed Ubuntu 18.04 LTS as a Test server for some Java code where I am moving from WebLogic over to Tomcat. The code does not yet work with anything newer than Java 8, some of the packages I used are missing in Java 9 and 10, therefore it…
yaCoder
  • 21
1
vote
0 answers

Tomcat 8.5 cat Unit tomcat.service not found

I cannot run tomcat service from regular user though I can run it manually using scripts in the tomcat directory. My PC also does not have service script for tomcat int the directory /etc/init.d/tomcat. How can I add service script?
aditya
  • 11
1
vote
1 answer

Apt-get always triggers tomcat's "setting up"

I needed to jump some hoops in order to install a specific version of tomcat, and thereby executed several guides' commands. Now, every time I use any apt-get or dpkg command, tomcat starts setting up and fails the whole install process. Examples: $…
Breina
  • 111
1
vote
1 answer

Cannot install tomcat8 on 16.04

If I run sudo apt-get install tomcat8 I am getting: Reading package lists... Done Building dependency tree Reading state information... Done Suggested packages: libtcnative-1 tomcat8-admin tomcat8-docs tomcat8-examples tomcat8-user The…
1
vote
2 answers

Is it possible to install Apache Tomcat 8 on Ubuntu 20.04?

It seems that Ubuntu no longer ships Apache Tomcat 8 in the repos as of 20.04, there is only Apache Tomcat 9. I have a school assignment which requries we use Apache Tomcat 8. Is there a way to install Apache Tomcat 8 on Ubuntu 20.04, or will I have…
Aaron Franke
  • 1,136
1
vote
1 answer

Where to configure Memory (xmx) for Tomcat8?

After installing Tomcat (on Ubuntu 18.04) via apt install tomcat8, where to put the Java -Xmx option to increase available memory?
Witek
  • 4,043
1
vote
1 answer

How to remove tomcat 9 from ubuntu 18.04

I know this question has been asked a lot but I am facing some problems. When I upload a war file to tomcat I cant get to to start and i get this error FAIL - Application at context path [/fuseki] could not be started I then have tried to remove…
1
2