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
Hi Thanks for the feedback Chuck. I've done the changes you've suggested and I still experience the same problem. The after I login I am brought back to the login page. Basiclly this indicated that the login failed, since my error and login pages are the same - index.jsp. I get the following in

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

2008-06-13 Thread exkor
Ok i decided to dump this hell and start fresh. So here I am with stock configurations, it is Tomcat 6.0 + MySQL 5.0. I login to manager app using MemoryRealm and everything is fine. I change the global settings in server.xml to use mysql driver and boom can't login to manager anymore So i

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