2014-10-07 9:59 GMT+02:00 Jean-Claude Dauphin <jc.daup...@gmail.com>:
> web.xml has a login welcome-file-list that should be the 1st page displayed
>
> <welcome-file-list>
>       <welcome-file>jsp/login/login.jsp</welcome-file>
>    </welcome-file-list>
>
> You can download the war file from
> https://kenai.com/projects/j-isis/downloads/download/Web-JISIS3.war if you
> have time to have a look
>
> I have probably make something wrong but I cannot figure out what

add index.html to root with such code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=jsp/login/login.jsp">
</head>
<body>
<p>Loading ...</p>
</body>
</html>

or even instead of using jsp, point it directly to .action


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to