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.

173 questions
0
votes
1 answer

Absolute path in a web app

This may sound like a dumb question. I received a (basic) web application developed by another person, using HTML and JavaScript. In this application he used his JavaScript file path as /javascripts/_FileName_.js. But when I tried to run it on a…
ThisaruG
  • 3,222
  • 7
  • 38
  • 60
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
  • 518
  • 5
  • 20
-1
votes
1 answer

Spring Boot trouble by deployment on Tomcat Server 8.5

i have troubles by deployment my Spring Boot Project on Tomcat Server 8.5. This project work fine in Eclipse on local Tomcat but after deployment on global Tomcat Server i see error 404 enter image description here if i write the source path like…
Dimax
  • 1
  • 2
-1
votes
0 answers

Chrome still shows site as un-secure even after using valid SSL certificate

I have a webapp running on a Tomcat server. I changed the server.xml file by adding the following tag:
-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
11
12