Re: Programmatic login

2002-11-18 Thread Christoph Kulla
Hi Juergen, another approach is to put your welcome file under a security constraint. Your app will then start with the login page. Regards Christoph Juergen Weber schrieb: Hi, thanks to all who answered to my question. The valve solution looks good, but as we develop with tomcat and run on

Bug in AJP Connector?

2002-11-04 Thread Christoph Kulla
Hi, I recognized a bug in the ajp connector when sending http requests to it. It gives you infinitive debug output, which starts with BAD Packet and lots of dots. Tomcat seems to hang afterwards. Of course it's my fault to send a http request to a ajp connector. But the error handling should

Pager taglib doesn't work

2002-10-10 Thread Christoph Kulla
Hi, I'm trying to get the pager taglib (http://jsptags.com/tags/navigation/pager/) working with tomcat and struts. I use logic:iterate to iterate through a list of items. When calling my jsp page the first time everything works fine. I see a table with the first 20 items and the page