Re: Can't get v2.1, m1 or m2 working

2003-06-26 Thread Jacob L E Blain Christen
I can't get milestone 1 or 2 of v2.1 working. I've copied xalan,xercesImpl and xml-apis to Tomcat's endorsed directory but I still get the following error: java.lang.NoClassDefFoundError: javax/xml/rpc/encoding/SerializationContext have you tried putting the jars in the jre endorsed directory

Re: [SUMMARY] RE: error in XSP -- Tomcat4.1.24 has CATASTROPHICcache system!!!!

2003-06-06 Thread Jacob L E Blain Christen
i think this is a bug with tomcat (and hence more appropriately taken up with [EMAIL PROTECTED]) as after upgrading my tomcat installation to 4.1.24 i have been noticing similiar recompile issues. -- Jacob L E Blain Christen Entheal LLC 443.255.9975 410.542.7793

Re: cvs HEAD bombing out of pipeline

2002-11-27 Thread Jacob L E Blain Christen
that did the trick, thank you antonio. anna, you and i were having the same problem, if it still isn't fixed i think this could be the solution to your problem as well: make sure updated xerxes and xalan jars are in $JAVA_HOME/lib/jre/endorsed as well as $TOMCAT_HOME/common/endorsed -- jacob

cvs HEAD bombing out of pipeline

2002-11-27 Thread Jacob L E Blain Christen
i've been having this problem since yesterday. i do not know how to fix it. i am using the very latest from cvs and am trying to pull up any page in the cocoon distribution. i did make sure i have the updated xerxes and xalan libs in my lib/jre/endorsed directory. textual output copied from

Re: [SUMMARY] Tomcat 4.1.12 and IE delays up to 5 mins to response.

2002-11-26 Thread Jacob L E Blain Christen
enableLookups=false sounds like a classically misconfigured DNS on the box that your tomcat resides. it was trying to log host names but those were timing out causing poor poor response in the server. this isn't a cocoon, tomcat, or even an IE issue it's simply an artifact of a misconfigured

Re: Problem compiling Cocoon

2002-11-26 Thread Jacob L E Blain Christen
i just recompiled from cvs and am getting the same error. i'm looking into if i can decipher where a config propery seems to be required to get my install running again. seems as if someone made some changes to the java sources but didn't check in the commensurate config changes (cvs update only

Re: Javascript problems in XSP

2002-11-26 Thread Jacob L E Blain Christen
hey that's neat! - 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,

Re: Javascript problems in XSP

2002-11-21 Thread Jacob L E Blain Christen
I may be mistaken but I thought the only valid code inside of xsp:logic tags was java: not javascript, not perl, just java. - Please check that your question has not already been answered in the FAQ before posting.

Re: mod_jk and CocoonII

2002-11-19 Thread Jacob L E Blain Christen
You need lines like this in your apache httpd.conf (or included therein): JkMount /my ajp13 JkMount /my/* ajp13 These lines tell apache to forward any requests for the mounted URI's to tomcat via the AJP13 protocol which will then get processed by cocoon.

Re: XMLForms and Java

2002-11-01 Thread Jacob L E Blain Christen
[pre-snip] Now I want to give some flow logic to the application and I think that struts or cocoon are a good way to do it. I red that XMLForms is Struts based. [post-snip] From what I've read XMLForms IS NOT based on Struts. Take a look at the thread: XMLForms vs Struts in the archive for

Re: Cocoon, sockets and not a web browser.

2002-10-09 Thread Jacob L E Blain Christen
with Swing or SWT gui interface, or can be a batch program. So then why are you considering Cocoon? -- Jacob L E Blain Christen Entheal LLC - Please check that your question has not already been answered in the FAQ before posting

Re: Cocoon, sockets and not a web browser.

2002-10-09 Thread Jacob L E Blain Christen
is superfluous to Mauro's needs and can only get in the way. Thus my somewhat rhetorical question--rhetorical because I thought the answer to be quite obvious. -- Jacob L E Blain Christen Entheal LLC - Please check that your question has

Re: Java Extension doesn't work in cocoon

2002-10-08 Thread Jacob L E Blain Christen
Your problem screams It's the classpath stupid! to me. It looks as if the xalan and/or xpath libraries you are using at the command line and from within cocoon are out of synch. P.S. No I'm not calling you stupid! -- Jacob L E Blain Christen Entheal LLC

Re: svg2jpeg not working properly.

2002-10-07 Thread Jacob L E Blain Christen
[snip] works. I have not touched the main site map or any of the samples code. Ahh, but has your jdk installation been updated? The headless stuff on the backend works differently between jdk1.3 and 1.4. Just a thought. -- Jacob L E Blain Christen Entheal LLC

Re: Problem with Directories Outside of cocoon...

2002-10-07 Thread Jacob L E Blain Christen
. Also, I use the 2.1-dev version from CVS and so I update my development webapps by copying all from $COCOON_HOME/WEB-INF/lib into my webapps' WEB-INF/lib directory and check for major changes in WEB-INF/cocoon.xconf and make changes acoordingly. Enjoy! -- Jacob L E Blain Christen Entheal LLC

Re: Problem with Directories Outside of cocoon...

2002-10-07 Thread Jacob L E Blain Christen
Do you have any idea if I have to keep all of the files in the WEB-INF\lib directory, the WEB-INF/db directory and everything in the WEB-INF/classes directory? Jaimes -Original Message- From: Jacob L E Blain Christen [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 11:55

Re: Problem with Directories Outside of cocoon...

2002-10-07 Thread Jacob L E Blain Christen
Do you have any idea if I have to keep all of the files in the WEB-INF\lib directory, the WEB-INF/db directory and everything in the WEB-INF/classes directory? Jaimes -Original Message- From: Jacob L E Blain Christen [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 11:55

Re: I feel stupid. COCOON + TOMCAT

2002-10-02 Thread Jacob L E Blain Christen
that is bundled with cocoon. so now that i've made a firm statement i will go an verify that i can talk to _my_ database =) -- Jacob L E Blain Christen Entheal LLC - Please check that your question has not already been answered in the FAQ

Re: I feel stupid. COCOON + TOMCAT

2002-10-02 Thread Jacob L E Blain Christen
. It is accessible alongside the normal cocoon binaries. -- Jacob L E Blain Christen Entheal LLC - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

Re: I feel stupid. COCOON + TOMCAT

2002-10-01 Thread Jacob L E Blain Christen
. It is accessible alongside the normal cocoon binaries. -- Jacob L E Blain Christen Entheal LLC - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html