|
Hi! Since it relies on Spring's ContextLoaderListener, and it's APIDOC states "For Servlet 2.2 containers and Servlet 2.3 ones that do not initalize listeners before servlets, use ContextLoaderServlet [instead of ContextLoaderListener]", it WOULD work if... I don't know the answer to the question: Is Tomcat 4.x (2.3 Servlet spec implementation) initializing listeners before servlets? If yes, just drop it and use it, it should work. If no, it is a 5 minute job to change Spring config. Try it out, and if not working, ill' drop a modified one with ContextLoaderServlet. tx ~t~ dan tran wrote: Please tell me it will work with Tomcat 4.x? ;-) -DOn 11/24/05, Cservenak Tamas <[EMAIL PROTECTED]> wrote:Hi, Id' like to announce an ongoing effort to make a usable caching-proxy engine useful for corporate (or group) proxying of Maven repositories (Yes, i'm aware of maven-proxy on Codehaus, but alternatives makes world beautiful). We are using this current release in-house already to serve our artifacts locally, to server commercial and other non-ibilio-compatible artifacts and to reduce outbound traffic. Preview downloads and project site can be found here: https://is-micro.myip.hu/projects/ismicro-commons/proximity/ Proximity in action (runs on Tomcat 5.5, proxied by Apache 2): https://is-micro.myip.hu/proximity/ Notes: 1. The licence will be changed from current "dummy" licence to Apache v2 licence. 2. To test it: Download SNAPSHOT WAR from here https://is-micro.myip.hu/projects/ismicro-commons/deploy/proximity/ unpack it, configure it (at least the /WEB-INF/proximity.properties with valid EXISTING directories), and deploy it. I would like to hear comments, ideas. Anybody interested? Anybody to jump in? Thanks, Tamas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] |
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
