Hi, I have success to run tomcat ( version 3.2.2 ) in service ( win2000 ) with cocoon2 web application ( website). What i did is :
1) change the parser.jar to zparser.jar ( in the tomcat/lib ) 2) change the jaxp.jar to zjaxp.jar ( in the tomcat/lib ) 3) copy xerces_x_y_z.jar from cocoon/lib to tomcat/lib 4) edit the wrapper.properties like: ... wrapper.tomcat_home=C:\jakarta-tomcat-3.2.2 ... wrapper.java_home=C:\jdk1.3.1 ... wrapper.class_path=$(wrapper.tomcat_home)\lib\webserver.jar wrapper.class_path=$(wrapper.tomcat_home)\lib\servlet.jar wrapper.class_path=$(wrapper.tomcat_home)\lib\jasper.jar wrapper.class_path=$(wrapper.tomcat_home)\lib\xerces_1_4_0.jar.jar # only if you use mysql wrapper.class_path=$(wrapper.tomcat_home)\lib\mysql.jar wrapper.class_path=$(wrapper.tomcat_home)\lib\zjaxp.jar wrapper.class_path=$(wrapper.tomcat_home)\lib\zparser.jar ... BUT ! i meet a problem, because i also need to run a web application within the tomcat, this web application need a lot of memory ( more then 64 mb ) so i will need to set the extra option to rise the jvm memory like -Xmx .. ect. My question is where should put the option ? Additional Question : I also try to make the mysql as a service in win2000, but i got the error : A system error has occurred. System error 1067 has occurred. The process terminated unexpectedly Any idea ? Thank you. regards, Kok Choon. -------------------------------------------------------- Name: Ling Kok Choon E-mail: Ling Kok Choon <[EMAIL PROTECTED]> Date: 11/15/01 Time: 14:21:50 This message was sent by Z-Mail Pro - from NetManage NetManage - delivers Standards Based IntraNet Solutions -------------------------------------------------------- --------------------------------------------------------------------- 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]>