Re: How to Unsubscribe?

2002-03-07 Thread Thomas Riemer
Guys - someone needs to check this - because I must have done this about 10 times in the past 3 months - and it simply doesn't do the job. -Tom Riemer Jarecsni János wrote: Hi send an empty mail to the following address: [EMAIL PROTECTED], and follow the instructions mailed to you in reply.

Tomcat 3_3-M2 URL Session Rewriting?

2001-03-17 Thread Thomas Riemer
I'm trying to get 3.3 M2 URL Session rewriting to work. My server.xml includes: SessionId cookiesFirst="false" noCookies="false" / My web.xml includes: login-config auth-methodFORM/auth-method realm-nameSOMEREALM/realm-name form-login-config

Re: j_security_check question

2001-03-10 Thread Thomas Riemer
Most likely you are missing a JkMount statement. You need to tell your web server that /j_security_check exists. JkMount /j_security_check ajp12 Carlos Alonso wrote: Working with apache and tomcat found a problem with j_security_check using jdbcrealm. As j_security_check is an URI handled

Re: How to get rid of default context pathes

2001-03-04 Thread Thomas Riemer
You need to actually physically remove them out of ${java.home}/webapps mikhail malamud wrote: I deleted default Context paths /examples /test /admin from the server.xml but they still show up when I start up the tomcat. Where do I need to delete 'em? Thanks, Mikhail

Re: jdbc realm

2001-03-04 Thread Thomas Riemer
JDBC Realm is used for authentication against a database. We use it to protect a directory from access, unless you are authenticated. It allows you to keep all your credentials in a database instead of in a flat file somewhere. JDBC Realm has a couple of problems, for those of you using it. 1)