RE: jboss and cocoon

2003-02-18 Thread Schaper, Christoph
Or write a custom generator. We have a custom writer transforming certain JAVA classes to SAX events and use it in a generator like myJAVA = getSomehowTheJAVA(); contentHandler.startDocument(); XMLSaxWriter writer; // generate the actual xml writer = new XMLSaxWriter(contentHandler);

RE: jboss and cocoon

2003-02-18 Thread Hunsberger, Peter
arnaud asked: does anybody used cocoon with jboss ? Yes, we deploy Cocoon as an EAR under Jboss. The EJB classes are packaged as a JAR within the EAR and Cocoon is packaged as WAR inside the EAR. The EJB remote interfaces are included in the Cocoon lib. You can of course deploy separately

Re: jboss 3 + cocoon 2.0.3

2002-08-02 Thread Ted T. Garrett II
To: [EMAIL PROTECTED] Subject: RE: jboss 3 + cocoon 2.0.3 Terry, Not sure if you got an answer, but I just got cocoon 2.0.3 + jboss 3.0.0 + tomcat 4.0.3 running. I built the standard cocoon webapp (.war) into a .ear file and deployed from that. It sounds like you simply renamed the .war to .ear

RE: jboss 3 + cocoon 2.0.3

2002-07-30 Thread Terry Anderson
Gerhard, Not sure if you got an answer, but I just got cocoon 2.0.3 + jboss 3.0.0 + tomcat 4.0.3 running. I built the standard cocoon webapp (.war) into a .ear file and deployed from that. When I tried to deploy the .war file, I got the same error you mention below. The .ear file works,

RE: jboss 3 + cocoon 2.0.3

2002-07-30 Thread Per Kreipke
Terry, Not sure if you got an answer, but I just got cocoon 2.0.3 + jboss 3.0.0 + tomcat 4.0.3 running. I built the standard cocoon webapp (.war) into a .ear file and deployed from that. It sounds like you simply renamed the .war to .ear. Is that what you meant or did you specify a

Re: jboss 3 + cocoon 2.0.3

2002-07-30 Thread Gerhard Hipfinger
30, 2002 12:53 PM To: [EMAIL PROTECTED] Subject: RE: jboss 3 + cocoon 2.0.3 Terry, Not sure if you got an answer, but I just got cocoon 2.0.3 + jboss 3.0.0 + tomcat 4.0.3 running. I built the standard cocoon webapp (.war) into a .ear file and deployed from that. It sounds like you simply

Re: Jboss-Jetty Cocoon 2 sucess

2001-12-22 Thread Jozsa Kristof
Well, I do feel stupid. I did everything right by heart, I've just used the wrong URLs.. ;) After /cocoon and /cocoon/documentation not working, I felt like giving up; while having a working JBoss3+Cocoon setup already.. Thanks for your time, Christopher On Thu, Dec 20, 2001 at 01:40:57PM

Re: Jboss-Jetty Cocoon 2 sucess

2001-12-19 Thread Jozsa Kristof
Chris, I was very happy to read your mail, as I'm suffering with Cocoon and Jetty without any success for some time now. My situation is only a little bit different, I'm playing with JBoss3, which is tightly integrated with Jetty. I've did everything what came to my mind (about replacing the xml

Re: Jboss-Jetty Cocoon 2 sucess

2001-12-19 Thread Chris Hamilton
I'll look into it today if possible, sf's prdownloads is quite overloaded right now. (It always is) -Chris Jozsa Kristof wrote: Chris, I was very happy to read your mail, as I'm suffering with Cocoon and Jetty without any success for some time now. My situation is only a little bit

Re: Jboss-Jetty Cocoon 2 sucess

2001-12-19 Thread Chris Hamilton
I tried the 3.0alpha from the website with no luck (it couldn't find language resources that should have been there for jetty). I then downloaded the jboss-all cvs and tried to get the unjar'd cocoon working by modifying jetty.xml in the jetty plugin sar. That didn't work. However, I tried

Re: jboss-tomcat-cocoon: authentication problem

2001-09-19 Thread Jesper Rasmussen
I have had the same problem and i know of at least one other. I know he solved by doing som hacking... I instaled a different version. And it went away, so i never quite knew what the problem was. cheers Jesper http://xns.org/=JesperRasmussen - May the source be with you, Linux - On Wed, 19

Re: jboss-tomcat-cocoon: authentication problem

2001-09-19 Thread Aurelien
Le mercredi 19 septembre 2001, à 10:40, Jesper Rasmussen a écrit : I have had the same problem and i know of at least one other. I know he solved by doing som hacking... I instaled a different version. And it went away, so i never quite knew what the problem was Jesper, Do you know what

Re: JBoss+Tomcat+Cocoon

2001-06-16 Thread RameshBabu R Muthuvel
Hello I think you have installed tomcat+jboss in the embedded mode. I got apache+tomcat+jboss+cocoon working fine. First, I got apache+tomcat+cocoon running then installed jboss asa container to tomcat, ie., lookup jboss from tomcat. This works fine for me. ramesh