I followed the steps showed here and deployed my GWT app on the tomcat 7 server. When I run it, it gives me the HTTP 405 error. When I run the same ap开发者_如何学编程p in deploy mode it just runs fin
I am using Spring + Hibernate + Dbcp + Tomcat in my application. For some reason after a recent spring upgrade to version 3.0.6 the application has started to throw the following exception.
In thread related Mbeans of Tomcat I see under Catalina.ThreadPool. there are different attributes viz.开发者_如何学编程 maxThreads, currentThreadCount, currentThreadsBusy etc.
Ok I\'m stumped.I am writing a Spring based app that queries a web service for information to load a SELECT object based on the user\'s id.I\'ve set up the web.xml and servlet xml files, design the in
I\'m using Tomcat and PHP5 with JavaBridge. I have bridged PHP and Java so I can screencap web pages within PHP. This was working on another server but after moving to a new server I can not get it wo
Using jmx and monitoring a web application, I notice when th GC (G1) is runnig , all threads are freezed, and the application does not responde. I configured the tomcat jvm in like this:
I have an annoying error which I can\'t solve for quite a while. I recently was introduced to container-based security and try to implement it. I have configure the realm as following:
When developing a JSP application it\'s possible to define a session ti开发者_JAVA百科meout value, say 30 minutes.
How can I add jvm(Java virtual machine) options in Apache Tomcat 6? Is there a administration console in tomcat? I tried http://localhost:8080/admin but I could not get anything out of it.
I have an ajax web application requesting data to servlet deployed on Tomcat 5.5. I am connecting to Tomcat using HTTPS protocol.