Questions tagged [tomcat8]

The Apache Tomcat software is an open source implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies.

114 questions
1
vote
2 answers

How to upgrade Tomcat 8 vulnerable to "GhostCat" to the latest version on Ubuntu 18.04LTS?

I have an Ubuntu 18.04.3 server running Tomcat 8.5.39. Because this version is vulnerable to "GhostCat", I'd like to update to the latest version of Tomcat 8 (8.5.57). However, the latest version doesn't appear to be in the apt repository. Running…
CacheMoney
  • 25
  • 5
1
vote
0 answers

Apache Camel with Tomcat Not handling more threads

We are using Apache Camel to pull the data from SQS and do some process and importing into the database. Since we need more performance we are doing experiment with 4 application deployed in Apache Tomcat version 8 each have 12 routes pointing to…
0
votes
1 answer

Error: peer certificate cannot be authenticated with given ca certificates NGINX, TOMCAT 8 and GOGS with CA certificate

I'm trying to configure a VPS on Ubuntu Server 18.04 which I hace installed GOGS, JENKINS and TOMCAT. With Nginx, I only allow to make https requests but when I make from Insomnia to an api web service deployed in Tomcat I'm getting the message…
0
votes
0 answers

Load applets through nginx reverse proxy

I have a web application hosted on Tomcat 8 serving applets. The HTML pages with applets work fine when i am accessing them over http. I have further configured SSL over nginx reverse proxy. Now when i try to access the same pages over https, i am…
Tejas
  • 1
  • 1
0
votes
1 answer

Installing Tomcat 8.* in a docker container with Centos 7

I want to create a docker container to install Tomcat within it. It seems that my docker compiles with no problem and I am also able to run tomcat with no problems reported through the logs. Yet, if I try to open tomcat I get a 404 error. I do not…
Jose Cabrera Zuniga
  • 169
  • 1
  • 3
  • 10
0
votes
0 answers

Tomcat 8.5.40 does not work after Amazon linux O.S. upgrade to Version 3.1.6

I am a java developer, and our web application have been running on AWS Beanstalk over AWS EC2 instances with Java-8, Tomcat 8.5 and 64-bit Amazon Linux/3.0.1. Recently, as per security team's recommendations,we had upgraded Amazon linux to version…
0
votes
1 answer

Sporadic mod_jk Client Errors when uploading large files

Note: There is a TL;DR at the end of this question. I have a nightly backup script that has been working reliably for 6 years, and two months ago, it began to fail to upload to my archive server (only about 1 in 4 attempts succeed). This started to…
Parker
  • 763
  • 2
  • 11
  • 27
0
votes
1 answer

How to setup the ssl certificates in keycloak and tomcat

I have purchased the ssl certificate from the third party vendor. They have provide three files as mentioned below. 1) Certificate.crt, 2) ca_bundle.crt, 3) private.key. I want to install above three files in keycloak and tomcat server. How to…
prasad p
  • 1
  • 1
  • 1
0
votes
0 answers

tomcat logging per context instead of catalina.out

Using logging.properties and the default tomcat 8 juli (java.util.logging) logging, is there a way to configure logging such that all logging for context ABC goes to log ABC.log instead of ( or in addition to ) catalina.out? By "context", I mean,…
Tony B
  • 254
  • 2
  • 12
0
votes
1 answer

Java servlet 404 error tomcat 8 but not tomcat 6

I have a server which I flip back and forth between tomcat 6 and tomcat 8. When I do an HTTP post using the command curl -v -X POST -d @webOpenCnsRealCheatsheet.xml -H Referrer:mobileWMS,LLC -H Content-Type:text/xml…
Tony B
  • 254
  • 2
  • 12
0
votes
1 answer

Change WebApp ROOT application in tomcat 8 (No WAR file)

I am trying to change the ROOT application for another one that I installed using Maven but I do not achieve it, the application also uses apache solr. Is there any way to place both at root level? And if I would have to recompile it, what would the…
ayar
  • 1
0
votes
1 answer

errno=13. Unable to start due to shared memory failure

I have integrated httpd with tomcat by help of mod_Jk. In this case, selinux is enforcing condition. Due to enforcing enable in Selinux that's why I am unable to run the httpd in our linux server(centos 7). I am facing given issue " errno=13.…
0
votes
1 answer

DotCMS all requests fail

I'm running Ubuntu Server: # uname -a Linux host-38sigregt 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux # cat /etc/lsb-release…
Reinderien
  • 202
  • 2
  • 13
0
votes
0 answers

log4j2 in Tomcat 8: Unexpected log rotation

I tried to fix a log rotation problem with log4j2 in a webapp running on Apache Tomcat/8.0.32 (Ubuntu) on Ubuntu 16.04.4 (see related stackoverflow question). Tomcat runs on OracleJRE 1.8.0_181. I switched the complete Apache Tomcat installation…
fireandfuel
  • 101
  • 3
0
votes
0 answers

Share one app on different hosts

We have configured multiple hosts, every host has a different ROOT-App
wutzebaer
  • 129
  • 8