Questions tagged [tomcat]

Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies released under the Apache License version 2. The Tomcat project started at Sun Microsystems and was donated by Sun to the Apache Software Foundation in 1999.

Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed under the Java Community Process. Apache Tomcat is developed in an open and participatory environment and released under the Apache License version 2.

The Tomcat projects started at Sun Microsystems as the reference implementation of the Java Servlet and Java Server Pages Specifications. The Java Community Process (JCP) site contains all the details of those specifications.

The Tomcat code base was donated by Sun to the Apache Software Foundation in 1999, and the first Apache release was version 3.0. Since then, multiple volunteers from Sun and numerous other organizations have contributed to the product. There have been multiple major releases and the product has enjoyed considerable industry adoption as well as a healthy and active community. Each major release is aligned to a version of the Servlet Specification.

In 2005, Tomcat became its own top-level Apache project, leaving the Jakarta umbrella and oversight structure to manage itself.

2232 questions
0
votes
0 answers

How to stop org.apache.jasper.servlet.TldScanner.scanJars via my war file's local context.xml in Tomcat 8?

I'm trying to prevent the... [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no…
dacracot
  • 469
  • 2
  • 13
  • 28
0
votes
0 answers

Nginx in front of tomcat

I have a java app which has login section for all users (http://192.168.0.101:8080/login) and admin section for admins(http://192.168.0.101:8080/admin). I want to run this app in two servers for different users. http://192.168.0.101:8080/ >> Normal…
0
votes
1 answer

Merge several tomcat access-logs lines in one line

I need your help. I want to log the access on my Apache Tomcat webserver on SLES 12. He is running and he is logging normally. But when I visit the site, tomcat is writing 8 lines into the localhost_access_log.txt file. Like this: 10.XXX.XX.XXX - -…
jns
  • 3
  • 2
0
votes
0 answers

Tomcat 8.5 w/Java 8 and openssl 1.0.1: Can't get port 8443 to respond

Hoping for some help getting the SSL 8443 port to accept https connections. Have the following setup: CentOS: 2.6.32-220.el6.i686 Java: 1.8.0-openjdk-1.8.0.91-3.b14.el6_8.i386 OpenSSL: 1.0.1e-48.el6_8.1 Tomcat: 8.5.4 Apr-devel: …
weq92f
  • 11
  • 3
0
votes
1 answer

How to deploy a WAR in AWS Beanstalk with high availability

I'm using AWS Beanstalk (Tomcat) with two EC2 instances. I have minimum and maximum instances count to 2 and Any 2 in Availability zones. I was expecting high availability when deploying a new WAR according to Beanstalk FAQ, but when ELB resolves to…
0
votes
1 answer

Apache Tomcat Default App

I am using ubuntu-16.04 and have been trying to work with Tomcat. My version is: Apache Tomcat/8.0.36. I have an app in http://localhost:8080/mynewapp which i wanted to access as root app, that means i want to see my app when i access…
Fahad Ahammed
  • 113
  • 1
  • 7
0
votes
0 answers

How to configure a Tomcat 7 TLS connector for maximum security

I'm trying to configure a Tomcat 7 TLS connector for best possible security. To test, I'm allowing the Qualsys test to run against my server. However I keep failing on the following points: This server is vulnerable to the POODLE attack. If…
Aditya K
  • 923
  • 3
  • 13
  • 24
0
votes
1 answer

How do I stop other users launching a script?

We have this problem where people start the tomcat server as root and that causes start up issues. We have a script and want to force system admins to start tomcat using the script which starts tomcat as webuser. Can I modify catalina.sh or through…
skillguru
  • 113
  • 4
0
votes
1 answer

Convert Key file and Cer file to keystore

My boss has used Openssl to buy a certificate and now I have this files: a key file, (yourdomain.key), a csr file (yourdomain.csr), a cer file (my_domain.cer) (IIS SSL Certificate (PKCS#7) received from comodo.com) The file .cer has…
Võ Quang Hòa
  • 101
  • 1
  • 1
0
votes
1 answer

Supporting different TLS versions by service on a tomcat web application

I have a legacy web application that runs on Tomcat7 with Java6 and makes web service calls to multiple external services. One of those service providers has decided to end support for TLS1. I tried to upgrade the JVM to java7 and java8 and see what…
0
votes
0 answers

Handling state full requests in load balanced ecosystem

I have a scenario where a web application is running on tomcat server and there is a load balancer that is managing multiple instances of tomcat sharing the same web application, suppose instances are Inst1, Inst2, Inst3. There is also a lower level…
aj1984
  • 111
  • 1
0
votes
1 answer

Window can not find catalina.bat, even catalina is exist

When I try start tomcat in IDEA it gives me the below error message: Error running Tomcat 8.0.35: Cannot run program "D:\Tomcat\apache-tomcat-8.0.35\bin\catalina.bat" (in directory "D:\Tomcat\apache-tomcat-8.0.35\bin"): CreateProcess error=2,…
MingLiu
  • 9
  • 1
  • 2
0
votes
0 answers

elb / apache server latency

I'm running Apache/2.4.7 on m4.larges in AWS behind ELBs. The overwhelming majority of my traffic is simple one off requests from naive clients, not web pages. The configuration is old and time tested, but two weeks ago I migrated the deployment to…
jwilner
  • 121
  • 6
0
votes
1 answer

apache hangs when tomcat fails

I have apache in front of Tomcat, using mod_rewrite and mod_proxy to relay requests while serving static content directly. The Tomcat server can get bogged down and stop responding, or just plain crash. My problem is that in those cases it takes the…
itsadok
  • 1,869
  • 5
  • 22
  • 33
0
votes
1 answer

How to divert request from apache to multiple servers ports (Zope 8080, Tomcat 8081 etc.)?

Hi I am running multiple applications on the same machine like Plone which is using ZOPE application server that is running on port 8080 and Tomcat which is hosting multiple web applications and running on port 8081. I want to redirect all my…
Akshat
  • 1
  • 1