On Wed, 18 Sep 2002 20:30, you wrote: > Just a little question, Rodney about your www.kahootz.com > > q 1. do you run it in tomcat configured on pourt 80 ? > in the $TOMCAT_HOME/webapps/ROOT ?
We run Apache 1.3.26, mod_jk and Tomcat 4.x and the web app is in $TOMCAT_HOME/webapps/ROOT... "/kz/" is our mod_jk mount point, specified in httpd.conf. > q.2 typing http://www.kahootz.com loads a yellow page and redirects it > after a short time to http://www.kahootz.com/kz/ > > How one does redirect with a given delay to another screen in turbine? That is just our Apache index.html file which has the following tag in the <head> section: <META http-equiv="refresh" content="1;URL=/kz/"> This is a 1 second delay, but you can set it to 0 for an instant redirect or 5 for a 5 second delay. Regards, -- Rodney -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
