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

Setting up Tomcat6 properly in Ubuntu 10.04

We have a Tomcat6 instance running on Ubuntu 10.04LTS. Our test box was just a Windows machine running Tomcat6. Both machines (Linux and Windows) have 1GB of ram. Via the Tomcat configuration tool in windows, I was able to set the min/max/permgen…
aasukisuki
  • 113
  • 1
  • 5
1
vote
2 answers

Tomcat6 on RHEL 5.5

Based on the answer to a similar question (CentOS) I have installed the jPackage .repo file and attempted sudo yum install tomcat6. I am met with the following error messages: --> Finished Dependency…
Bryson
  • 263
  • 1
  • 2
  • 9
1
vote
2 answers

Issue replacing SSL certificate with renewed one on Tomcat 6.0 (using keytool)

I have SSL up and running and in use with a Tomcat 6.0 webapp. Recently, the SSL cert (A VeriSign cert) expired , I exported a Certificate Sign Request (CSR) went through the process, and received a certificate file with the correct information. The…
SeanKilleen
  • 1,073
  • 8
  • 25
  • 38
1
vote
1 answer

Setting Environment Variable for Tomcat 6 Servlet

I'm using Ubuntu's default installation of Tomcat 6. I'm deploying a ROOT.war, and trying to set an environment variable specific to it, i.e. accessible from System.getenv() in the Servlet.init(config). According to the docs…
jennykwan
  • 141
  • 7
1
vote
1 answer

Requiring a password for every webapp under Tomcat

This guide shows how to configure a user/pass authentication for a specific webapp. How can I configure Tomcat to require a global user/pass for all the webapps?
ripper234
  • 5,710
  • 9
  • 40
  • 49
1
vote
1 answer

Tomcat-6: manager for specific host

I have Linux server with one Tomcat-6 installation and many hosts. All hosts are configured in /etc/tomcat/server.xml , each host points to different folder and webapps folder. Is there any way to give access to each hosts owner to…
1
vote
1 answer

Deployment routine for WAR archive on Windows / Tomcat 6 without downtime?

We have an web application running on Tomcat 6 (on WS2K3) which is updated every week as of a new release. Currently, we have a very simple batch script that every night checks the content of one folder on the server, if a war file exists it closes…
dadver
  • 183
  • 1
  • 11
1
vote
2 answers

Tomcat - additional classpath

We have set up Tomcat 6 with [TOMCAT_HOME]/lib - here is the standard tomcat release [TOMCAT_BASE]/lib - here we like to add non standard additional jar file However somehow I don't manage to get [TOMCAT_BASE]/lib jar files to be picked up by…
s5804
  • 745
  • 1
  • 6
  • 8
1
vote
2 answers

Tomcat6 vhost problem

I've been using vhosts on my XP dev machine with little to no problems, but I can't seem to duplicate the environment on Ubuntu. I've already added a line to /etc/hosts like so: 127.0.0.1 localhost 127.0.0.1 test # ADDED Then, a new Host…
edl
  • 111
  • 2
1
vote
1 answer

Tomcat: List of Command Line Parameter/Arguments

I've moved a Production application from Tomcat 5.5.23 to 6.0.29, and my question is - are my command line arguments/parameters still valid? export JAVA_OPTS="-Xms1024m -Xmx2048m -XX:MaxPermSize=192m …
OMG Ponies
  • 396
  • 1
  • 7
1
vote
1 answer

Number of war files on Tomcat 6.0

How many war files be deployed on a Tomcat 6.0 server?
Amit
1
vote
1 answer

Configuring Ubuntu as a webserver for tomcat

Our SysAdmin has been in an accident and is out of action (Coma) for a while and we're in desperate need of setting up Confluence on our clients domain, as the resident "java drinker" at work I've been tasked with setting up Tomcat+Confluence on an…
Fionna Davids
1
vote
4 answers

Fix a tomcat6 error message "/bin/bash already running" when starting tomcat?

I have a Ubuntu 10.04 machine that has tomcat6 on it. When I start tomcat6 with /etc/init.d/tomcat6 start I get * Starting Tomcat servlet engine tomcat6 /bin/bash already running. and the server fails to start. Unfortunately, there is nothing in…
Andrew
  • 143
  • 1
  • 7
1
vote
3 answers

Problems getting JPackage to see Sun JVM on CentOS5

I'm looking to get Tomcat6 on CentOS 5 in an entirely RPM-based way. JPackage seems to be a great option for this, so I've added the repo and now I'm trying to get it to work. The instructions say to install the RPM-based JDK download from Sun, so I…
Bart B
  • 3,419
  • 6
  • 30
  • 42
1
vote
1 answer

Tomcat Prevent external access to ROOT and other webapps

I have a Tomcat 6 server running just fine. I have external access working. I wanted to know how to prevent someone from seeing specific webapps, for example, I dont want external access to the ROOT tomcat page. How would I go about preventing some…
gmcalab
  • 183
  • 10