[opencms-dev] Icons not showing in OpenCMS

dyntech at palmdalelibrary.org dyntech at palmdalelibrary.org
Mon Sep 13 18:45:49 CEST 2004


Well team, 

I had everything working as a standalone but it's falling apart 
using mod_proxy... I can log into CMS through apache but no icons are 
showing up.... Here is how I have everything configured...

1) Tomcat is in /var/tomcat4
2) OpenCms is in /var/tomcat4/webapps/ROOT
3) opencms.properties has changed two keys to reflect:

url_prefix_export=/export
url_prefix_http=

4) server.xml has:

<Server port="8005" shutdown="SHUTDOWN" debug="0"> 
<Service name="Tomcat-Standalone">
<!-- 
 Define a combined connector for the "public visible" 
server names 
--> 
<Connector 
className="org.apache.coyote.tomcat4.CoyoteConnector" 
port="8081" minProcessors="5" maxProcessors="75" 
proxyName="get.palmdalelibrary.int" proxyPort="80" 
enableLookups="true" redirectPort="8443" acceptCount="100" 
debug="0" connectionTimeout="20000" useURIValidationHack="false" 
disableUploadTimeout="true" /> 
- <!-- 
 Define one connector for the "internal" editor server 
--> 
<Connector 
className="org.apache.coyote.tomcat4.CoyoteConnector" 
port="8082" minProcessors="5" maxProcessors="75" 
proxyName="opencms.palmdalelibrary.int" proxyPort="80" 
enableLookups="true" redirectPort="8443" acceptCount="100" 
debug="0" connectionTimeout="20000" useURIValidationHack="false" 
disableUploadTimeout="true" /> 
<Engine name="Standalone" defaultHost="localhost" debug="0"> 
<Host name="localhost" debug="0" appBase="webapps" 
unpackWARs="true" autoDeploy="true"> 
<!-- 
 You can change "unpackWARs" and "autoDeploy" to false 
after the installation is finished 
--> 
<Logger className="org.apache.catalina.logger.FileLogger" 
directory="logs" prefix="localhost_log." suffix=".txt" timestamp="true" 
/> 
</Host> 
</Engine> 
</Service> 
</Server>
5) Modules are present int Apache conf
6) httpd.conf relfects:
<VirtualHost 192.168.1.20>
    ServerName opencms.palmdalelibrary.int
    ServerAdmin dyntech at palmdalelibray.org
    DocumentRoot "/var/tomcat4/webapps/"
    ErrorLog logs/error.log
   # Log only non-redirect requests in "normal" log file
   SetEnvIf Request_URI "\/opencms\/*" redirect
   CustomLog logs/localhost-access.log common env=!redirect
  ProxyPass         ${OpenCmsContext}/                 !
  RedirectPermanent ${OpenCmsContext}/                
http://opencms.palmdalelibrary.int/
  ProxyPass         /opencms/                !
  RedirectPermanent /opencms/              http://opencms.palmdalelibrary.int/
  ProxyPass         /resources/               !
  ProxyPass         /export/                  !
   ProxyPass         /                         http://127.0.0.1:8082/opencms/
   ProxyPassReverse  /                         http://127.0.0.1:8082/opencms/
</VirtualHost>

I am able to get the login widow at: 
http://opencms.palmdalelibrary.int/system/login/

When I login everything seems to work but I icons are broken...

What am I missing? I checked and the icons are there....

Thank you,

Bob



More information about the opencms-dev mailing list