tomcat authentication

2003-06-26 Thread Riyaz Mansoor

when using tomcat authentication realms;

if the login page is login.jsp and if a user directly access this page and
tries to login , tomcat returns the error given below. i need to catch this
and handle it. specifically, where is the forwarding page reference stored?
in the users session? what attribute is it?

please help

thanx

riyaz


==
HTTP Status 400 - Invalid direct reference to form login page

type Status report
message Invalid direct reference to form login page
description The request sent by the client was syntactically incorrect
(Invalid direct reference to form login page).

Apache Tomcat/4.1.24-LE-jdk14
==


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



feature request

2003-03-17 Thread Riyaz Mansoor

hi

the tomcat variable catalina_base allows running multiple tomcat instances.
but currently this is limited. personally, i'm developing an application
that extends some server classes (to be placed in
catalina_home/server/classes), some classes to be placed in
catalina_home/common/classes and some in catalina_home/shared/classes.
currently i have to put my custom extensions on the catalina_home (as above)
directory structure.

so i'd like to request that the classloader load from the catalina_base
directory structure and (then) from the catalina_home directory structure.

this way my catalina_home home would be fresh for everyone, and i can keep
my custome extension classes as a group on the catalina_base directory -
much easier for managing.

ps: is there a feature request for tomcat somewhere?

thanx

riyaz


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]