<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Verdana size=2></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN 
class=807115306-08062006>Hello.</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN 
class=807115306-08062006></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006>I try use the 
config of this page: </SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006><A 
href="http://opencms-forum.de/viewtopic.php?t=713">http://opencms-forum.de/viewtopic.php?t=713</A></SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN 
class=807115306-08062006></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006>Hello  I have 
followed the configuration of this page to eliminate /opencms/opencms of the URL 
and to make the access easiest.</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN 
class=807115306-08062006></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006>This is my 
config:</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN 
class=807115306-08062006></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006>Debian sarge 3.1 
estable:</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN 
class=807115306-08062006></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006>Apache 2 (Debian 
package) Version: 2.0.54-5</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006>Tomcat 4 (Debian 
package) Version: 4.1.31-3</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN 
class=807115306-08062006>mod_jk/1.2.6</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN 
class=807115306-08062006></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006>Everything seems 
to work until position well the screen of login. Login is displaying correctly, 
but when I try login, </SPAN></FONT><FONT face=Verdana size=2><SPAN 
class=807115306-08062006>login does not work and I cannot enter Opencms 
Workplace. Despite I navigate by the zone “Online” without no 
problem.</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN 
class=807115306-08062006></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006>I enter log and 
password, but when I press the login button, the login screen is 
redisplayed.</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN 
class=807115306-08062006></SPAN></FONT><FONT face=Verdana size=2><SPAN 
class=807115306-08062006></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006>This is my apache2 
virtual host config:</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN 
class=807115306-08062006></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006><VirtualHost 
*:80></SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006>   
ServerAdmin <A href="mailto:admin@mydomain">admin@mydomain</A><BR>   
ServerName  myomain<BR>   ErrorLog 
/var/log/apache2/domain_error.log<BR></SPAN></FONT><FONT face=Verdana 
size=2></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006>   # If 
the requested URI is located in the resources folder, do not forward the 
request<BR>   SetEnvIfNoCase Request_URI ^/opencms/resources/.*$ 
no-jk</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006><BR>   # 
If the requested URI is static content do not forward the 
request<BR>   SetEnvIfNoCase Request_URI ^/export/.*$ 
no-jk</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006>   
RewriteEngine on<BR>   # If the requested URI is NOT located in the 
resources folder.<BR>   # Prepend an /${WEBAPP_NAME}/opencms to 
everything that does not already starts with it<BR>   # and force the 
result to be handled by the next URI-handler ([PT]) (JkMount in this 
case)<BR>   RewriteCond %{REQUEST_URI} 
!^/opencms/resources/.*$<BR>   RewriteCond %{REQUEST_URI} 
!^/export/.*$<BR>   RewriteRule !^/opencms/opencms/(.*)$ 
/opencms/opencms%{REQUEST_URI} [PT]</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006><BR>   # 
These are the settings for static export. If the requested resource is not 
already<BR>   # statically exported create a new request to the 
opencms404 handler. This has to be<BR>   # a new request, because the 
current would net get through mod_jk because of the "no-jk" var.<BR>   
RewriteCond %{REQUEST_URI} ^/export/.*$<BR>   RewriteCond 
"%{DOCUMENT_ROOT}%{REQUEST_FILENAME}" !-f<BR>   RewriteCond 
"%{DOCUMENT_ROOT}%{REQUEST_FILENAME}/index_export.html" !-f<BR>   
RewriteRule .* 
/opencms/opencms/handle404?exporturi=%{REQUEST_URI}&%{QUERY_STRING} 
[P]</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006><BR>   # 
If the request starts with /${WEBAPP_NAME}/resources, delete the /${WEBAPP_NAME} 
prefix<BR>   RewriteCond %{REQUEST_URI} 
^/opencms/resources/.*$<BR>   RewriteRule ^/opencms/(.*)$ 
/$1</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006><BR>   
DocumentRoot "/var/lib/tomcat4/webapps/opencms/"<BR></SPAN></FONT><FONT 
face=Verdana size=2><SPAN class=807115306-08062006>   JkMount /* 
ocms</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN 
class=807115306-08062006></VirtualHost><BR></SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN 
class=807115306-08062006></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006>This is my Tomcat 
connector:</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN 
class=807115306-08062006></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006><Connector 
className="org.apache.coyote.tomcat4.CoyoteConnector"<BR>               
port="8009" minProcessors="5" 
maxProcessors="75"<BR>               
enableLookups="false" acceptCount="10" 
debug="0"<BR>               
connectionTimeout="20000" 
useURIValidationHack="false"<BR>               
protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN 
class=807115306-08062006>               <FONT 
face="Times New Roman" size=3>emptySessionPath="true" 
protocol="AJP/1.3"</FONT></SPAN></FONT><FONT face=Verdana size=2><SPAN 
class=807115306-08062006>/><BR></SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006>The tomcat 
security is not active.</SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN 
class=807115306-08062006></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006>I have followed 
all the steps of document: <SPAN class=807115306-08062006><A 
href="http://opencms-forum.de/viewtopic.php?t=713">http://opencms-forum.de/viewtopic.php?t=713</A>, 
but I don't modify /sites config. I need doing?</SPAN></SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006><SPAN 
class=807115306-08062006></SPAN></SPAN></FONT><FONT face=Verdana size=2><SPAN 
class=807115306-08062006><SPAN 
class=807115306-08062006></SPAN></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006><SPAN 
class=807115306-08062006>Somebody has this same problem?  Ideas, 
suggestions?   </SPAN></SPAN></FONT></DIV>
<DIV><FONT face=Verdana size=2><SPAN class=807115306-08062006><SPAN 
class=807115306-08062006>Thank you very much. 
</SPAN></SPAN></FONT></DIV></BODY></HTML>