Category Archives: wso2 stratos

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

Posted in cloud, cloudapps, java, paas, wso2 stratos | 1 Comment

Howto install WSO2 Stratos?

If you tried the hosted version of WSO2 Stratos at cloud.wso2.com and wants to get down to install it in your virtualized environment, this will help you to build it from the source code. Before you build WSO2 Stratos you … Continue reading

Posted in cloud computing, wso2 stratos | Leave a comment