Questions tagged [tomcat8]

Version 8.x (August 2013 onwards) of the Apache Tomcat servlet container. Use only if your question is specifically related to features of this version.

Version 8.x (August 2013 onwards) of the Apache Tomcat servlet container.

Apache Tomcat is an open source servlet container developed by the Apache Software Foundation (ASF). It supports the 3.1, 2.3, 3.0, and 1.0 specifications1. Questions here should relate only to Tomcat Version 8.x.

Use only if your question is specifically related to features of this version. Just because you are using this version, doesn't mean you need this tag. Use in addition to or instead of this tag.

See for more information.

2687 questions
0
votes
0 answers

Google Cloud - HTTP Status 404 – Not Found

Guys I have a Java web application which was developed in JSF + JPA + Hibernate which is running on a Linux server on Google Cloud. VM instance details Machine type - n1-standard-1 (1 vCPUj, 3.75 GB of memory) Software Operational System Debian…
Jarciano
  • 53
  • 8
0
votes
0 answers

Logging Slf4j in Tomcat Server for cosole logs

I have created a webbapp which runs on Tomcat 8.5 from Eclipse. I am using slf4j logger. I have added some log statements(INFO/DEBUG) in the code and I can see them on Eclipse console output when I start Tomcat from eclipse. Now I export the code as…
0
votes
0 answers

Java spring, tomcat 8.5.9. java.io.FileNotFoundException - Access Denied saving file on shared network directory

I have a problem that when running deployed on tomcat 8.5.9, I get access denied, and I can't create a file on a shared network folder. Running locally everything works perfectly. I have tried cmd dir \\10.65.161.93\c$\tscape\download from the…
Brucebayne
  • 39
  • 3
0
votes
1 answer

Tomcat 8.5.51/Tomcat 9.0.31 - HTTP/1.1 port is not updated in server.xml when changing it via the UI installation

I installed Tomcat 8.5.51/Tomcat 9.0.31 and during the installation, I changed the HTTP/1.1 port to 80. but after the installation, I saw in server.xml that the port wasn't changed. If I install Tomcat 8.5.27/Tomcat 9.0.27 it works correctly. do…
coral
  • 181
  • 1
  • 1
  • 12
0
votes
2 answers

Docker tomcat behind apache httpd port 8009 not connecting

There's probably something easy I'm missing: The request hits the apache httpd container-> finds the ajp worker -> finds the worker host on docker network-> tries to send the request to tomcat-> fails saying tomcat container is not listening on port…
user2782001
  • 3,380
  • 3
  • 22
  • 41
0
votes
2 answers

Tomcat 8 - Requests https not listed in access_log file

I installed Tomcat 8 on a Linux machine, and enabled the https connector on port 443.
0
votes
3 answers

Could not update docker container with java 1.8

One of the java application running in a docker container require java 1.8 but the container has java 1.7 . Right now it is failing with the error "Unsupported major.minor version 52.0" The dockerfile content is FROM tomcat:8.0     …
Rockr
  • 65
  • 7
0
votes
1 answer

Tomcat service not starting (Windows Server 2012)

I am currently working on deploying my application with Tomcat 8.0.47 on a Windows Server 2012 but for some reason my Tomcat service is not starting. Here is what I did to create my service: "D:\Tomcat 8.0 API_RECETTE\bin\tomcat8.exe"…
Synops
  • 122
  • 3
  • 11
0
votes
0 answers

Tomcat 8 doesn't enforce SSL mutual auth

For some reason on one of my servers, SSL with mutual auth is not enforced. The same server.xml config on another server does end up enforcing it. So I am reaching out to you guys, do you know why this server.xml configuration allows the user to…
maxime chevry
  • 71
  • 1
  • 3
0
votes
1 answer

Tomcat Log is showing wrong date

Today, it is February 14th. However, in Tomcat logs, it is showing 45-Feb-2020. At school, I learnt there can be at most 31 days in a month. Please share if you have any idea on this. Thanks in advance.
Md.
  • 496
  • 4
  • 11
0
votes
0 answers

Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Property 'dataSource' is required

I am working on an legacy Spring MVC Project and found issue while deploying to tomcat 8.5 Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Property 'dataSource' is required However the class has datasource…
kinnu
  • 396
  • 2
  • 12
  • 22
0
votes
3 answers

Unable to start Tomcat from docker-compose

I'm unable to start Tomcat server from docker compose. When I log into container using docker exec -it bash and see ps -eaf | grep "tomcat" it is showing empty. Tomcat server is not running. docker-compose.yml file: version:…
Ramu
  • 1
  • 2
0
votes
1 answer

What are the Issues that will Occur if I run multiple Tomcat in same Server?

I wanted to run tomcat 7 and tomcat 8 in my server. I wanted to know what are the thing that I should take care if I am doing the same.
0
votes
0 answers

Constructor threw exception; nested exception is java.lang.NoSuchMethodError:

I am working on uplifting Java version and deployment tool for an existing legacy Spring MVC project. While deploying them in Tomcat 8.5, facing the below error. org.springframework.web.context.ContextLoader.initWebApplicationContext Context…
kinnu
  • 396
  • 2
  • 12
  • 22
0
votes
1 answer

Failed installing 'OpenKM' service

I am installing OpenKM(Open source document management system) in my Windows 10 64bit PC. JDK: C:\Program Files (x86)\Java\jdk1.8.0_121 JRE: C:\Program Files (x86)\Java\jre1.8.0_121 I have already setup a system variables JAVA_HOME - C:\Program…
John Mark
  • 73
  • 11
1 2 3
99
100