OpenCMS installation

Gregor Wolf gregor.wolf at chiemgau.com
Sun Feb 27 01:36:56 CET 2000


Hello,

I've installed OpenCMS on my SuSE Linux 6.2 with Apache 1.3.9,
ApacheJServ-1.1, xerces-1_0_2 and mm.mysql.jdbc-1.2b. The installation
works well but when I try to open the URL
http://my-server/servlets/opencms/system/workplace/action/login.html I get
the following error in the mod_jserv.log:

[27/02/2000 00:54:11:699] (EMERGENCY) ajp12[1]: cannot scan servlet headers
 (500)
[27/02/2000 00:54:11:699] (ERROR) an error returned handling request via
protocol "ajpv12"
[27/02/2000 00:54:12:698] (EMERGENCY) ajp12: ping: no reply (-1)
 Please make sure that the wrapper.
classpath is pointing             to the correct version of ApacheJServ.jar

The demo servlets Hello and IsItWorking are runnung fine. Are there any help?

The "How to install OpenCms" under
http://194.8.217.226/servlets/mht/service/install.html is correct for
Windows, but for Unix the line:

jre -cp opencms.jar;xerces.jar;mysql_uncomp.jar com.opencms.setup.CmsShell
com.opencms.file.CmsInitMySqlFillDefaults org.gjt.mm.mysql.Driver
jdbc:mysql://localhost:3306/opencms?user=root;password= < cmssetup.txt 

must look like this:

jre -cp opencms.jar -cp xerces.jar -cp mysql_uncomp.jar
com.opencms.setup.CmsShell com.opencms.file.CmsInitMySqlFillDefaults \
org.gjt.mm.mysql.Driver \
jdbc:mysql://localhost:3306/opencms?user=root&password= < cmssetup.txt

by


-                                   
Gregor Wolf

Internetservice chiemgau.com GmbH
Sonnenstraße 7, Oderberg
83374 Traunwalchen
Tel freecall: 0800 - 800 1200
Fax freecall: 0800 - 800 1300
Mobil:        0172 - 643 8671
http://www.chiemgau.com/



More information about the opencms-dev mailing list