<servlet>
        <servlet-name>Directory</servlet-name>
        <servlet-class>com.xxxxx.leaders.Directory</servlet-class>
    </servlet>
    <servlet-mapping>
        <servlet-name>Directory</servlet-name>
        <url-pattern>/directory</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
        <welcome-file>directory.jsp</welcome-file>
    </welcome-file-list>

The very first time I look at this app each day I receive a 301 Error Too 
Many Redirects. After I refresh it will load fine every time afterward. The 
jsp is is the root of the war file so I am not sure why I am getting that 
redirect error.  

-- 
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