I setup my webapp to load automatically through the apache Redirect 
configuration as such

# httpd.conf
#
Redirect permanent / http://mydomain.com/myapp/servlet/myapp
#

I'm not sure if this is what you are looking to do, but it was the easiest 
way I could find.


        Jeffery Painter


On Wed, 31 Mar 2004, David Demner wrote:

> Hi Richard,
> 
> In your TurbineResources.properties, check the values for template.homepage
> and screen.homepage - make sure these point to Index.vm and Login.vm
> respectively.
> 
> Alternately, I guess you could use mod_rewrite to do a server side redirect
> from index.html to index.vm, but changing the .properties file is probably
> better.
> 
> Good luck,
> 
> David
> 
> -----Original Message-----
> From: Richard Han [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, March 31, 2004 9:54 AM
> To: [EMAIL PROTECTED]
> Subject: define Index.vm as a welcome file
> 
> 
> Hi all,
> 
> Currently I have index.html as a static html page, which just do
> onload redirect to the full Turbine index.vm. But this looks awkward
> because user first see index.html briefly and then the brower redirect
> to Index.vm. I wonder is there a better way to configure turbine or
> tomcat to invoke Index.vm directly. 
> 
> Thanks!
> 
> richard


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to