Hello, 
I have a project with 5 war files deployed to a server and I rewrote the login
with stripes.  After i validate the user from db i need to send them to a map
page with the url http://localhost:5689/Cwss/Map.jsf
Is this possible to do from within one war and how can i solve this?
can i do 
public Resolution checkLogin(){
  if(LoginVerified = true){
        return new ForwardResolution("http://localhost:5689/Cwss/map.jsf";);
    }
}
I know this doesnt work because it appends the url of the stripes login war file
to the beggining.

Any suggestion will be appreciated.Thanks in advance.
Ken


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to