Top "Tomcat6" questions

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

javax.naming.NameNotFoundException: Name jdbc is not bound in this Context

Am working on web Services... and am a beginner, Am trying to get Oracle Db connection in a service File …

web-services jdbc error-handling tomcat6
java.lang.Exception: Input not an X.509 certificate :keytool error

I want to activate https in tomcat 6. When I import the SSL certificate then I got below stated error : keytool …

https tomcat6 keytool x509
How to set context path in Tomcat so one could enter the site without appending the deployed folder name?

I read about this on Tomcat guide here and some SO questions. And I think I'm pretty much doing the …

java tomcat deployment tomcat6
Remove jsessionid from URL

I'm working on a project with the following technologies: Spring ShiroFilter PrettyFaces Tomcat server While I'm deploying it on tomcat …

spring tomcat6 shiro prettyfaces
Change Tomcat's Charset.defaultCharset in windows

I'm using tomcat 6.0.32 in windows 7. Inside a very simple servlet, inside the init method, I'm printing: System.out.println(Charset.…

java tomcat servlets character-encoding tomcat6
Why I can not start my tomcat from command line?

I downloaded tomcat version 7.0.16 binary distributions core tar.gz from tomcat's official website to my ubuntu machine, then extracted the …

tomcat tomcat6 tomcat7
Cannot create PoolableConnectionFactory (Access denied for user ''@'localhost'

I have been trying to set up a DatabaseConnectionPool for a web app for the last couple of days with …

mysql datasource tomcat6 mysql-error-1045
How to embed Tomcat 6?

I'm currently running my webapps on Tomcat 6 in production, and would like to evaluate running Tomcat in embedded mode. Is …

java tomcat tomcat6
Tomcat Webapp on port 80

I have a webapp on my tomcat server like this: mydomain.com:8080/mywebapp Then I connect to my webapp, and …

java tomcat tomcat6
Using EL 2.2 with Tomcat 6.0.24

With JSF 2 you should be able to do this: <h:commandButton action="#{myBean.myAction(myParameter)}"/> which would then …

jsf parameters action tomcat6