Filters doesn't work properly on version 5.5.20

2006-11-21 Thread Ovidiu Hurducas
Hello everybody, I have a web application that worked fine until I’ve recently upgraded the tomcat from version 5.5.17 to 5.5.20. The filters doesn’t work as before and don’t do the required job anymore. So I have definitions like this in web.xml: downloader filters.TestFilter downloader /

Re: sysdeo: whoa, wait a minute

2006-03-27 Thread Ovidiu Hurducas
something. However WTP has HTML/JSP editor and can debug JSP’s. You should definitely try it. Dola Woolfe wrote: Thanks! Just to confirm: "also", not "instead". --- Ovidiu Hurducas <[EMAIL PROTECTED]> wrote: Hi, Sysdeo Tomcat plugin is doing the building stuff au

Re: sysdeo: whoa, wait a minute

2006-03-27 Thread Ovidiu Hurducas
Hi, Sysdeo Tomcat plugin is doing the building stuff automatically so check your WEB-INF/classes folder. Also it is good for debugging web applications. However if you want syntax highlighting/autocomplete in your jsp files you should also install WTP from Eclipse. Cheers, Ovidiu Dola Woolf

Parameter update in an AbstractComponent

2006-03-26 Thread Ovidiu Hurducas
Hi, I’ve built a custom component that looks like this: public class MyComponent extends AbstractComponent { public abstract Set getMySet(); public void renderComponent(IMarkupWriter writer, IRequestCycle cycle) { for(String v: getMySet()) { . . . writer.begin("input"); writer.attr

Re: Website Statistics

2006-03-21 Thread Ovidiu Hurducas
You might consider also AWStats: http://awstats.sourceforge.net/ I use it in an Apache+Tomcat application, is pretty good. Cheers, Ovidiu Steele, Aaron wrote: Yes thank you I am trying to work with this one right now. We have a valve that generates a log file with the necessary information.