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.
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
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.
I am attempting to refine the suite of ciphers that my webapp allows. In Tomcat\'s server.xml I have the following connector defined:
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
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