[opencms-dev] Installation Problem - the requested resource (/opencms/ocsetup) is not available
David Pape [ Twinwave ]
d.pape at twinwave.net
Thu Nov 8 17:55:47 CET 2001
Thanks for all the help. I have managed to solve this problem:
It was to do with the ordering of the XML tags in web.xml; I moved the
<description> above the <servlet-class> then got another error and so had to
move the <session-config> above the <welcome-file-list>.
Thanks again, this is the best technical support I have got in a while.
-----Original Message-----
From: owner-opencms-dev at www.opencms.com
[mailto:owner-opencms-dev at www.opencms.com]On Behalf Of Stephan Hartmann
Sent: 08 November 2001 16:25
To: opencms-dev at www.opencms.com
Subject: Re: [opencms-dev] Installation Problem - the requested resource
(/opencms/ocsetup) is not available
just a little difference in your web.xml to mine: the order of description
element and servlet-class element.
here's mine:
<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>
More information about the opencms-dev
mailing list