On Thu, 28 Mar 2002, Christian Schmitt wrote: > Erwin, > have you tried to put your classes in > $TOMCAT_HOME/webapps/cocoon/WEB-INF/classes > > That's the place where they should be. > > Hth, > Christian > > Tnx for your answer. Well, I have tried it after your response. I made a directory "rmitest" under $TOMCAT_HOME/webapps/cocoon/WEB-INF/classes and in that directory I put the compiled class Client.class.
Restarted tomcat and did everything else, but when I tried to access http://localhost:8080/cocoon/ it gave a segmentation violation. SIGSEGV 11* segmentation violation si_signo [11]: SIGSEGV 11* segmentation violation si_errno [0]: Success si_code [128]: unknown siginfo sc_pc: 0x20010164f08, r26: 0x200001e19e0 thread pid: 26157 stackpointer=0x3fffc5f69b8 Full thread dump Classic VM (1.3.1-1, native threads): .... .... Removing rmitest/Client.class under $TOMCAT_HOME/webapps/cocoon/WEB-INF/classes solved this problem, but that way I can't test my generator :( Or do I also have to place all the class files of Cocoon 2 self in that classes-directory? (Seems odd to me, since it adds all the containing .jar files to the classpath) --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>