Re: URL is null and HTTP 404 error when using FROM authentication

2008-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Assaf, exkor wrote: | The problem im having right now (which i believe is relatively simple) | is that my app doesn't connect to the DB. I configured server.xml back | to use MemoryRealm because i want only the app to use the DB. Then | I've changed

RE: URL is null and HTTP 404 error when using FROM authentication

2008-06-14 Thread Caldarale, Charles R
From: exkor [mailto:[EMAIL PROTECTED] Subject: Re: URL is null and HTTP 404 error when using FROM authentication It's good that you're starting from a clean install. MySQL logs indicate the the connector has connected to the database and quering the right table + fields: Except there's

Re: URL is null and HTTP 404 error when using FROM authentication

2008-06-14 Thread exkor
for the DB connection? Thanks -Assaf On Sat, Jun 14, 2008 at 7:55 AM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: exkor [mailto:[EMAIL PROTECTED] Subject: Re: URL is null and HTTP 404 error when using FROM authentication It's good that you're starting from a clean install. MySQL

Re: URL is null and HTTP 404 error when using FROM authentication

2008-06-13 Thread exkor
and HTTP 404 error when using FROM authentication You have some weirdness in your web.xml and context.xml that should be straightened out before attempting any further analysis. servlet servlet-name/servlet-name display-name/display-name servlet-class/servlet-class

Re: URL is null and HTTP 404 error when using FROM authentication

2008-06-13 Thread exkor
pattern=combined resolveHosts=false/ /Host /Engine /Service /Server On Fri, Jun 13, 2008 at 1:32 AM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: exkor [mailto:[EMAIL PROTECTED] Subject: URL is null and HTTP 404 error when using FROM authentication You have some

URL is null and HTTP 404 error when using FROM authentication

2008-06-12 Thread exkor
Hi I have this wierd problem i am trying to sovle for a week now, and i already have gray hair from this mess. My setup is Apache 2.0, Tomcat 6.0, MySQL 5.0. I am requesting a protected page in my application: http://127.0.0.1/myapp/home.jsp and it takes me to the login page:

RE: URL is null and HTTP 404 error when using FROM authentication

2008-06-12 Thread Caldarale, Charles R
From: exkor [mailto:[EMAIL PROTECTED] Subject: URL is null and HTTP 404 error when using FROM authentication You have some weirdness in your web.xml and context.xml that should be straightened out before attempting any further analysis. servlet servlet-name/servlet-name