• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Wildfly/Authentification - Redirect after login

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody,

I am developing a Java JEE Jboss application using wildfly and I would like to use the authentification.
I have the followed login.html :



I use this security-domain in standalone.xml of wildfly :


So I'm able to log in using authentification but, once logged in, I have to hit the url of a web servlet to keep using my application. I would like to redirect toward one of my servlets but I don't know how I could do this.
Any suggestion ?
 
reply
    Bookmark Topic Watch Topic
  • New Topic