Error starting Alkacon OpenCms setup wizard.
It appears that your servlet container did not unpack the Alkacon OpenCms WAR file. Alkacon OpenCms requires that it's WAR file is unpacked.

Please unpack the Alkacon OpenCms WAR file and try again.

Check out the documentation of your Servlet container to learn how to unpack the WAR file, or do it manually with some kind of unzip - tool.

Tip for Tomcat users:
Open the file {tomcat-home}/conf/server.xml and search for unpackWARs="false". Replace this with unpackWARs="true". Then restart Tomcat.