RE: Question on Valves.

2004-05-17 Thread Shapira, Yoav

Hi,
Yes ;)  And I imagine numerous others on this list do as well ;)

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: Chippada, Sreeni [mailto:[EMAIL PROTECTED]
Sent: Monday, May 17, 2004 3:26 PM
To: Tomcat Users List
Subject: Question on Valves.

Hi,
   Does any one have experience in creating custom valves?

Thanks,
Sreeni

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




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



RE: Question on Valves.

2004-05-17 Thread Chippada, Sreeni
Hi Yoav,
Before posting the question, I was having trouble deploying a valve.
I was not sure if valves are internal to tomcat or developer can customize.
I should have phrased my question better. Sorry about that.

I am able to deploy it now by jarring my custom valve and placing it in the
%CATALINA_HOME%\server\lib directory. Is this the right way to do it?


Thanks,
Sreeni

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 17, 2004 3:33 PM
To: Tomcat Users List
Subject: RE: Question on Valves.


Hi,
Yes ;)  And I imagine numerous others on this list do as well ;)

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: Chippada, Sreeni [mailto:[EMAIL PROTECTED]
Sent: Monday, May 17, 2004 3:26 PM
To: Tomcat Users List
Subject: Question on Valves.

Hi,
   Does any one have experience in creating custom valves?

Thanks,
Sreeni

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




This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


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

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



RE: Question on Valves.

2004-05-17 Thread Shapira, Yoav

Hi,

I am able to deploy it now by jarring my custom valve and placing it in
the
%CATALINA_HOME%\server\lib directory. Is this the right way to do it?

$CATALINA_HOME/common/lib might work as well.  (Or unjarred in
server/classes or common/classes).  The Valve's class must be visible to
the server or common classloader.  So you can't put them in WEB-INF/lib
or WEB-INF/classes.   That's the long answer, the short one to your
question above is: yes, that's OK.

Yoav



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



RE: Question on Valves.

2004-05-17 Thread Chippada, Sreeni
Thanks.

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 17, 2004 4:01 PM
To: Tomcat Users List
Subject: RE: Question on Valves.


Hi,

I am able to deploy it now by jarring my custom valve and placing it in
the
%CATALINA_HOME%\server\lib directory. Is this the right way to do it?

$CATALINA_HOME/common/lib might work as well.  (Or unjarred in
server/classes or common/classes).  The Valve's class must be visible to
the server or common classloader.  So you can't put them in WEB-INF/lib
or WEB-INF/classes.   That's the long answer, the short one to your
question above is: yes, that's OK.

Yoav



This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


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

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