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
1
vote
0 answers

Setting up tomcat 8.5 APR https connection

I've been trying to setup my tomcat for HTTPS connectivity using APR library and I've already downloaded the tcnative-1.dll from here and placed that inside my tomcat lib directory (Program Files\Apache Software Foundation\Tomcat 8.5\bin) and…
sasoriuchi
  • 11
  • 1
1
vote
1 answer

What config do I have to change in my Eclipse Web project, so that Tomcat redirect URLs without any path to the project URL

In Eclipse Oxygen I have set up a Web project (facets Dynamic Web Module, Java & JavaScript) with the name MyProject. When I start up Eclipse's Tomcat (Version 8.5) I can view the site under the project URL http://localhost:8080/MyProject/. So far…
halloleo
  • 9,216
  • 13
  • 64
  • 122
1
vote
1 answer

Tomcat 8.5 and java 11. Cannot acquire data source. Name is not bound in this Context

I've already read lots of topics about this but I can't solve my problem after deploying project in tomcat 8.5.57 and java 11. Before it was under Tomcat 7 and java 7. Error is: javax.persistence.PersistenceException: Exception [EclipseLink-7060]…
Luke
  • 163
  • 4
  • 19
1
vote
1 answer

Tomcat AccessControlException : Access Denied for deployed webapp

I am a newbie to tomcat and am trying to deploy a webapp (/test) in Tomcat server , but receiving the below error in localhost logs. SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.loadOnStartup Servlet [AxisServlet] in web…
Mithun
  • 11
  • 4
1
vote
1 answer

Spring Websocket not able to connect with Tomcat 8.5 and F5

We have a spring-websocket application that works fine when we use Tomcat 8.0. However, when we upgraded our Tomcat to 8.5 it stopped working. When looking at the networks trace from the F5 it appears the F5 receive the handshake response (101)…
Coudons
  • 11
  • 1
1
vote
0 answers

Error from Tomcat 7 to 8.5 Exception sending context destroyed event to listener instance of class

I've changed the runtime server environment of my application from Tomcat 7 to Tomcat 8.5. It loads fine in my development environment in Eclipse IDE, but I get some myfaces related errors in the production environment, which is Linux Slackware…
Ashwin
  • 11
  • 2
1
vote
1 answer

Updating Tomcat WAR file on Windows

I have inherited a Maven/Tomcat(8.5) web application that is locally hosted on different machines. I am trying to get the application to update from a war file that is either stored locally (on a USB drive) or downloaded from AWS on Windows more…
1
vote
2 answers

access denied rights for start tomcat-service on windows server

I am using tomcat on windows server und faced a problem while updating the tomcat version. the problem ist that the assgined user don't have the rights to start tomcat. Here my attempts with tomcat versions: v8.5.43/ -> tomcat startet…
1
vote
1 answer

How to configure address of WSDL URL in Apache Axis2?

I am using Axis2 and Tomcat8.5. My WSDL URL is : http://localhost:8080/axis2/services/Myapp. But i want it to configure like this: http://localhost:8080/phase/axis2/services/Myapp.
1
vote
1 answer

how can i deploy AngularJS on Tomcat 8.5

How should i deploy my Angularjs code on tomcat 8.5 I have tried copying my project folder to webapps folder in tomcat My project structure webapps myprojectname controllers css views route.js index.html …
priya
  • 11
  • 1
1
vote
1 answer

How to reduce the size of the war

I have to reduce the size of the war file so that I could deploy it to an external tomcat server. My war file is too huge (30MB) so it's not getting deployed.
Shobana VK
  • 359
  • 2
  • 3
  • 10
1
vote
1 answer

Tomcat8 constantly displays the https-jsse-nio-443-exec log

I have a problem with the data mapping in logs of Tomcat. There are the same information in the logs and it’s unusable. Could you please check and advise me how set and get correct data in the logs? 28-Nov-2018 23:19:11.535 SEVERE…
1
vote
1 answer

Documentum.cmis.too many open files error

We have deployed our application on rhel 7 from rhel 6 and after deployment we are seeing following error in the catalina.properties, due to this my vm link is getting down frequently. We are using Documentum CMIS 16.4 version on tomcat 8.5…
Bajajsahab
  • 97
  • 2
  • 7
1
vote
0 answers

javax.servlet.ServletException: Resource configuration class com.mypkg.MyClass is not a subclass of class javax.ws.rs.core.Application

I'm getting this error when trying to load my jersey class with tomcat 8.5 25-Oct-2018 16:02:16.635 SEVERE [https-jsse-nio-8443-exec-3] org.apache.catalina.core.StandardWrapperValve.invoke Allocate exception for servlet [RESTFulWebNMS servlet] …
Vivek
  • 3,523
  • 2
  • 25
  • 41
1
vote
0 answers

how change catalina.properties file if it is read only in embedded tomcat using intellij idea

I am trying to set a property in catalina.properties file but it is read-only file how to change this file using intellij idea I want to add following property tomcat.util.http.parser.HttpParser.requestTargetAllow=|{} I want to add this because I…
Chetna Joshi
  • 141
  • 1
  • 10