-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jan,

Jan Strauch wrote:
> It still doesn´t work.
> this is what Catalina.out sais:

[snip]

> <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
> <realm className="org.apache.catalina.realm.JDBCRealm"

Note that <Realm> and <realm> are different. Also, if you are using a
JDBCRealm, you should disable the UserDatabaseRealm.

> Why "ajp13 listening on /0.0.0.0:8009" ? Is this normal?

Yes. That means "all interfaces, on port 8009".

> Why are there no entries in catalina.out, localhost_log?  Catalina_log has a 
> size of 0 bytes.

You pasted your catalina.out at the top of this message. What do you
mean "no entries"? Do you mean "why are there no errors related to my
realm?". You have no error messages because you haven't defined a
realm... you defined something that kind of looks like a realm, but
since you used a lowercase "r", Tomcat basically ignores it.

You should be (??) getting an error somewhere about a bad server.xml...
since <realm> isn't recognized as a valid element. I'm not entirely sure
of Tomcat's configuration loader imposes XML validation rules on the
config file, though.

> DB-access has root-permissions.

Whatever that means, I'm sure it's not good. I hope that
conn_name/conn_pass is a normal database user.

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGM1qx9CaO5/Lv0PARAn2ZAJ4zBhHVh9GEAWgp/OxkfzvdKfm0QwCePhEw
uYfPx7j6AzTEof+MvxTK2BQ=
=z+aR
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to