Questions tagged [tomcat6]

Open source web server developed by the Apache Software Foundation

Tomcat 6, an open source web server developed by the Apache Software Foundation, was first released in 2006.

Version 6.0 implements the Servlet 2.5 and JavaServer Pages 2.1 specifications from the Java Community Process.

See also:

283 questions
1
vote
0 answers

Updated web-server and now website providing 503

To start with I'm not familiar with web-page hosting Apache/tomcat. I recently updated a private web-server in what may have been the first time in a long time using yum, and now the website is not working. I can go to the https://$server/ page and…
RunThor
  • 197
  • 2
  • 11
1
vote
2 answers

Best way to separate tomcat configuration files for different deployments?

Right now, all application-specific configuration is done in conf/Catalina/localhost/myWebApp.xml, and this file changes between different deployment scenarios (test/production/personal, etc). My initial thought was to create multiple configuration…
Stefan Kendall
  • 1,069
  • 3
  • 17
  • 33
0
votes
1 answer

Database or File System to Server / Accept Short Audio Clips?

I am working on an application that will allow users to play short audio clips (voice recordings), as well upload short clips. I will be using a Java / Tomcat environment. I am wondering if this type of data belongs in a database or a filesystem. …
D.C.
  • 113
  • 3
0
votes
1 answer

Java servlet 404 error tomcat 8 but not tomcat 6

I have a server which I flip back and forth between tomcat 6 and tomcat 8. When I do an HTTP post using the command curl -v -X POST -d @webOpenCnsRealCheatsheet.xml -H Referrer:mobileWMS,LLC -H Content-Type:text/xml…
Tony B
  • 254
  • 2
  • 12
0
votes
1 answer

Tomcat6 disableProxyCaching parameter on Context?

I've just upgraded a large inherited Tomcat5 app server to Tomcat6. In the TC5 config there was a disableProxyCaching="true" parameter on one of the Context tags, but this doesn't appear to be available in Tomcat6. It's not listed in the TC5…
Ex Umbris
  • 804
  • 7
  • 24
0
votes
1 answer

How to Install Tomcat 6.0.x administration web application?

Did you install Tomcat administration web application for Tomcat 6.0.x ? When I browse http://myserver:8080/admin/, it says "Tomcat's administration web application is no longer installed by default. Download and install the "admin" package to use…
Fyodor
0
votes
1 answer

Debugging info for authentication in tomcat

I have a JDBC realm setup and a web-app using basic authentication, but I can't get it to work. It is putting up the password dialog but it never succeeds. If I could get the authentication process to spit out some logs, I would be fine. I have…
Tom A
0
votes
2 answers

Can't start tomcat6 on Fedora12, how to allow through firewall?

I've got a fedora 12 system, and have installed tomcat6 via yum. I can start tomcat by issuing: tomcat6 start I can see this is OK by the catalina.out log file as follows Nov 20, 2009 11:05:08 PM org.apache.catalina.core.AprLifecycleListener…
user155695
  • 290
  • 3
  • 5
  • 14
0
votes
1 answer

Tomcat not running on eclipse

In order to test the spring framework web services locally via Eclipse Mars, I am trying to setup Tomcat. When I tried to set it up on the servers tab, I could only see Tomcat v6 option. and not sure why it always says stopped whenever I try to…
Tan
  • 139
  • 1
  • 2
  • 8
0
votes
1 answer

Execute JSP files in IIS7 and Tomcat6

I want to execute JSP files in on Windows Server having IIS7, Tomcat6 and Java 1.6 installed. Already Installed: Java 1.6 IIS7 Tomcat6 BonCode Apache Tomcat AJP 1.3 Connector Current scenario: I am able to execute JSP files on the server if taken…
0
votes
2 answers

reloadable = true tomcat

i'm running my web app on tomcat 6.0.20. So whenever i edit a java file and compile it, i'm restarting tomcat to reload the class file. I know i can set reloadable = true in server.xml to do this. But. my colleague says we can't trust that option,…
Senthil Kumar
  • 113
  • 1
  • 7
0
votes
1 answer

Honoring 2 SSL Certificates for 2 Domains on a Single Tomcat Instance

We have a single tomcat instance hosting our application. We recently changed domains and wanted to redirect users to the new domain. By using the Tuckey URL rewrite filter, I can redirect requests from one domain to the other. However, I experience…
John Giotta
  • 127
  • 2
  • 9
0
votes
2 answers

How can I use Tomcat’s built-in web server?

How can I use Tomcat’s built-in web server?
None
0
votes
1 answer

SSL offloading from Apache to Tomcat get overwritten somewhere

I was asked to upgrade a server running Apache and Tomcat-6 on Debian Wheezy from HTTP to HTTPS. I have successfully obtained and install SSL certificates on the Apache part and checked that they work (using two different SSL checkers). Next, I have…
Michal Kaut
  • 103
  • 1
  • 3
0
votes
0 answers

SSLv3 seems to be not disabled even after tomcat 6 server xml changes TLSv1

Even after setting in server.xml as sslProtocol="TLSv1" when we do vulnerability check, the below are the details of output.. # /usr/sfw/bin/ > openssl s_client -connect ipaddress:portNo -ssl3 CONNECTED(00000003) verify error:num=19:self signed…
Vijay
  • 101
  • 2