<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.6.2">
</HEAD>
<BODY>
Ok, I found the problem with my setup, I had renamed the opencms folder to ROOT, but I forgot to rename the opencms.war file.  Now that I have renamed BOTH to ROOT and ROOT.war, it is working now... sort-of...  I don't get any images or javascript files downloaded.  According to my apache log (I'm not getting any errors at all in any of my tomcat logs), I am getting errors like this:<BR>
<BR>
[Thu Sep 22 19:29:53 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /export/system/workplace/commons/style/workplace.css denied, referer: <A HREF="http://localhost/system/login/index.html">http://localhost/system/login/index.html</A><BR>
[Thu Sep 22 19:29:53 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /resources/commons/login.png denied, referer: <A HREF="http://localhost/system/login/index.html">http://localhost/system/login/index.html</A><BR>
[Thu Sep 22 19:29:53 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /resources/commons/login_logo.png denied, referer: <A HREF="http://localhost/system/login/index.html">http://localhost/system/login/index.html</A><BR>
[Thu Sep 22 19:29:54 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /resources/commons/explorer.js denied, referer: <A HREF="http://localhost/system/workplace/views/workplace.jsp">http://localhost/system/workplace/views/workplace.jsp</A><BR>
[Thu Sep 22 19:29:54 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /resources/commons/empty.html denied, referer: <A HREF="http://localhost/system/workplace/views/explorer/explorer_fs.jsp?wpFrame=body">http://localhost/system/workplace/views/explorer/explorer_fs.jsp?wpFrame=body</A><BR>
[Thu Sep 22 19:29:54 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /export/system/workplace/commons/style/workplace.css denied, referer: <A HREF="http://localhost/system/workplace/views/top_foot.jsp?wpFrame=foot">http://localhost/system/workplace/views/top_foot.jsp?wpFrame=foot</A><BR>
[Thu Sep 22 19:29:54 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /resources/commons/tree.js denied, referer: <A HREF="http://localhost/system/workplace/views/explorer/tree_fs.jsp">http://localhost/system/workplace/views/explorer/tree_fs.jsp</A><BR>
[Thu Sep 22 19:29:54 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /resources/commons/empty.html denied, referer: <A HREF="http://localhost/system/workplace/views/explorer/tree_fs.jsp">http://localhost/system/workplace/views/explorer/tree_fs.jsp</A><BR>
[Thu Sep 22 19:29:54 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /export/system/workplace/commons/style/workplace.css denied, referer: <A HREF="http://localhost/system/workplace/views/top_head.jsp?wpFrame=head">http://localhost/system/workplace/views/top_head.jsp?wpFrame=head</A><BR>
[Thu Sep 22 19:29:54 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /resources/buttons/publish.png denied, referer: <A HREF="http://localhost/system/workplace/views/top_head.jsp?wpFrame=head">http://localhost/system/workplace/views/top_head.jsp?wpFrame=head</A><BR>
[Thu Sep 22 19:29:54 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /resources/buttons/preferences.png denied, referer: <A HREF="http://localhost/system/workplace/views/top_head.jsp?wpFrame=head">http://localhost/system/workplace/views/top_head.jsp?wpFrame=head</A><BR>
[Thu Sep 22 19:29:54 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /resources/buttons/reload.png denied, referer: <A HREF="http://localhost/system/workplace/views/top_head.jsp?wpFrame=head">http://localhost/system/workplace/views/top_head.jsp?wpFrame=head</A><BR>
[Thu Sep 22 19:29:54 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /resources/buttons/help.png denied, referer: <A HREF="http://localhost/system/workplace/views/top_head.jsp?wpFrame=head">http://localhost/system/workplace/views/top_head.jsp?wpFrame=head</A><BR>
[Thu Sep 22 19:29:54 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /resources/buttons/logout.png denied, referer: <A HREF="http://localhost/system/workplace/views/top_head.jsp?wpFrame=head">http://localhost/system/workplace/views/top_head.jsp?wpFrame=head</A><BR>
[Thu Sep 22 19:29:54 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /resources/commons/workplace.png denied, referer: <A HREF="http://localhost/system/workplace/views/top_head.jsp?wpFrame=head">http://localhost/system/workplace/views/top_head.jsp?wpFrame=head</A><BR>
<BR>
I've double checked my permissions and everything in the webapps folder is owned by tomcat:tomcat, and I even chmod'ed everything to 775.<BR>
<BR>
One other thing I would like to double check is, in the how-to, it says to change 'app.name' in opencms.properties to 'ROOT'.  Since I'm running OpenCms 6.0, I don't have an 'app.name'... I have a 'server.name', should that have been the one to change?  (I tried it both ways with the same results).<BR>
<BR>
Thanks again in advance!<BR>
Randy<BR>
<BR>
On Wed, 2005-09-21 at 21:58 -0400, Ron Wheeler wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">You mighht want to post the relevent sections out of your code file and </FONT>
<FONT COLOR="#000000">the output from your apache and tomcat logs.</FONT>

<FONT COLOR="#000000">The truth will be found in the logs. They will tell you exactly what </FONT>
<FONT COLOR="#000000">tomcat thought was being requested and why it could not deliver.</FONT>

<FONT COLOR="#000000">Ron</FONT>

<FONT COLOR="#000000">Randal Cobb wrote:</FONT>

<FONT COLOR="#000000">> Can anyone point me to a document or URL that give me the instructions </FONT>
<FONT COLOR="#000000">> on how to configure them all using the mod_proxy module?  I've tried </FONT>
<FONT COLOR="#000000">> setting up using the 'Integrating OpenCms, Tomcat and the Apache </FONT>
<FONT COLOR="#000000">> webserver with mod_proxy' document, but, it doesn't seem to be working </FONT>
<FONT COLOR="#000000">> with the versions I have installed.  Everything APPEARS to work, but, </FONT>
<FONT COLOR="#000000">> no matter what URL I go to (that worked prior to making the changes if </FONT>
<FONT COLOR="#000000">> I did the http://<blah>:8080/opencms/opencms/...) cause a 404 error </FONT>
<FONT COLOR="#000000">> out of Tomcat.</FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">> Any help pointing me in the right direction would be greatly appreciated.</FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">> Cheers!</FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">>------------------------------------------------------------------------</FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">></FONT>
<FONT COLOR="#000000">>_______________________________________________</FONT>
<FONT COLOR="#000000">>This mail is send to you from the opencms-dev mailing list</FONT>
<FONT COLOR="#000000">>To change your list options, or to unsubscribe from the list, please visit</FONT>
<FONT COLOR="#000000">><A HREF="http://mail.opencms.org/mailman/listinfo/opencms-dev">http://mail.opencms.org/mailman/listinfo/opencms-dev</A></FONT>
<FONT COLOR="#000000">></FONT>


<FONT COLOR="#000000">_______________________________________________</FONT>
<FONT COLOR="#000000">This mail is send to you from the opencms-dev mailing list</FONT>
<FONT COLOR="#000000">To change your list options, or to unsubscribe from the list, please visit</FONT>
<FONT COLOR="#000000"><A HREF="http://mail.opencms.org/mailman/listinfo/opencms-dev">http://mail.opencms.org/mailman/listinfo/opencms-dev</A></FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>