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
1 answer

Error while deploying Spring boot war file on Tomcat server

I have a Spring boot application which I am trying to deploy it on Tomcat server. When I run the application locally in eclipse, it successfully deployed. But when I try to deploy on the Linux tomcat server. It fails. I am not sure what is wrong…
MSV
  • 145
  • 1
  • 14
0
votes
1 answer

ElException when migrating from tomcat 8.0 to 8.5

We are currently migrating our apps from tomcat 8.0 to tomcat 8.5. In these apps, we have a very simple spring JEE app which uses JSPs and spring controllers. When deployed on a Tomcat 8.0, the jsp pages are correctly served, while it produces an…
gfyhser
  • 125
  • 1
  • 1
  • 8
0
votes
1 answer

Tomcat Docker Container doesn't run on Windows

I was trying to run tomcat 8.5 docker container on my windows-10 machine using the following command: docker container run -it -p 8080:8088 --rm tomcat:8.5 The container starts successfully, but I cannot really see the tomcat's welcome page. When I…
ha9u63ar
  • 4,811
  • 7
  • 54
  • 80
0
votes
1 answer

Java application deploying on Linux platform

I am trying to deploy project war file on Linux platform and its giving me following error. com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication.…
MSV
  • 145
  • 1
  • 14
0
votes
1 answer

WebApplicationInitializer not working in ubuntu 8.5.23

I was trying to deploy a Spring MVC project with no web xml configuration (The configurations are written in Class level through WebApplicationInitializer) in Tomcat 8.5.23 running in Ubuntu and MacOS. It is successfully deployed in both the cases.…
Arjun
  • 415
  • 1
  • 5
  • 13
0
votes
1 answer

Apache tomcat maven plugin compiling on non-existing version of Java

I am trying to integrate my maven project with Tomcat server 8.5. Without integration, everything works fine. I replaced maven-compiler-plugin with tomcat7-maven-plugin in pom.xml and did other configurations. After that mvn install, mvn clean…
Patz
  • 274
  • 2
  • 15
0
votes
1 answer
0
votes
1 answer

Setting property 'algorithm' to 'MD5' did not find a matching property

I have defined a realm in tomcat 7
Hasan
  • 176
  • 4
  • 22
0
votes
1 answer

tomcat 8.5 Centos 7 Nginx - How to change starting folder of War web applications

I've installed Centos7 minimal, then Nginx to reverse proxy and manage SSL, then Tomcat 8.5.16 with a War app deployed. Now my app runs from mywebapps.co.uk/mywebapp I want to change the root folder so the app runs from mywebapps.co.uk This is what…
danbdex
  • 35
  • 1
  • 10
0
votes
0 answers

Tomcat manager access denied issue

I know this question asked more and more but my problem not resolved with that answers. I installed tomcat 8.5.15 on centos 7 with this and when browse with server IP on port 8080 it display as expected. now my problem is access to manger page. i…
Emil
  • 413
  • 1
  • 8
  • 32
0
votes
2 answers

jre and Tomcat configuration

Am trying to setup my tomcat server but when I execute the code \bin\startup I always get an error saying that jre is not correctly defined. My jre destination folder is c:\program files\Java\jre1.8.131. Please I need answers thanks.
Owen A
  • 1
  • 2
0
votes
0 answers

Invocation of init method failed; nested exception is javax.naming.NameNotFoundException

Error log: SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener org.springframework.beans.factory.BeanCreationException: Error creating bean with name…
Sp1
  • 469
  • 2
  • 8
  • 16
0
votes
1 answer

Why is plus(+) decoded to space ( ) in url path with springboot rest controller?

When calling GET http://localhost:8080/things/ZhaD2lk27XQPRJtwrABltd+UTWXcbnY%2FTrpxGP7VDVo= my Spring Boot application RestController with a request handler like this: @RequestMapping("/things/{thingId}") public ResponseEntity getThing( …
0
votes
1 answer

TOMCAT8.5 Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/spring]]

I'm working on a Spring-MVC project on eclipse and I Have a Tomcat8.5 issue, the server fails to start and I'm getting the exception below: java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to start component…
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
  • 2,382
  • 5
  • 34
  • 50
1 2 3
10
11