[opencms-dev] Always the same content

Groyecki Jan Groyecki_J at lippische.de
Tue Jan 10 13:49:27 CET 2006


Hello

I have some directories with index.htm's . In offline project everythinq works. I mean i can call all of theese  index.htm's
and the content is OK. 
In online project I get always the same conten for every index.html !! The URL's and the navigation (included) are OK. The content appears to come from the last touched site.
It's not always the same content.

My configuration
Tomcat 5.0.28/OpenCMS 6.0.3


opencms-system.xml:
		<sites>
			<workplace-server>http://localhost:8090</workplace-server>
			<default-uri>/sites/default/</default-uri>
			<!-- site server="http://localhost:8070" uri="/sites/default/"/ -->
			<site server="http://localhost:8090" uri="/sites/lippische/"/>			
		</sites>

server.xml

    <!-- Define a non-SSL Coyote HTTP/1.1 Connector on the port specified
         during installation  -->
    <Connector port="8090"               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" redirectPort="8443" acceptCount="100"
               debug="0" connectionTimeout="20000" 
               disableUploadTimeout="true" />
    <Connector port="8070"               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" redirectPort="8443" acceptCount="100"
               debug="0" connectionTimeout="20000" 
               disableUploadTimeout="true" />
    <Connector port="8071"               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" redirectPort="8443" acceptCount="100"
               debug="0" connectionTimeout="20000" 
               disableUploadTimeout="true" />


Thanks for your help!

Jan 



More information about the opencms-dev mailing list