Engwar

Chintana Wilamuna's weblog

September 9, 2011
by Chintana
1 Comment

Java PaaS : Handling authentication in your web apps

In getting started with webapp development on Java PaaS, I briefly mentioned how to handle authentication for your web applications. Configuration is the same when you’re trying to configure form based authentication in Tomcat. <login-config> <auth-method>FORM</auth-method> <realm-name>Jwitter Auth</realm-name> <form-login-config> <form-login-page>/profile.jsp</form-login-page> … Continue reading