M
Michael Jacobs
Guest
It looks like you are in the right place and configuring the right thing. It is the URI value for the login page that is probably the problem. In a Java web application all URI configurations are relative to the root of the Java web application space, not to the root of the URL path. Try changing /appname/web/login.html to /web/login.html (If you are not going to use the sample login/logout files, which is perfectly reasonable, you probably want to remove them from your project)
Continue reading...
Continue reading...