I want to set \'secure\'flag to JSESSIONID cookie . Is there a configuration in tomcat 6 for this ? I tried by setting \'secure=\"true\"\'in\'Connector\' (8080)element of server.xml , but it creates
I have developed an application (named CBR) in Grails 1.3.7. When i run it with \"grails run-app\" or \"grails run-app prod\" it works fine. However when i create a war using \"grails war\" command an
In my application, i need to process all the requests from users in a single servlet, however, i happen to have a folder with static content, which i would like to also serve statically.
I have a problem displaying foreign language characters in web app with Tomcat 6. Previously we were using Tomcat 5.5 and we did not face this issue. To fix this issue I followed http://wiki.apache.or
We\'re noticing some significant RAM usage while uploading files.I pretty much expect that but the rate at which the memory is freed seems pretty slow.And this is causing the whole system to slow down
I am working on an academic project using Eclipse 3.X , jsp\'s, servlet\'s etc. The server i chosed to deploy my application is \"Tomcat 6.0\".开发者_开发问答
开发者_运维知识库We are maintaining a spring mvc (2.5.6) web application running on Tomcat 6.0.14
I 开发者_JAVA百科have a Grails application that is deployed on a Tomcat 6 server. The application runs fine for a while ( a day or two), but slowly eats up more and more memory over time until it grin
Is there anyway to user MongoDB as a central session storage f开发者_JS百科or Tomcat6? If so, could we have a cluster of tomcat servers reading session data from MongoDB so that the cluster could be d
How can i change the java heap size in tomcat6开发者_StackOverflow running as windows service?Hope this (increase java heap size) and this (Tomcat 6 Heap Size) helps.