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

Chetan,

Chetan Bob wrote:
| I want Tomcat authentication like company id / username / Password so it
| looks i should go for Form based authentication ....

Tomcat cannot do this at all, unfortunately. Securityfilter
(http://securityfilter.sourceforge.net), if you get the development
version, will give you access to the raw HttpServletRequest and you can
grab whatever information you want (including additional fields).

| Should we need to write our own Realm if so ....then how to any example?


You can't even write your own realm, because Realm only includes methods
like:

authenticate(String username, String password)

so you're out of luck.

Check out sf. You'll be happy.

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

iEYEARECAAYFAkhWxZoACgkQ9CaO5/Lv0PAplQCfZ7pm0mh3mzSfFFD07pCsLshz
gvsAoKAXdxQfB9j2iSexUCrlWblBWGqK
=nxqg
-----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