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

HTTPS not working on Tomcat 7

I am trying to add ssl configuration in tomcat 7 in ubuntu 11.10 but it is not working and there are no errors in logs. I added in server.xml this:
maria
  • 1
  • 1
0
votes
2 answers

Apache 2.2 reverse proxy connection to tomcat hangs then returns 502 Proxy Error

I am running: Apache/2.2.15 (Unix) on CentOS release 6.6 (Final) I am running a reverse proxy that forwards requests on to a tomcat server running on localhost:8080. My config looks like this: .... Order…
0
votes
1 answer

Configure Database Properties for Tomcat Webapp

I setup a sample application in Tomcat but have trouble getting the database connection working. It is a standard WAR package written in Spring framework and uses a MySQL database. The application is the Granny Address Book from…
Pete Cornell
  • 128
  • 1
  • 5
0
votes
0 answers

Tomcat: Redirect 403 to 404

I am running Tomcat 8.0.30, and want to redirect all requests that result in a 403 (Forbidden) to 404 (Not Found). The idea is that if someone uses something like DirBuster, it will look like any files/directories that result in a 403 error are not…
user1722919
  • 15
  • 1
  • 4
0
votes
2 answers

Tomcat 7 installation didn't require configure, make and make install commands

I recently installed apache tomcat 7.0.67 on rhel 6 64-bit platform. All I did was simply unzipping tar.gz file into a specified directory where I have read/write access. I was able to deploy a web app and be able to access its resources from a…
DaeYoung
  • 185
  • 1
  • 1
  • 6
0
votes
1 answer

Cyclos4 - Apache as frontend for a Tomcat app

I just install Cyclos4 software into my server. I can access to the app via: http://IP:8080/cyclos Now I'm trying to access to the app without having to write the port and the /cyclos. I follow Cyclos's…
user333214
0
votes
0 answers

How to I diagnose downloads slowing over time?

I am trying to track down a strange networking problem. Basically, a http download from a tomcat server is slowing down over time. For example, the download speed starts at 700kb, then slows to 650, 600, 550, 500, etc. I have heard TCP/IP windowing…
GC_
  • 211
  • 2
  • 6
0
votes
1 answer

Traceroute an IP address with apache tomcat

Is it possible to get the traceroute from an incoming http request in tomcat? What I would like to get is a list of all routing points that a http request took. Is that somehow technically possible or with some other http server?
Tom Tom
  • 27
  • 1
  • 7
0
votes
0 answers

Tomcat7 starting before networking comes up

So I am having an issue with Tomcat7 on centos/rhel On this server we have 2 tomcat instances and to separate them we bind the HTTP and HTTPS connectors to an IP address. What seems to be happening on a server reboot is the connectors do not…
Deldran
  • 11
  • 3
0
votes
1 answer

Tomcat crashing with no error

I am running tomcat 7 on debian 7.9 dedicated server with several applications running on it and last time tomcat behavior is really strange. First after tomcat starts it takes all the assigned RAM (7 GB) and after that the RAM usage is slowly…
Welite
  • 29
  • 3
  • 8
0
votes
1 answer

Hide Original URL using mod_proxy

I have been successfully able to use ProxyPass and ProxyPassReverse to reverse-proxy an application running under a Tomcat Server. However, the challenge is that I want to use a fake URL, to obfuscate completely the path of the original…
0
votes
2 answers

allowing access to Tomcat 6 manager on specific interface only

I have Tomcat 6 installed on a server with multiple network interfaces; one is public-facing, and the other is on our internal network. Is there a way to configure Tomcat such that internal users are allowed to (attempt to) log in to the manager…
Dan O
  • 103
  • 4
0
votes
0 answers

Nginx + SSL Certificate for Encryption purposes Issue

Sorry I'm not a sys admin. I'm trying to install my SSL Certificate for encrypt purposes and to use Nginx as a frontend of my Tomcat Alfresco application. I just can't reach my domain with HTTPS as desired, I receive these messages on each browser…
augustus182l
  • 101
  • 2
0
votes
1 answer

SSL offloading with Apache and tomcat giving infinite looping | mod_proxy_ajp

I am working on a setup with following configurations Load Balancer -> Apache Web server ( 2) -> Application deployed on tomcat ( 5 nodes by clustering) In the deployed application, we do have some secure sections which needs to be accessed…
Umesh Awasthi
  • 81
  • 1
  • 8
0
votes
1 answer

Jira over SSL gives a blank page with symbols

My attempts to configure Jira to work over SSL have not been successful so far. I have followed the steps at: https://confluence.atlassian.com/jira/running-jira-over-ssl-or-https-124008.html My certificate seems to be working (although…
Flightkick
  • 11
  • 2