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
2 answers

Tomcat 8.5: Header missing in the HTTP response

Using tomcat8.5 ...I'm not getting the complete response as using tomcat8.0. There is a difference between this 2 versions about the HTTP request or response? PUT tomcat8.0 response: HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Transfer-Encoding:…
cristian
  • 384
  • 4
  • 17
-1
votes
2 answers

Exception java.lang.NoClassDefFoundError JavaMail Tomcat v8.5

I'am trying to send an automatic email with JavaMail on Oracle. I added external JARs on Java Build Path (mail.jar and activation.jar). I don't know what I'm doing wrong because I get this error message: java.lang.ClassNotFoundException:…
-1
votes
1 answer

how to build and deploy angular 8 application in tomcat server?

basically i am java web developer , now i change one old web application into angular and spring boot microservices. i learn basic angular form youtube tutorials and other sources , but i have big confusion on deployment , when we run command ng…
-1
votes
1 answer

Error running Deploy only YYY: Address localhost:8081 is already in use

Intellij and windows1o system throwing the 'Error running Deploy only YYYY: Address localhost:8081 is already in use'. Need your suggestions to resolve this error in Deploying only YYYY.
-2
votes
1 answer

Tomcat 8.5 multiple domains using multiple certificate stores

We had a working setup using multiple domains sharing a certificate. But now the setup is changed to use different certificates for the the different domains.
Ghwomb
  • 1
  • 3
-2
votes
1 answer

I am getting Exception java.util.LinkedHashMap cannot be cast to java.util.List on console

Controller Class Method @RequestMapping(value="generics",method=RequestMethod.POST,produces="application/json",consumes="application/json") public String generics(@RequestBody List objectlist) throws NoSuchFieldException,…
1 2 3
10
11