<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
ravi kumar schrieb:
<blockquote
 cite="mid41a6bb760609272326i1f923482kd18921fc9954ac33@mail.gmail.com"
 type="cite">
  <meta http-equiv="Context-Type"
 content="text/html; charset=ISO-8859-1">
  <div>Hi jonnathan</div>
  <div>Thanx for ur response</div>
  <div>i published the total project to online even though it is not
coming</div>
  <div>and one more thing i just cheked out that in open cms they have
given defalut project under sites folder in oepn cms work place.that
was published already offline and online .The index.jsp in default
project is opening when we click directly but if we copy the url and
paste it into the new browser window the page is not opening and it is
showing that system reading error
  </div>
  <div> </div>
  <div>Thanks and regards</div>
  <div>Ravikumar samala<br>
  <br>
 </div>
</blockquote>
Ravi,<br>
<br>
Maybe you have problems with the site root?<br>
If you are logged into the system, your site root can be set to
anything you want. <br>
But if somebody is not logged in then the site root will be added to
all paths. That means that usually the path /sites/default/ is added to
the name of all files that are read from the virtual filesystem. So, if
somebody requests <a class="moz-txt-link-abbreviated" href="http://www.yoursite.com/opencms/opencms/x/y.html">www.yoursite.com/opencms/opencms/x/y.html</a><br>
then opencms will actually try to read something like
/sites/default/x/y.html<br>
<br>
Please check the error message to check *which* file could not be read
and see if the site root is set to something different than you
expected.<br>
<br>
christian<br>
</body>
</html>