I don't know if this helps or not, but it would probably help others to know whether you can unpack the war into the deploy directory and see if it starts working. In other words, move the cocoon.war file into another directory or rename it, then unpack the war file into a *directory* named cocoon.war, in the deploy directory.
I've had problems in the past where the web application wasn't dealing properly when it couldn't use a direct path to the hard drive. Jetspeed or Velocity was the problem in that case. best, -b > -----Original Message----- > From: Klaus Richarz [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 19, 2002 9:54 AM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] Deploying Cocoon 2.0.3 in JBoss 3.0.2 with > Embedded Catalina 4.0.4 > > > Hello, > > we are using cocoon with JBoss/Catalina. We have packed the > cocoon.war file > into an .ear file to set the context-root to "/cocoon". > Everything works fine with 3.0.0/4.0.3 & JDK 1.3.1_03. > > Now we have upgraded JBoss/Catalina from 3.0.0/4.0.3 to 3.0.2/4.0.4. > Result: we cannot deploy Cocoon 2.0.3 anymore - worse: we > cannot deploy our > enterprise-application using cocoon anymore. > > Stack Trace: > java.io.FileNotFoundException: > C:\MIDDLE_TIER\jboss-3.0.2_tomcat-4.0.4\bin\jndi:\localhost\si > temap.xmap > (Die Syntax f�r den Dateinamen, Verzeichnisnamen oder die > Datentr�gerbezeichnung ist falsch) > at java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.(FileInputStream.java:59) > at java.io.FileInputStream.(FileInputStream.java:90) > at > org.apache.cocoon.components.source.FileSource.getInputStream( > FileSource.jav > a:140) > at > org.apache.cocoon.components.source.AbstractStreamSource.getIn > putSource(Abst > ractStreamSource.java:161) > at > org.apache.cocoon.components.language.generator.ProgramGenerat > orImpl.generat > eResource(ProgramGeneratorImpl.java:367) > at > org.apache.cocoon.components.language.generator.ProgramGenerat > orImpl.createR > esource(ProgramGeneratorImpl.java:333) > at > org.apache.cocoon.components.language.generator.ProgramGenerat > orImpl.load(Pr > ogramGeneratorImpl.java:292) > at org.apache.cocoon.sitemap.Handler.run(Handler.java:265) > at java.lang.Thread.run(Thread.java:479) > > Any help would be appreciated. > > mfg > > Klaus Richarz & Andre Hegerath > Hamburger Berater Team GmbH > Hamburg, Germany > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
