<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1264" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello List,  I’ve  installed a few days 
ago the latest Opencms on my suse 8.2 box.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Software Apace: 1.3.27-38<BR>Tomcat: 
4.1.18-25<BR>location Tomcat : /opt/Jakarta/tomcat <BR>Default html home : 
/srv/www/htdocs<BR>Opencms: 5</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Tomcat works ->  <BR>tested with <A 
href="http://mycomputer:8787">http://mycomputer:8787</A> (I used 8787 because I 
already use 8080)</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>OpenCMS works -> <BR>tested with <A 
href="http://mycomuper:8787/opencms/opencms">http://mycomuper:8787/opencms/opencms</A> 
I get the congratulations screen</FONT></DIV>
<DIV> </DIV><FONT face=Arial size=2>
<DIV><BR>What must I do to get Opencms with the url: <A 
href="http://mydomain.com">http://mydomain.com</A></DIV>
<DIV> </DIV>
<DIV>I search the archive with httpd.conf, mod_jk.so, mod_webapps.so, 
<BR>redirect. etc…. and saw dozens of solutions.</DIV>
<DIV> </DIV>
<DIV><BR>I’ve tested fi with the options below</DIV>
<DIV> </DIV>
<DIV><BR>*****In httpd.conf*****<BR>in loadmodule section -> Loadmodule 
jk_module  /…../mod_jk.so<BR>in addmodule section -> AddModule 
mod_jk.c</DIV>
<DIV> </DIV>
<DIV><BR>*****Just above the virtual host section:*****<BR>JkWorkersFile 
/opt/jakarta/tomcat/conf/workers.properties<BR>JkLogFile 
/var/log/mod_jk.log<BR>JkLogLevel error</DIV>
<DIV> </DIV>
<DIV>*****Below Virtualhost section:*****<BR><VirtualHost 
My_IP_Number:8787><BR>  RewriteEngine on<BR>  RewriteRule /(.*) 
/opencms/opencms/$1 [PT]<BR>  JkMount /*.jsp ajp13<BR>    
<Directory 
/opt/jakarta/tomcat/webapps/opencms><BR>        
Options Indexes FollowSymLinks<BR>        
AllowOverride All<BR>    
</Directory><BR></VirtualHost></DIV>
<DIV> </DIV>
<DIV>*****workers.properties: The default file with three 
adjustments:*****<BR>workers.tomcat_home=/opt/jakarta/tomcat<BR>workers.java_home=/user/lib/SunJava2-1.4<BR>ps=/</DIV>
<DIV> </DIV>
<DIV>*******</DIV>
<DIV> </DIV>
<DIV>All I get with  <A href="http://my_ip_number">http://my_ip_number</A> 
is the default Suse system webpage</DIV>
<DIV> </DIV>
<DIV>I saw a lot more configs and tested most of them but I can not get it 
working. <BR>Even the documentation couldn’t help me What’s  wrong?</DIV>
<DIV> </DIV>
<DIV>(I’m a newbee please keep it simple)</DIV>
<DIV> </DIV>
<DIV>Thanks Ron</FONT></DIV></BODY></HTML>