Listener Jar File

2004-03-03 Thread Hart, Justin
Under which directory should I place the jar file containing an
HttpSessionListener referenced in my web.xml?  I currently have this in
a jar under web-inf/lib, but I am getting exceptions saying that this
class is not in my path.

 

Justin



RE: Listener Jar File

2004-03-03 Thread Shapira, Yoav

Hi,

Under which directory should I place the jar file containing an
HttpSessionListener referenced in my web.xml?  I currently have this in
a jar under web-inf/lib, but I am getting exceptions saying that this
class is not in my path.

WEB-INF/lib is the right place for all servlet spec listeners.  Check
your spelling or package naming maybe?

Yoav Shapira



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: Listener Jar File

2004-03-03 Thread Hart, Justin
Ty.

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 03, 2004 11:53 AM
To: Tomcat Users List
Subject: RE: Listener Jar File


Hi,

Under which directory should I place the jar file containing an
HttpSessionListener referenced in my web.xml?  I currently have this in
a jar under web-inf/lib, but I am getting exceptions saying that this
class is not in my path.

WEB-INF/lib is the right place for all servlet spec listeners.  Check
your spelling or package naming maybe?

Yoav Shapira



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]