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

Tomcat and Apache webserver on same machine

I need to install ODK Aggregate on my CentOS 6 Server which is already running Apache HTTP on both 80 and 443 (80 is redirecting to 443 to force secure connection). I was reading ODK and it require Tomcat 6. I read here and on StackOverflow that…
Esselans
  • 125
  • 1
  • 7
0
votes
0 answers

Unable to install tomcat using aws cloud formation scripts

I'm very new to the AWS services. I'm trying to use the AWS cloud formation and I created a template. I am unable to create machines using that cause everytime the launch config tries to install the tomcat , it fails and then everything is rolled …
0
votes
1 answer

Forbidden, when accessing public dir with Apache 2.2.22 + Tomcat

I need make /var/html/tomcat/public_www/ accessible from public, but I can't figure out why I still getting Forbidden error page. The permission of this folder are set to 777 & the folder has the same over:group as Apache process. In the Apache log…
Peter Jurkovič
  • 155
  • 1
  • 1
  • 8
0
votes
1 answer

Server not finding files created on certain date

I'm getting this error on 4 .svg images when loading a page: Failed to load resource: the server responded with a status of 404 (Not Found) There are about 15 other .svg images located in the same directory that the server is able to find using…
gary69
  • 119
  • 1
  • 7
0
votes
0 answers

Switching reverse proxy from apache2 to nginx: case remote tomcat server

I am in the process of switching from apache to nginx as reverse proxy as new knowledge has been gained around better resource usage of nginx. Since I have apache experience , it took me some time and research to figure out the root part of the…
black sensei
  • 609
  • 3
  • 10
  • 25
0
votes
1 answer

Robohelp install, Tomcat issues

I have a co-worker whose been trying to get Robohelp working on a windows 2003 server. They followed the instructions for installing the product but when we try to connect to the robohelp admin with the default login of admin/admin we get a message…
jasoncrider
  • 134
  • 2
  • 13
0
votes
0 answers

Can't create cores on solr 5.2.x due to access rights

I have installed solr 5.2.1 on Ubuntu 14.04 LTS with Java 8.0_51 Somehow the system does not let me create cores. Not through the webmin interface and not through CLI. It seems to be an access right problem. I therefore created the data and conf…
merlin
  • 2,093
  • 11
  • 39
  • 78
0
votes
1 answer

Need to setup depend services of tomcat and mysql

Trying to set service depend on each other, the command which I am using for it is as below. dependencies are not setting up. seems like there is somw thing wrong with my command : sc config tomcat6 depend=mysql I got this commands from How to add…
0
votes
1 answer

Is there a way to look for files on Apache, then if not found, look in Tomcat?

I have a web application project with very large media files and I would like them seperate from the rest of the application but remain in the same path. So for example,if I have a file in the apache document…
Native
  • 65
  • 8
0
votes
1 answer

Dealing with web applications who have very large media folders

I'm in the process of updating a legacy system to use current technologies. One of my tasks was to allow the many different file-based projects to deploy as WAR files which tomcat would extract. Now I'm having trouble with two projects in particular…
Native
  • 65
  • 8
0
votes
1 answer

Apache not proxying HTTPS requests to tomcat

Centos 7, Apache 2.4, TomCat 7.0.52, Java 1.7 I am trying to configure Apache to proxy a tomcat server (running Jira / Confluence) using HTTPS: (HTTPS:443) -> ApacheServer -> (HTTP:8090 or HTTPS:8091) TomCat Currently HTTP proxying works perfectly…
ZZ9
  • 888
  • 3
  • 16
  • 47
0
votes
1 answer

fail2ban config failregex for Tomcat 8

The current fail2ban version 0.9.1 does not have a pre-configured filter for Tomcat. In case anyone needs it, here is a regex that works for me. Note that my application is not expected to have any 404 errors. For a more typical website, consider…
0
votes
0 answers

Tomcat + Railo: Error to start

Today I run updates in Ubuntu 12.04. I have done a reboot of the server. But tomcat can no longer to boot. These are the errors: /opt/railo/railo_ctl restart * Shutting down Railo: Jul 18, 2015 4:16:05 PM org.apache.catalina.startup.Catalina…
Ivan
  • 101
  • 3
0
votes
1 answer

AJP Connector not working? (404 error)

I'm trying to connect the Apache WebServer (2.4.10) to Tomcat 7, both located in two different VMs. It's my first time using those tools. From what I understood a method to check if the connection is working is to try to access to Tomcat using the…
RVKS
  • 1
  • 3
0
votes
1 answer

XSS Vulnerability with PCI RapidComply

I have a website hosted on an Apache Tomcat 7 server that uses the Authorize.net gateway and merchant services to handle payment. I recently ran a required PCI Compliance test against my website, and it failed due to a Reflected…
Bob .
  • 103
  • 1