tomcat5.5
tomcat 5.5 setting up context path with virtual hosts (non webapps directory)
I have been a web developer for a couple of years (some ASP, mostly PHP) and have recently taken on Java/JSP in the last two years.[详细]
2022-12-19 16:09 分类:问答Find out the number of connections to tomcat server
I have a Java/Java EE web application deployed on Tomcat Server 5.5.17. I want to know the number of clients which are connected to the server. How c开发者_如何学Pythonan we find it out?Most reliable[详细]
2022-12-19 02:17 分类:问答Working log4j config ignored by Spring classes
I use log4j and he work just fine. A log4j.xml file is in my classpath, i use appender and category... again, it\'s work just fine for my code or code of other librairy.[详细]
2022-12-18 01:36 分类:问答Enabling strong ciphers in Tomcat 5
I am attempting to refine the suite of ciphers that my webapp allows. In Tomcat\'s server.xml I have the following connector defined:[详细]
2022-12-11 11:48 分类:问答How to get tomcat 5.5 to shut down from netbeans
I have to run tomcat 5.5 with netbeans 6.7. This is NOT my choice. I have some lega开发者_如何学Ccy software that I am not allowed to re-write and must be supported.The question is how do i get tomcat[详细]
2022-12-10 13:52 分类:问答Maven embedded Tomcat version
Is there a way to control the Maven embedded Tomcat version? mvn tomcat:run This command will run a Tomcat 6.0.16 instance. I\'d like to run a 5.5 version of Tomcat. Is there a way to configure thi[详细]
2022-12-10 13:08 分类:问答