> From: Matthias Fischer [mailto:[EMAIL PROTECTED]] > > What would you need on the harddisk to get the CD application running, or > what would be put out onto the harddisk by the application while it is > running? I guess, you can't do without Java+Tomcat+Cocoon (XALAN, XERXES, > FOP etc.) on the HD.
You can. > Or do you rellay mean you put everything on a CD, > together with the data, and get an PDF/HTMLoutput from such a stand-alone > application running the CD on any (customer) machine without any previous > adaptations? Yes. The CD I put together have: * JDK, * Resin (or Tomcat, does not matter), * webapp. That's all I need to get my application running. Obviously, webapp contains all necessary libraries: * Avalon, Excalibur * Cocoon, regexp, jTidy, logkit, xalan, xerces, etc. > Do you have any practical experience in creating an distributing CD > applications to customers? It's relatively easy to put together autorun and have CD started automatically, with no installation steps required. Only thing you need from the customer machine is the free IP port (8080 or any other). You can even put Perl on the CD and have some startup/shutdown scripts. Vadim > Has anyone else? > > Matthias > > -----Original Message----- > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 17, 2002 3:01 PM > To: [EMAIL PROTECTED] > Subject: RE: Cocoon on a read-only medium > > > > From: JÃrn Heid [mailto:[EMAIL PROTECTED]] > > > > Is it possible to run Cocoon on a CD (without having the possibility > to > > write anything)? > > Yes. You won't get any logs, everything else is Ok. > > > > I think you can precompile all(?) of the dynamic content, > > Yes. > > > > but doesn't Cocoon > > generate the sitemap at every startup? > > No. > > > Can logging be completly disabled? > > Or can I set the output dir to java.io.tmpdir? > > I don't know. I have an exception from logger when running from the CD, > and I can live without logs. > > Vadim > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>