> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Hello, > > How to check my classpath in my Cocoon project?
Not sure what do you mean, but Cocoon does not (must not) uses $CLASSPATH environment variable. It behaves like any other servlet when deployed in servlet engine, and see run.[bat|sh] for classpath when Cocoon used via command line interface. Classes available to *any* servlet (as per spec) are: - boot class path - rt - lib/ext - libraries added by servlet engine - WEB-INF/classes - WEB-INF/lib Vadim > Thank you > Sylvain --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>