Hi,

I've been trying to have my landing page be displayed through a struts
action but App Engine just wouldn't let me do it.

The traditional way is to specify a .jsp in the <welcome-file> tag and
the use <jsp:forward "login.do"> (just a quick example). This doesn't
work.

Next, I tried calling <welcome-file>login.do</welcome-file>  - doesn't
work.

Next, I placed a dummy file 'login.do' and used the tag <welcome-
file>login.do</welcome-file> - Doesn't work (this works on jBoss and
this is how I usually use <welcome-file> to call a struts action).

Is there a way to have a struts action as the default action to be
called when users land on my site? Currently, I'm forced to do a
redirect, which is ugly.

So, my site http://justunfollow.com redirects to 
http://justunfollow.com/login.do
, Please help me figure out a way!

-Nischal

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to