Top "Tomcat6" questions

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

Eclipse: The selection did not contain any resource that can run on a server

I am not able to run maven java web application project to the configured tomcat within eclipse ide. Initially I …

eclipse tomcat6 m2eclipse web-deployment
Invalid keystore format with SSL in Tomcat 6

I'm trying to setup SSL in my local Tomcat 6 installation. For this, I followed the official How-To doing the following: $…

ssl tomcat6
Tomcat: Restrict access to localhost for /just one/ webapp

I'm running Tomcat 6 to serve several web apps, most of which are public-facing. But I'd like to restrict access to …

security tomcat webserver tomcat6
Tomcat works but I can't reach http://localhost:8080/

When I run Tomcat from the windows tray, it starts and I can't reach http://localhost:8080/ Tomcat homepage, but if …

eclipse tomcat6
Setting Max HTTP Header Size With AJP / Tomcat 6.0

If you're not using AJP, Tomcat 6.0 Connectors have a nice maxHttpHeaderSize attribute in server.xml. But if you are using …

http tomcat http-headers tomcat6 ajp
Communication between two web application in same server

All, I have 2 web applications, Web1 and Web2, deployed on my tomcat server. I want classes in Web1 to call …

java tomcat servlets tomcat6 cross-context
Why is Jboss "better" than Tomcat?

I'm currently starting a new app development. The app architect insists we use JBoss5 because its "better". Do anyone has …

java tomcat6 jboss5.x
Tomcat 6 in Windows 7

I am having problem with Tomcat 6.0 in Windows 7. I installed it to work with EasyEclipse Server Java and changed it's …

windows-7 tomcat6
Two or more Web modules defined in the configuration have the same context root

I am running tomcat server 6.0, when I tried to run any web app on this server it gives me a …

tomcat tomcat6
How do you map a sub domain to a webapp on Tomcat 6 (including the root webapp)?

subject says it all. What I want is to map each sub domain to a webapp like: http://root.domain.…

tomcat web-applications subdomain tomcat6