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

Will tomcat connect to the port it is configured to as soon as it started?

I'm a newbie in this area. I want to know if I can listen to port 80 which tomcat is configured with as soon as the tomcat service has started. No applications have been deployed to it yet.
Alexander Suraphel
  • 525
  • 1
  • 5
  • 13
0
votes
1 answer

Tomcat 8 installation

I am installing tomcat 8 to unbuntu 14.04 and have been following this tutorial: How to install Apache Tomcat 8 on Ubuntu 14.04 I'm at the stage of installing an upstart script in /etc/init/tomcat.conf. The problem is that i am trying to replicate…
user3385136
  • 121
  • 1
  • 5
0
votes
1 answer

Unable to copy war file from local directory to webapps of tomcat stack in Google Cloud because of permissions

I am doing one android application (client-Server type). Up to now ,I installed tomcat in my system itself . So now server is my computer and client is my phone Now I want to deploy my server components(.war file) in to tomcat stack of Google Cloud…
0
votes
2 answers

Tuning Tomcat java app with Apache reverse proxy and Postgresql

Looks like my apache reverse proxy may be acting as the bottleneck and bogging down the number of requests users can make. I run Apache and Tomcat on server1, which has 96 gb RAM, rhel5 x64, 24 cores. Pretty beefy. The Postgresql database runs on…
Nick
  • 101
0
votes
0 answers

Apache web server response header expires

I've got an app that runs on a tomcat web server, and I use mod-jk on my apache web server side. I think I've managed to configure everything to work seamlessly, I ran into issues when I wanted to cache static assets on webserver, for some reason my…
c0mrade
  • 81
  • 1
  • 11
0
votes
0 answers

Cannot access apache2 and tomcat running on my ec2-instance

My ec2 ubuntu instance has apache2 working on port 80 and tomcat working on 8080. I'm not able to access them from my browser, i checked the access.log for apache2 it doesn't show the request coming in. My checklist : AWS Security Group , all…
0
votes
1 answer

How to override default `solr.home` in XML files under `Catalina/localhost`?

I'm trying to configure two instances of Solr on the same host and I'd like to override solr.home for each instance. I've created two files under Catalina/localhost/ as suggested in Solr Tomcat wiki: $ cat solr-prod.xml
kenorb
  • 6,499
  • 2
  • 46
  • 54
0
votes
0 answers

Tomcat hangs at "Deploying web application directory..."

I am trying to setup Tomcat application server in an Ubuntu server. When I am trying to start tomcat server it hangs at deployment stage. If I try http://localhost:8080, its taking infinity time to load and nothing coming. There is no .war in…
ASDF
  • 1
  • 1
  • 3
0
votes
0 answers

Tomcat and domain and SSL

I have tomcat 8.x running on port 8080 (for http) and 8082 (https) on Windows Server 2008 r2. I need to add a legitimate signed certificate instead of a self signed one. I acquired a certificate for the domain (example.com). The domain is pointed to…
Jay
  • 1
0
votes
1 answer

Tomcat7 ignoring JAVA_HOME

I have been trying to start tomcat7 server without success. I am using the Raspbian distro in a RaspberryPI. When I try to start tomcat: $ sudo service tomcat7 start [FAIL] no JDK found - please set JAVA_HOME ... failed! However $ echo $JAVA_HOME…
eversor
  • 101
  • 2
0
votes
1 answer

unable to access Apache Tomcat server on WIndows Server 2003 externally

I am running Apache Tomcat 8.0.21 on Windows Server 2003. I have set the connector port to 3001. I am able to access Apache Tomcat server sitting on the machine where server is installed through localhost:3001. In addition to it, I have set the…
0
votes
1 answer

No response from a remote linux server on specified ports

I have a remote CentOS 6.5 server that is running a tomcat 8 web server (AKA servlet) on port 54321 and I can't access it from my computer, although I'm establishing a successful SSH connection (that's how all the following log/command samples…
fatsokol
  • 103
  • 3
0
votes
1 answer

Nginx + Tomcat virtual hosts

I need to configure Nginx as a reverse proxy for Tomcat. The problem is when I try to access the web application through a subdomain (myapp.domain.com), in this case is displayed Tomcat webapps root, not myapp. Nginx conf server { listen 80; …
csaffi
  • 1
  • 1
0
votes
1 answer

Tomcat CPU and GC going crazy

Having some major issues with our Tomcat 7 installation. It used to run fine for over a year, but now the CPU is mainly at 400% - 700% (8 core machine) and in the logs I see tones of these: 2015-04-01T23:05:13.046+0200: 5177.229:…
Nitai
  • 111
  • 1
  • 4
0
votes
1 answer

Not able to access Tomcat webserver from another machine in the LAN

I have setup the basic tomcat website (tomcat 8.0.3) on a server inside my company LAN. From my work computer if I try to access the website by typing it into google chrome it is not working. The IP of the computer on which the Tomcat server is…
liv2hak
  • 303
  • 4
  • 13
  • 25
1 2 3
99
100