hi,
thank you so much it works.

thanks again.

Caldarale, Charles R wrote:
> 
>> From: adilturbo [mailto:z_t...@hotmail.com]
>> Subject: server/classes directory in tomcat 6
>>
>> in tomcat 6, there is no server/classes directory;
>> so where should i put this class (valve) in tomcat 6.
> 
> For performance and simplicity, the shared, common, and server libraries
> were merged into one in Tomcat 6; see:
> http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html
> 
> If your <Valve> is nested inside a <Context> you should be able to place
> the class file in the webapp's WEB-INF/classes directory; otherwise, put
> it in Tomcat's lib directory.
> 
>  - Chuck
> 
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail
> and its attachments from all computers.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/server-classes-directory-in-tomcat-6-tp21108060p21129656.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to