[opencms-dev] Installation problems - no wizard? [more info]
Derek Hohls
DHohls at csir.co.za
Thu Aug 22 13:28:49 CEST 2002
web.xml is shown below:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"web-app_2_3.dtd">
<web-app>
<display-name>OpenCms</display-name>
<description>
OpenCms a open source contentmanagement solution. See
details on http://www.opencms.com/
</description>
<servlet>
<servlet-name>OpenCmsServlet</servlet-name>
<description>
OpenCms is one servlet that handles all requests.
</description>
<servlet-class>com.opencms.boot.OpenCmsServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>OpenCmsServlet</servlet-name>
<url-pattern>/opencms/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>OpenCmsServlet</servlet-name>
<url-pattern>*.jsp</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>jsp</servlet-name>
<url-pattern>*.ocjsp</url-pattern>
</servlet-mapping>
<session-config>
<session-timeout>30</session-timeout> <!-- 30 minutes -->
</session-config>
<welcome-file-list>
<welcome-file>index.ocjsp</welcome-file>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
</welcome-file-list>
</web-app>
>>> hartmann at waehrisch-feykes.de 22/08/2002 12:12:17 >>>
What does your web.xml ($TOMCAT_HOME/webapps/opencms/WEB-INF/web.xml)
look
like?
Am Donnerstag, 22. August 2002 10:59 schrieben Sie:
> Sorry
>
> I forget to include the Tomcat error log, which may help
> track down the problem... the relavant parts are:
>
> 2002-08-22 10:40:35 ContextConfig[/opencms]
> Parse error in application web.xml
> org.xml.sax.SAXParseException:
> Relative URI "web-app_2_3.dtd";
> can not be resolved without a document URI.
> at com.sun.xml.parser.Parser.fatal(Parser.java:2817)
> ....
> 2002-08-22 10:40:35 ContextConfig[/opencms]:
> Occurred at line 5 column -1
> 2002-08-22 10:40:35 ContextConfig[/opencms]:
> Marking this application unavailable due to previous error(s)
> 2002-08-22 10:40:35 StandardContext[/opencms]:
> Error initializing naming context for context /opencms
> 2002-08-22 10:40:35 StandardContext[/opencms]:
> Context startup failed due to previous errors
> 2002-08-22 10:40:35 StandardContext[/opencms]:
> Error initializing naming context for context /opencms
>
> >>> DHohls at csir.co.za 22/08/2002 10:51:24 >>>
>
> I am trying to deploy OpenCMS in the following environment:
>
> OpenCMS 4.6.1.
> Windows 2000
> Tomcat 4.0.4
> JDK 1.3
> mySQL 3.23.x
>
> [Note that TC itself works OK and I am running other webapps
> under localhost:8080 ...]
>
> I have followed the installation instructions up to
> Step 4: Deploy the opencms.war file. The appropriate
> directories and files appear to have been extracted OK.
>
> However, when I try to access the installation wizard:
> http://localhost:8080/opencms/ocsetup
>
> I get this message-
> Description: The requested resource (/opencms/ocsetup) is not
> available.
>
> How do I proceed from here??
>
> Thanks
> Derek
--
Stephan Hartmann
Währisch & Feykes GmbH
Gustav-Adolf-Str. 5
47057 Duisburg
Tel. 0203 / 373 070
Fax 0203 / 376 766
hartmann at wfnetz.de
------------------------------------------------------
Ausschlusserklärung (Disclaimer):
Über das Internet versandte E-mails können unter fremden Namen erstellt
oder
manipuliert werden. Aus diesem Grund enthalten unsere mit E-mail
verschickten
Nachrichten grundsätzlich keine rechtsverbindlichen
Willenserklärungen.
More information about the opencms-dev
mailing list