Hi

  I've managed to install and configure different setups:
  1) jetty+cocoon, fast and clean. Startup takes no time and pages take
  only 10 to 20 milliseconds to execute
  2) jboss/jetty+cocoon, huge and slow. Statup takes two minutes, and
  pages take whole seconds to execute.

  jetty+cocoon standalone talking to jboss is a great setup, but
  security seem to be much tougher to configure if at all possible (JAAS
  security).

  Plus I have to install xerces in jboss/lib and add it into jboss's
  classpath otherwise I get
  "SAX2 driver class org.apache.xerces.parsers.SAXParser not found"

  Anybody know anything or has any experience with that setup?
  Why is jboss/jetty+cocoon so painfully slowwww?
  Why isn't jboss's crimson.jar and jaxp.jar sufficient as a xml parser???

  emmanuel charpentier

  gnu-linux/debian, j2sdk1.3



java.lang.ClassNotFoundException: org.apache.xerces.parsers.SAXParser
  at
org.xml.sax.helpers.XMLReaderFactory.createXMLReader(XMLReaderFactory.java:121)
  at
org.xml.sax.helpers.XMLReaderFactory.createXMLReader(XMLReaderFactory.java:96)
  at
org.apache.cocoon.components.language.markup.AbstractMarkupLanguage.generateCode(AbstractMarkupLanguage.java:377)
  at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.generateResource(ProgramGeneratorImpl.java:365)
  at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.createResource(ProgramGeneratorImpl.java:328)
  at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(ProgramGeneratorImpl.java:291)
  at org.apache.cocoon.sitemap.Handler.run(Handler.java:270)
  at java.lang.Thread.run(Thread.java:484)


---------------------------------------------------------------------
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]>

Reply via email to