Questions tagged [tomcat8.5]

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

Tomcat released on 2018-06-25:

The Apache Tomcat Project is proud to announce the release of version 8.5.32 of Apache Tomcat. Apache Tomcat 8.5.x is intended to replace 8.0.x and includes new features pulled forward from Tomcat 9.0.x.

Release Notes:

Tomcat 8.5 is designed to run on Java SE 7 and later.

EOL:

The Apache Tomcat team announces that support for Apache Tomcat 8.0.x will end on 30 June 2018. 8.5.x is not affected by this announcement.

156 questions
0
votes
0 answers

Spring MVC Application Deployment on Tomcat

I'm having an issue running a spring MVC application on a stand-alone tomcat server. I am using Spring MVC (webmv)ver. 4.2.2, tomcat8.5 (8.5.33), and building with Maven. The significant files in my project: a. pom.xml:
Moe
  • 41
  • 1
  • 8
0
votes
1 answer

Tomcat 8.5 context path not working correctly

I have an application with the name cat_tiger.war that gets deployed as localhost:8080/cat_tiger but I want to change the context path to localhost:8080/cat/lion/ instead. I've added the META-INF/context.xml file as
GrizzLee
  • 3
  • 1
  • 4
0
votes
1 answer

Unable to create simple java restapi in eclipse

I am following this link for creating a simple Java restApi in Eclipse: https://www.youtube.com/watch?v=5jQSat1cKMo. However, I am getting a 404 response and console reports an error of java.lang.ClassNotFoundException:…
0
votes
1 answer

Tomcat 8.5.23 org.apache.catalina.LifecycleException: A child container failed during start

I'm trying to run an embedded tomcat application via java web start. The Application runs fine on eclipse but causes problems when launched as a web start file. This is the error I am facing now. Im using eclipse photon with maven and Tomcat…
NoJo
  • 41
  • 7
0
votes
1 answer

Grails 3.3.3 war deployed on tomcat 8.5 issue with closed jdbc connection

When I run the war file in the container, it appears as the connection dropped on the server side (default idle timeout there is 8h) leads to exceptions (root cause: connection already closed / the last successful package to the server was sent…
0
votes
1 answer

error code : java.lang.IllegalStateException: No output folder while running tomcat

After installation when I am hitting the url 'hhtp://localhost:8080' I am facing this error. Type Exception Report Message java.lang.IllegalStateException: No output folder Description The server encountered an unexpected condition that prevented…
Kirtika B
  • 1
  • 3
0
votes
3 answers

Error while deploying the spring boot app in tomcat server

I am trying to deploy spring boot app on tomcat server but getting error as SEVERE [http-nio-8080-exec-5] org.apache.catalina.startup.HostConfig.deployWAR Error deploying web application archive Here is the POM file
0
votes
1 answer

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project

JDK version is 1.8 and target run time is Apache tomcat 8.5. I am trying to run a spring mvc project. here is the pom.xml
Sreevidya Aravind
  • 403
  • 1
  • 4
  • 17
0
votes
0 answers

Tomcat 8.5 server.xml only support the SSLHostConfig of defaulthost for All Host for "org.apache.coyote.http11.Http11AprProtocol"

I am working with Tomcat 8.5, and trying to configure SSL configurations for multiple host in server.xml but I encountered an issue that Protocol of Openssl "org.apache.coyote.http11.Http11AprProtocol" only honors defaultSSLHostConfigNameattributes'…
0
votes
0 answers

Issue in Use alias names for a column in sql and deploy it in Tomcat

I am working on a web application which uses Oracle as a Database and deploying the app into Tomcat8. When I use an alias for a column name, the fetching of the records using alias is giving an error like below: unexpected error: SQL exception while…
User
  • 143
  • 1
  • 9
0
votes
1 answer

java.sql.SQLException: ResultSet is from UPDATE. No Data. for all queries

I have mysql 5.5.21 installed and use mysql connector 5.1.44 in my web application running on tomcat 8.5.27. Recently, I started getting the following exception for all queries (select/insert/update etc) in my webapp after a certain time.…
0
votes
1 answer

Broken pages using Tomcat with HTTP/2 on Redhat Linux 2.6.32

I'm getting broken pages, that is pages not loading completely (eg. missing images, styles, js etc). I'm using Tomcat 8.5, on Redhat Linux 2.6.32. I found that if I comment out the line below from server.conf it works fine
zackhalil
  • 136
  • 10
0
votes
0 answers

Tomcat 8.5 Scanning jars for TLD's recalcitrant log

I am using Tomcat 8.5 and I am trying to remove this single line in my log files: INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs…
Nefarious
  • 348
  • 2
  • 13
0
votes
0 answers

How to switch Angular build using multiple servers rest APIs

I am working on a project which has Angular5 for UI and rest APIs are written in Springboot application. I have two production environments for my application. I want to deploy my angular code in both Production environments. Right now we do not…
MSV
  • 145
  • 1
  • 14
0
votes
1 answer

Tomcat 8.5 hot code replace failed - delete method not implemented

I have a problem when using Tomcat 8.5 with Eclipse. If I comment a java method, I get the error below, and also if I restart the server I cannot get synchronized. The only way to get synchronized is to restart Server. I am using: - tomcat 8.5.x -…
Marco
  • 71
  • 8