error with webservice called from cocoon

2005-01-12 Thread Carol Gray
Hello, I have a Cocoon application (cocoon-2.1.4) that is running under JBoss and calls a small webservice. The cocoon classes are in WEB-INF of the main web application ("sali.war") directory. A second web application ("webservice.war"), contains a jsp mapped as a servlet and acting as the web

Re: running multiple instances of cocoon

2004-10-29 Thread Carol Gray
Il giorno 28/ott/04, alle 02:37, Carol Gray ha scritto: Assuming I can work around the above problem, I would also like to have the large .jar files, common library files, in just one place. Is it possible to have a shared library directory for these library files? If so, where would it be

running multiple instances of cocoon

2004-10-27 Thread Carol Gray
Hello, I have two--and will have more--web applications that are separate instances of cocoon. (The classes and other cocoon files are in the WEB-INF directory of each web application.) This works fine under Tomcat 5. However, when deployed in JBoss, both version 3.2.5 and 4.0.0, I get an error

methods of installing cocoon, shared jar files?

2004-10-13 Thread Carol Gray
Hello, I have only been using Cocoon since last April, with an initial installation and guidance from someone with much more experience than I have. Now I would like to expand my use of Cocoon and add additional web applications. I have looked at some of the pages on the Wiki regarding organiza

Cocoon Servlet RuntimeException: Invalid content: text/xml

2004-09-29 Thread Carol Gray
Hello all, I am fairly new to Cocoon, and over the past few months have been working on an application that takes input via an xsp form and sends xml to a small webservice application (using jdom) that writes xml to file and reads the xml files for subsequent display on a summary web page. For