Q: Stripped-Down usage? (no web server)

2002-10-16 Thread Torched Salamander
Has anyone used *just* the core components of cocoon in a project? I don't have a web server, I'm not running tomcat. Currently, I have a bunch of java classes that make SQL calls against a DB, and build up a big XML doc. I then have more java classes that apply various XSL transformations

Re: Q: Stripped-Down usage? (no web server)

2002-10-16 Thread Geoff Howard
You can use the cocoon CLI command line interface, by executing org.apache.cocoon.Main. It's not very well documented, but you can glean enough to use it from the archive, the source code and the build target for the docs. HTH, Geoff Howard --- Torched Salamander [EMAIL PROTECTED] wrote: Has

Re: Q: Stripped-Down usage? (no web server)

2002-10-16 Thread Jerry Fowler
My home-rolled version (which you can easily improve) is: #!/bin/tcsh setenv CATALINA_HOME here setenv CATALINA_BASE there cd $CATALINA_BASE foreach lib (`find $CATALINA_HOME/common/lib webapps/cocoon/WEB-INF/lib -name *.jar`) if (! $?CLASSPATH ) then setenv