You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Alejandro Raiczyk <al...@technisys.com.ar> on 2000/09/27 17:24:13 UTC

Setting cocoon classpath with Jserv

Hi people, one question:

How can I set the classpath for the compiler in a servlets zone ?

I mean, in GNUJSP I do this:

servlet.gnujsp.initArgs=compiler=builtin-javac -classpath
/usr/local/share/java/desa/technisys.jar:
/usr/local/share/java/desa/bolsanet.jar:/usr/share/java/servlets:/usr/local/
share/java:/usr/local/s
hare/java/gnujsp10cvs.jar:%classpath%:%scratchdir% -d %scratchdir%
-deprecation %source%

how can I do the same for Cocoon ?

Thanks