Re: problems with JAVA

2001-11-02 Thread Sergio Carvalho
You may be refering to the stack limit bug. You can hop around it by doing: ulimit -s 2048 before executing java programs. No need to downgrade the JDK. On Fri, 2 Nov 2001 09:47:31 +0100, Adnan Zelkanovic wrote: From: Adnan Zelkanovic [EMAIL PROTECTED] -- If you have problems to

XSLTC

2001-11-02 Thread Mitchell A. Cohen
Has anyone run xsltc transformations using cocoon 2? If so, could you give me some pointers. Mitchell A. CoheneePulse, Inc.905 W. Eisenhower Circle, Suite 110Ann Arbor, MI 48103phone: 734-996-2321

Testing under cocoon

2001-11-02 Thread David Rosenstrauch
If this is available in an FAQ somewhere, please feel free to point me there, but I couldn't find anything. Is there any way for me to test more efficiently under cocoon? Currently my process is: * run my build file to compile and deploy everything * start tomcat * test by pointing browser

Re: Testing under cocoon

2001-11-02 Thread Simone Gianni
At 10.22 02/11/2001 -0500, you wrote: It looks to me like I need to keep starting/stopping tomcat so that Tomcat/Cocoon will reload the stylesheets and class files that I have changed. Of course I'd prefer to not have to spend the time starting/stopping if I don't have to. If you just change

Re: Testing under cocoon

2001-11-02 Thread Steve Gass
David Rosenstrauch wrote: If this is available in an FAQ somewhere, please feel free to point me there, but I couldn't find anything. Is there any way for me to test more efficiently under cocoon? Currently my process is: You can use Tomcat's manager app to reload your app without

Publishing Engine could not be initialized.

2001-11-02 Thread Tod Thomas
Error loading logicsheet at resource://org/apache/cocoon/processor/xsp/library/java/util.xsl due to java.lang.Exception: Resource not found or retrieving error. I get this error when trying the run the Hello.xml sample. I'm running Tomcat standalone from a binary install, and am using a

Re: Testing under cocoon

2001-11-02 Thread David Rosenstrauch
Simone and Steve, Thanks for your answers! A great help! DR At 11:06 AM 11/2/01 -0500, you wrote: David Rosenstrauch wrote: If this is available in an FAQ somewhere, please feel free to point me there, but I couldn't find anything. Is there any way for me to test more

Need help with XSP Cocoon2.0

2001-11-02 Thread Alex Vishnev
Hello everyone, I am just starting with cocoon2. I was trying to experiment with a simple xsp file borrowed from xsp guide document. This example should render dynamic content, but it does not happen for me. I am running Tomcat4.0 on Win2K. While getting familiar with the environment, I was able

Newbie XSP question - why dosn't this work?

2001-11-02 Thread Søren Neigaard
Long time I had time to look at this, but I still have the problem. My problem is not getting the parameter to the Java method, but the fact that the XML returned from my method (msg) is escaped/encoded so that , and so on is escaped to something quite useless. I have attached my original

Problems installing Cocoon2 = Win98 machine

2001-11-02 Thread Doug
Can someone please help me install Cocoon? I am unable to build it. I keep on getting the following error and do not know why: Exception in thread main java.lang.NoClassDefFoundError: I have a Win98 machine, increased the environment for the build.bat and ant.bat files. I have Jdk1.3

RE: Problems installing Cocoon2 = Win98 machine

2001-11-02 Thread Liam Morley
Doug, In the Cocoon FAQ, you'll see a solution for not enough environment memory. Changing it in the properties of the file doesn't seem to be enough- you'll need to edit your config.sys. After this you MUST use 8.3 naming conventions. Liam -Original Message- From: Doug [mailto:[EMAIL

Re: Problems installing Cocoon2 = Win98 machine

2001-11-02 Thread Doug
Thanks. I saw the entry about the environment in the FAQ but since this was a Java compile problem, I didn't give it much thought. Can someone please confirm that Cocoon-2.0rc1a compiles properly? After making the changes, I still get the java compile error. But, Cocoon-2.0b2 compiles properly

tomcat-3.2.3 and cocoon-1.8.2 not working :)

2001-11-02 Thread Truong,Hoang C.
Hello everyone, I can't access http://localhost:8080/cocoon/samples/index.xml. This is the error: Not Found (404) Original request: /cocoon/samples/index.xml Not found request: /cocoon/samples/index.xml Here are you I did: - add cocoon context in $tomcat_home/conf/server.xml - modified

problems with JAVA

2001-11-02 Thread Adnan Zelkanovic
If you have problems to run/compile Cocoon/Tomcat etc. on your machine under Linux, then the problem could be jdk1.3.1 If you are using jdk1.3.1 you have to install jdk1.3.0, because jdk1.3.1 has problems on some Linux-systems. For example, jdk1.3.1 doesn't run on my SuSE-Linux-7.2 so I installed