<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>Hi.<br>
<br>
We have OpenCMS 6b1 running on Tomcat 5. It installed without a problem.<br>
<br>
Do you have the appropriate context-param, servlet and servlet-mapping
config in OpenCMS's web.xml?<br>
</tt>
<pre wrap="">    <context-param>
        <param-name>OpenCmsServlet</param-name>
        <param-value><i class="moz-txt-slash"><span
 class="moz-txt-tag">/</span>opencms<span class="moz-txt-tag">/</span></i>*</param-value>
    </context-param>

    <servlet>
        <servlet-name>OpenCmsServlet</servlet-name>
        <description>
            The main servlet that handles all requests to the OpenCms VFS.  
        </description>
        <servlet-class>org.opencms.main.OpenCmsServlet</servlet-class>
        <load-on-startup>1</load-on-startup>
    </servlet>

    <servlet-mapping>
        <servlet-name>OpenCmsServlet</servlet-name>
        <url-pattern><i class="moz-txt-slash"><span
 class="moz-txt-tag">/</span>opencms<span class="moz-txt-tag">/</span></i>*</url-pattern>
    </servlet-mapping>
</pre>
<tt><br>
Steph<br>
<br>
<br>
<br>
</tt><br>
Erik Lyons wrote:
<blockquote cite="mids2242dd0.061@EXTGWIA.CityofSalem.net" type="cite">
  <pre wrap="">I had this very problem on RedHat ES 3.0 with tomcat5. I don't remember
what fixed it, but I did have a lot of trouble with Xerces version.

-e.l.

  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <blockquote type="cite">
        <pre wrap=""><a class="moz-txt-link-abbreviated" href="mailto:KevinH@mckenzieseeds.com">KevinH@mckenzieseeds.com</a> 3/1/2005 8:37:48 AM >>>
        </pre>
      </blockquote>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
I had a problem like this too, but I've been working with 6b1 on
several platforms, so my memory's a little fuzzy.  I think it was on a
Debian("sarge") installation, which would have had tomcat4 installed(via
apt-get).  I know that I had to install tomcat5(manually! ..not via
apt-get) and then I was able to proceed with the 6b1 installation.

Since you're having the problem with tomcat5, and I was having the
problem with tomcat4, it would seem the issue is one of tomcat's
configuration, rather than compatibility.

Hope this helps.
Kevin Hyde.

-----Original Message-----
From: Fabian Paganotto [<a class="moz-txt-link-freetext" href="mailto:fabian.paganotto@swisscom.com">mailto:fabian.paganotto@swisscom.com</a>] 
Sent: Tuesday, March 01, 2005 10:15 AM
To: <a class="moz-txt-link-abbreviated" href="mailto:opencms-dev@opencms.org">opencms-dev@opencms.org</a> 
Subject: [opencms-dev] HTTP Status 404 - /opencms/setup


Hi 

I have a little problem and it seems that I am not the only one. This
Problem 
was already sent once from another person

I tried to install opencms 6.0 beta 1 on a tomcat-5 
as described I put the opencms.war into the wepapp dir. Tomcat unpacked
it 
without problem. 

In the Web Browser I got the following

HTTP Status 404 - /opencms/setup/

type Status report

message /opencms/setup/

description The requested resource (/opencms/setup/) is not available.
Apache Tomcat/5.0


The examples are working without problem

Any Hints

Tanks a lot 

Fabian Paganotto


_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please
visit
<a class="moz-txt-link-freetext" href="http://mail.opencms.org/mailman/listinfo/opencms-dev">http://mail.opencms.org/mailman/listinfo/opencms-dev</a> 


_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please
visit
<a class="moz-txt-link-freetext" href="http://mail.opencms.org/mailman/listinfo/opencms-dev">http://mail.opencms.org/mailman/listinfo/opencms-dev</a>


_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://mail.opencms.org/mailman/listinfo/opencms-dev">http://mail.opencms.org/mailman/listinfo/opencms-dev</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Stephan Dale
Senior Software Engineer
Clicks and Links Ltd

<a class="moz-txt-link-abbreviated" href="mailto:stephan.dale@clicksandlinks.com">stephan.dale@clicksandlinks.com</a>
________________________________________________________________________

Clicks and Links Ltd
The Old School House, Thirsk Street, Ardwick Green, Manchester, M12 6PN.
Tel: +44(161) 273 5252
Fax: +44(161) 273 5293
Web: <a class="moz-txt-link-abbreviated" href="http://www.clicksandlinks.com">www.clicksandlinks.com</a>

This message is for the designated recipient only and may contain 
privileged, proprietary, or otherwise private information. If you have 
received it in error, please notify the sender immediately and delete 
the original. Any other use of the email by you is prohibited. If you 
have received this email in error please notify <a class="moz-txt-link-abbreviated" href="mailto:info@clicksandlinks.com">info@clicksandlinks.com</a>. 
This Email message has been swept for the presence of computer viruses 
currently known to Clicks and Links. However, the recipient is 
responsible for virus-checking before opening this message and any 
attachment.

Clicks and Links Limited is incorporated in England and Wales under 
company number 4029108. Registered address: 28 Moss Road, Alderley Edge, 
Cheshire SK9 7HZ.
</pre>
</body>
</html>