During the test phase of my maven build I ave the following code in one @test method: request.clearAttributes();
With your help I have successfully resolved a question that I have asked here. I have developed a custom Tomcat authenticator for the web application, and currently the authenticator and its configura
I wrote a custom Tomcat valve.(I\'m using Tomcat 6.0.24 and Java 1.6)Here\'s the XML element wh开发者_运维知识库ere I declare my valve:
I am working on a web application which uses JSF. I have a folder called \'admin\' under \'web\' and I have couple of jsp pages under folder \'admin\'. I can access jsp pages under \'web\' but when I
I have two servlets defined in the web.xml file, namely the default2 and myservlet. The default2 servlet is used to map the static files like the javascript and css. The myservlet is used for getting
ideployed a jruby/rails app to tomcat6 through a warbler-built war. system is ubuntu 8, running tomcat6. when i try to start the app, i get the following stack trace
I have seen some clusters with more than one 开发者_运维技巧tomcat running per machine. The main argument is that the garbage collector is slower on large heaps, so it would better to have 4 tomcats w
When my tomcat (6.0.20) maxThreads limit is reached, i get the expected error: Maximum number of threads (XXX) created for connector with address null and port 80
I need to implement a log开发者_StackOverflowin feature for the web application that I am building on eclipse using Java EE and Tomcat, JDBCRealm has been suggested for this purpose, but I don\'t unde
how, if possible, ca开发者_运维知识库n I redirect a request for a hostname to a specific subdirectory of one of the deployed apps?