<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16414" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I'm new to this list, but I've looked at everything 
I could find to help me finish this installation. I am very, very close though. 
I was able to complete the actual setup with all of the modules being deployed 
into the MySQL database. Everything looks good, including the index.jsp page. 
When I login though it is gives me the "Resource not found" message in a 
rectangular box in the center of the page. "
<P>"The requested resource "/opencms/system/login/index.html" was not found on 
the server."</P><!-- Status error messages end -->Obviously an OpenCMS message 
and not Tomcat.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I had to play with a few files to get this far, so 
I'm assuming that I'm getting close.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have a Tomcat 5.5 server that serves three 
domains. Say <A href="http://www.siteA.com">www.siteA.com</A>, <A 
href="http://www.siteB.com">www.siteB.com</A> and <A 
href="http://www.siteC.com">www.siteC.com</A>. SiteC is what I am trying to 
setup with OpenCMS. The first two sites operate fine today on the same 
server.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>This is what is in my opencms-system.xml 
file</FONT></DIV>
<DIV><FONT size=2>
<P><sites></P>
<P><workplace-server>http://www.siteC.ca</workplace-server></P>
<P><default-uri>/sites/default/</default-uri></P>
<P><site server="http://www.siteC.ca" uri="/sites/default/"/></P>
<P></sites></P>
<P>This is what I needed to put in my Tomcat server.xml in order to get anything 
working. It is within a Host definition segment. Without it Tomcat would have 
not idea how to use the opencms directory in the webapp directory.</P>
<P><FONT size=2><Context path="opencms" docBase="opencms" debug="0" 
swallowOutput="true"></FONT></P>
<P><FONT size=2>Everything else should be default values, I believe. Any 
direction appreciated. I'm looking forward to working with OpenCMS.</FONT></P>
<P><FONT size=2></FONT> </P>
<P><FONT size=2> </P></FONT></FONT></DIV></BODY></HTML>