Reading RUNNING.txt it says
"1) Common jars like slide-stores.jar, slide-roles.jar, slide-kernel.jar,
slide-webdavservlet.jar, commons-dbcp.jar, commons-pool.jar, jta.jar, etc
- On a Windows platform
copy %SLIDE_HOME%\slide\lib\*.jar %WEB_SERVER%\common\lib
- On a Unix platform
cp $SLIDE_HOME/slide/lib/*.jar $WEB_SERVER/common/lib"
However, the jars listed as examples above exist in the ./jakarta-slide/dist/server/common/lib
and include some jars that already exist in tomcat 4.1.29/common/lib like activation, ant, servlet, etc. Do I do the same cp command except for the source being /dist/server/common/lib???
I am assuming the reason for putting slide jars in common/lib is to make them accessible by both the slide and slide-admin webapps. Why not include the common jars in the WEB-INF/lib directory for each webapp?
Ollie
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
