Re: Tomcat 5.5: Servlet skips FormAuthentication?!?!?

2006-09-13 Thread Yassine ELassad (YEL)
Hi David, unfortunately your suggestion did not solve the problem, any other suggestions are appreciated merci ! Greetings Yassine On 9/13/06, David Delbecq [EMAIL PROTECTED] wrote: The servlet is mapped to / The security constraint is mapped to /* That's your problem. Map your security

Re: Encrypt Cleartext Resource Password

2006-08-16 Thread Yassine ELassad (YEL)
HI Darren, I guess you need this : digest=MD5 in your realm definition so it would look like follow: Resource name=jdbc/database auth=Container type=javax.sql.DataSource maxActive=10 maxIdle=15 maxWait=1

Re: Apache- Tomcat Connector Problem...newbi question

2006-08-15 Thread Yassine ELassad (YEL)
Hi Atul, it would be a good help if you can send us your configurations of Apache, server.xml, workers.properties and the mod_jk.conf if you have some you could have a look at this sample it maybe a good place to start for you: http://tomcat.anfatech.com/cocoon/tomcat/g12/19.html Greetings

Re: Having trouble getting an Apache connector to work

2006-08-14 Thread Yassine ELassad (YEL)
Hi Rob, I'm just curious to know how you manage to access your application from port 8009 via browser while your Config shows : worker.ajp13.port=8009 either you specified the wrong port number for the http connector or you stated the wrong one. AFAIK the port 8009 is used by mod_jk to

Re: cannot access manager or admin applications ...

2006-08-12 Thread Yassine ELassad (YEL)
Hi Ian, I would try to access the manager application directly and see if i encounter the same Problem. try http://tomcatHost:8080/manager/html/list should prompt you to enter your user name and password if you enter the right credential i assume thing will/should work fine otherwise if you