Top "Tomcat6" questions

Version 6.x (December 2006) of the Apache Tomcat servlet container.

How to change the port of Tomcat from 8080 to 80?

I want to execute my web app as http://localhost.

tomcat tomcat6
Proxy Error 502 : The proxy server received an invalid response from an upstream server

We are building a mass mailing sending application in Java. Mail is being send by third party SMTP. After sending 400…

java email proxy tomcat6
Error With Port 8080 already in use

Can anyone help me to solve the following case? I am trying to generate my first web site using java …

eclipse tomcat6 ubuntu-9.10
How to solve could not create the virtual machine error of Java Virtual Machine Launcher?

I am working on java wicket framework and Apache tomcat. Here I have Problem when i tried to start tomcat …

java eclipse version wicket tomcat6
How to change the ROOT application?

I'm trying to change the default application of a Tomcat 6 webserver to a different application than "ROOT" (inside webapps folder). …

tomcat tomcat6
How to set level logging to DEBUG in Tomcat?

I would like to set level logging to DEBUG in tomcat but in console nevertheless only INFO and WARN output. …

debugging tomcat logging tomcat7 tomcat6
CATALINA_HOME environmental variable is not defined correctly

I installed Apache Tomcat 6.0 to a C:/Program Files folder and I set the environmental variables JAVA_HOME and CATALINA_…

tomcat6 catalina
Increase permgen space

I am working with tomcat 6.0, and while I am indexing (not while i am starting tomcat), I have a permgen …

java tomcat tomcat6 permgen
FAIL - Application at context path /Hello could not be started

I'm trying to deploy new web application in Tomcat 6.0, but whenever I click on start button, I repeatedly getting FAIL …

deployment tomcat tomcat6
JAX-WS and BASIC authentication, when user names and passwords are in a database

I'm new to JAX-WS and there's a thing which I don't understand. There's a ton of tutorials available on how …

java jax-ws tomcat6 basic-authentication