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

Tomcat is logging everything to stdout

I have Tomcat 6 installed as a Windows service. All log messages from my web application dreambear (logged with getServletContext().log()) are going to the stdout log instead of the log file I specified. This happened even before I added the…
Bart van Heukelom
  • 1,199
  • 5
  • 20
  • 41
0
votes
1 answer

Remotely deploy .war file into tomcat webapps

I have tomcat5.x and tomcat6 running on different machines. I usually use scp to deploy .war file to tomcat servers. Is there any other way to remotely deploy? Thank you!
user53864
  • 1,653
  • 8
  • 36
  • 66
0
votes
4 answers

What is the most appropriate place to place tomcat in a RHEL/Centos Environment

Developing a virtual machine that will be managed by IT Admins - where is the most appropriate or commonly accepted place to install the tomcat directory on a CentOS system?
user418898
0
votes
1 answer

Point root domain to one server and all sub-domains to another server

I have a requirement where I want to point my root domain i.e www.abc.com or abc.com to one server (static website) and *.abc.com to another server (application server) I have bought domain from godaddy, I want godaddy to host my static website i.e…
0
votes
1 answer

Configuring ssl in tomcat6

How to configure ssl for testing on local machine with windows and tomcat6 to enter sites like http://localhost:8443? Thanks
Dmytro
  • 111
  • 3
0
votes
2 answers

Tomcat not shutting down in Red Hat 5.5

I'm running a Tomcat 6 server on a Red Hat 5.5 machine that I don't have root access for, although I do own all of the Tomcat files. The server starts up fine when I run startup.sh, but for some reason shutdown.sh doesn't take down the server. Do…
user47895
0
votes
2 answers

In Ubuntu 10.04, how can I add the "manager" webapp to a private tomcat6 instance?

I created a tomcat6 instance using the tomcat6-instance-create command from the tomcat6-user package. However, there are no webapps by default, and I want to add the "manager" webapp to this instance. For the system-wide tomcat6, this would be…
Matthew
  • 101
  • 1
0
votes
2 answers

New tomcat install on OSX choking on startup

I've completed a fresh install of Tomcat6 on an OS X box that didn't have it before. It's behaved a bit strangely in other ways, but the current hang-up is that it won't start at all. In response to running startup.sh, the catalina.out log collects…
baudot
0
votes
1 answer

Force Tomcat6 to server all *.manifest files as text/cache-manifest?

How do I configure tomcat to server all .manifest files as text/cache-manifest? I'm trying to create an offline cache, and this is tripping me up.
Stefan Kendall
  • 1,069
  • 3
  • 17
  • 33
0
votes
1 answer

Tomcat abnormal shutdown

I have tomcat 6 running perfectly all jsp files tested and working, but Tomcat get closed abnormally any time, i am not able to diagnose the cause. Suggest how to diagnose.
Jaswinder
0
votes
2 answers

tomcat6 on ubuntu fails when user set to root

I'm well aware that running tomcat6 is really bad from a security point of view - and opens the box it is running on to all kinds of security risks and attack vectors. That said: When I change the entry in the /etc/init.d/tomcat6…
Hawkeye
  • 2,669
  • 9
  • 30
  • 34
0
votes
1 answer

Tomcat 6 Windows Server 64 Redirect Connector Fails

So is there some problem with running the Tomcat connectors under a 64 bit windows OS? Here's my configuration: Windows Server 2003 64 bit Intel Xeon Tomcat 6.0.26 JVM 1.6.0 (64bit) ISAPI Redirect Connector 1.2.30.0 (64 bit) Calling the IP…
Rafe
  • 103
  • 4
0
votes
1 answer

Trying to install mod_proxy in Apache-Httpd-2.2.15

I have spent the afternoon trying to install the mod_proxy module into apache. I have tried ./configure --prefix=/opt/apache2 --enable-proxy --enable-proxy-http ./configure --prefix=/opt/apache2 --enable-module=proxy After it finishes installing,…
Dspace
0
votes
1 answer

What does "Caching service dependencies ..." mean?

When I shut down Tomcat I get the following: * Caching service dependencies... [ ok ] * Stopping Tomcat... [ !! ] What does Caching service dependencies mean?
Arne Evertsson
  • 183
  • 3
  • 12
0
votes
1 answer

Cannot ping Localhost so I can't shutdown Tomcat

I installed Tomcat 6 using the tar-ball via wget. Startup of the server is fine but on shutdown I get a timeout exception. root@88:/usr/local/tomcat/logs# /usr/local/tomcat/bin/shutdown.sh Using CATALINA_BASE: /usr/local/tomcat Using…
gav
  • 473
  • 2
  • 7
  • 17
1 2 3
18
19