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 exkor
registered user functions and pages admin manager I don't see any attempt for a connection in the mysql logs... very weird... Do I need to define some global naming for the DB connection? Thanks -Assaf On Sat, Jun 14, 2008 at 7:55 AM, Caldarale, Ch

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 querin

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 gue

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 th

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. > > > > >0 >