-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
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
> 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
ion="User database that can be updated and saved"
> factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
> pathname="conf/tomcat-users.xml" />
>
>
>
>
&
FORM
/index.jsp
/index.jsp
The role that is required to access registered user functions and
pages
admin
manager
myapp/META-INF/context.xml:
$CATALINA_HOME/conf/server.xml:
> 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.
>
>
>
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:
http://127.0.0.1/my