Questions tagged [tomcat8]

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

Version 8.x (August 2013 onwards) of the Apache Tomcat servlet container.

Apache Tomcat is an open source servlet container developed by the Apache Software Foundation (ASF). It supports the 3.1, 2.3, 3.0, and 1.0 specifications1. Questions here should relate only to Tomcat Version 8.x.

Use only if your question is specifically related to features of this version. Just because you are using this version, doesn't mean you need this tag. Use in addition to or instead of this tag.

See for more information.

2687 questions
0
votes
1 answer

Error in implementation of Web Service in eclipse

When I am creating a web service in eclipse with tomcat as the server, I am getting this error: IWAB0398E Error in generating WSDL from Java: java.lang.ClassNotFoundException: uk.ac.open.t320.Hello cannot be found by…
Nupur
  • 1
  • 1
0
votes
0 answers

Tomcat slow reponse in HTTPS request(SSL)

I have one situation where tomcat SSL request taking some time to respond. My Java application hosted in tomcat and it contains web services and SSL enabled in tomcat. Whenever request from customer, eventhough appication responding fast enough to…
Guna ..
  • 3
  • 1
0
votes
0 answers

How to read messages from IBM mq asynchronously in Tomcat

I want to read messages in Tomcat application from IBM mq asynchronously using ejb annotations. Can someone please suggest me how to do that. I searched in Google but could not find relevant answers to accomplish this.
C2D
  • 29
  • 1
  • 6
0
votes
0 answers

Docker Apache2 + Tomcat 8.5, Virtual Host -- HTTPS not working

I've set up two Docker containers: An apache2 and a tomcat8, the latter named "tomcatCon". I want to use apache2 as proxy for the web site which is hosted within tomcat. The two containers are running without errors. I've started them with: sudo…
0
votes
1 answer

How to run a XSLT2 tranformation on a Tomcat server?

I am trying to run a XSLT 2.0 transformation from a XML file on a Tomcat v8.0 Server. However, I only succeed in running it as XSLT1. Anytime I try to use a XSLT2 function, I get such an error: org.apache.xml.utils.WrappedRuntimeException:…
Evargalo
  • 126
  • 6
0
votes
1 answer

Unable to set environment variables using Chef tomcat

I am using a cookbook from https://supermarket.chef.io/cookbooks/tomcat instance_name = node['tomcat']['name'] # Install the Tomcat Service tomcat_install instance_name do version node['tomcat']['version'] dir_mode '0755' install_path…
proximator
  • 687
  • 6
  • 18
0
votes
1 answer

Tomcat 8.5/RHEL Session Replication Manager | Session Attribute value will not be replicated

I have an unusual "bug". I've configured Tomcat Session Replication Manager (Delta). The SessionID and Session attributes are replicated, but not the content of the attributes. my cluster-tag in server.xml
ng-User
  • 243
  • 1
  • 6
  • 18
0
votes
1 answer

unable to configure tomcat 8.5.57 webserver for https on ubuntu 18.04

I have installed tomcat on ubuntu 18.4. post default installation and jave home configurations able to see webserver page as response for http://:8080. Later generated keystore and updated the details in conf/server.xml to enable https. Even after…
manju.g.r.
  • 27
  • 5
0
votes
1 answer

LOG4J 2 Not Flushing Trailing End of Messages

I have a webapp that allows a user to change the logging in some part of the application to DEBUG. Configurator.setLevel(logger, Level.DEBUG); The user then performs an action that allows DEBUG messages to output to the log file. Most messages come…
udeleng
  • 866
  • 2
  • 14
  • 20
0
votes
1 answer

GWT application running on windows and not on linux with same configuration

I am new to GWT and I am upgrading my existing GWT application to java 8 (jdk1.8.0_251) and tomcat 8(8.0.53), it is working fine on windows machine but when I tried to deploy on host linux machine with exactly same java and tomcat configuration it…
0
votes
1 answer

localhost:8080 not working but tomcat server working in IntelliJ

I have developed a web application. The app is configured to run on tomcat server 8.5 on port 9000. When deploying the project it runs on localhost:9000. But localhost:8080 not working. I have checked the server.xml and it is configured to run on…
Margie
  • 57
  • 11
0
votes
1 answer

Need to get remote ip of one who is accessing the web application

I am trying to log website visitor application in tomcat logs I have tried adding below lines of code in server.xml
0
votes
1 answer

How to avoid full thread dump on shutdown?

I'm running a Tomcat 8.5 and each time I shutdown the tomcat via the control scripts, it dumps it's threads: Full thread dump OpenJDK 64-Bit Server VM (25.232-b09 mixed mode): "Framework stop" #101 daemon prio=5 os_prio=0 tid=0x00007fb540004800…
guerda
  • 23,388
  • 27
  • 97
  • 146
0
votes
3 answers

Netbeans 12 on Windows won't let me connect Tomcat

No matter which tutorial I follow, I am unable to get apache-tomcat-8.0.9 to work with Netbeans 12. The IDE keeps showing the error message The specified Server Location (Catalina Home) folder is not valid. I'm using jdk-14.0.1 and…
0
votes
1 answer

catalina.policy file permission with '#' character

I'm deploying a war file named foo#bar.war into tomcat 8.5(which creates a context path /foo/bar once deployed) and i need to set a permission in a jar inside the war. Once deployed the following folder is created under webapps: foo#bar and im…
edkass
  • 3
  • 3