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 Page Instead of Jenkins

I've just installed Jenkins on my Ubuntu 15.04. The installation was using 'apt-get' command which ended successfully. But now when I browse 'http://localhost:8080' or 'http://localhost:8080/jenkins' nothing worked. Just tomcat server's page is…
Khuram
  • 101
  • 2
  • 11
0
votes
1 answer

Using Tomcat behind Apache2 Http with different context paths

On our Ubuntu webserver we have a Apache2 HTTP server in conjunction with an JSF application running on an Tomcat8 application server using AJP 1.3 connector and HTTPS/SSL. I want my app which runs on localhost:8009/myApp/ to be accessible from …
Raphael Roth
  • 101
  • 2
0
votes
1 answer

Multiple sites one one physical windows server

What I have: Domain, registered by GoDaddy (lets imagine that it named mysite.com) AWS EC2 server instance, Windows Server 2012 R2 Static IP address provided by Amazon Elastic IP and assigned to this server Installed Jira on port 7010 Installed…
0
votes
1 answer

Improving high IOps Folder (Tomcat and Vmware)

Good day. We're moving a Tomcat from a physical server to one virtual Server. In the physical, and because the high IOps for the temp folder (¡developers!) we bought a Ramdisk software. My question is... Will a ramdisk software work in a vmware…
Carlos Garcia
  • 318
  • 3
  • 12
0
votes
1 answer

Tomcat startup with security-manager - CentOS

I've seen this topic before, and the solution given works. However, it doesn't fit in my needs, since it's granting read access to every directory, by setting this catalina.policy: grant { permission java.security.AllPermission; }; So, my question…
0
votes
1 answer

Disadvantage of multiple tomcat instance in single server

We are Having One single Ubuntu server in cloud and we had planned to deploy Two Tomcat instance in single server. It is advisable to deploy two tomcat Instance in a single server Please tell what are the disadvantages Using two tomcat in single…
0
votes
1 answer

GitBlit behind nginx keeps adding superfluous /gitblit/ on login/logout operations

I set up Gitblit within Tomcat on a server. I want it to be accessible via https://git.mydomain.tld. So far, this works but it has one little quirk. Whenever a user logs in to Gitblit, it redirects to https://git.mydomain.tld/gitblit/;jsessionid=...…
Sascha Kaupp
  • 101
  • 2
0
votes
1 answer

Tomcat 8 Permissions Issues (Windows)

I'm currently trying to troubleshoot an issue with a Java web application that is stumping me along with the vendor of the software. We're running on Windows Server 2012 with Tomcat 8. In my scenario, the application uses an installer to set up the…
Steve Platz
  • 173
  • 1
  • 3
  • 9
0
votes
1 answer

Restart Alfresco / Tomcat

When I am trying to restart Alfresco, it stops with this message: p@p:~/alfresco-5.0.d$ ./alfresco.sh restart Using CATALINA_BASE: /home/p/alfresco-5.0.d/tomcat Using CATALINA_HOME: /home/p/alfresco-5.0.d/tomcat Using…
PRVS
  • 135
  • 1
  • 9
0
votes
0 answers

Tomcat seems to start but no process is running

In installed Tomcat 8.0.21 on /opt. When I run the startup.sh the following output is displayed. However, no Tomcat process (8080) is running and the wars I copy on webapps are not unzipped. Ideas? Using CATALINA_BASE: …
Eamonn Kenny
  • 101
  • 1
0
votes
4 answers

Can't login to Manager App in Tomcat 6.0.18

Folks, I can't login to the manager app (localhost:8080/manager/html) in my Tomcat. More specifically, it asks for my username and password, and the ones supposed to be correct aren't accepted. Here's what I already checked: I tried editing my…
Rafael Almeida
  • 196
  • 1
  • 2
  • 7
0
votes
2 answers

Apache proxy wrong browser url

I am using the following VirtualHost and mod_proxy to proxy all requests for my 'api' subdomain to my Java webservice which is located at webapps/webservice on my Tomcat. ServerName api.mydoamin.com ProxyRequests Off …
Rico Ocepek
  • 103
  • 5
0
votes
1 answer

Tomcat and Apache parallel usage on different subdomains

I have just set up an Ubuntu server with Tomcat7 and Apache2. Apache is running on port 80, Tomcat on port 8080. What I want to do now is to redirect certain subdomains to Tomcat. mydomain.com => Apache root www.mydomain.com => Apache…
Rico Ocepek
  • 103
  • 5
0
votes
1 answer

Can you redirect a user to a specific version in Tomcats parallel deployment

When using Tomcats parallell deployment, Tomcat redirects users to different version according to this scheme: If no session information is present in the request, use the latest version. If session information is present in the request, check the…
Brimstedt
  • 151
  • 1
  • 12
0
votes
2 answers

SSL/TLS via Tomcat - replaced keystore, still weak DH

I am presently in a battle with a stubborn SSL implementation. I replaced the old keystore with a keystore that included: a certificate from a public CA (yay no more self signed!) an intermediate certificate (godaddy) 2048-bit length cert/key,…
nthieling
  • 103
  • 1
  • 4