Tag Archives: play framework

Play Framework – Input line is too long…

Play Framework – Input line is too long… I have recently come across this problem where Play framework service wouldn’t run on some windows servers and result in the following error: The problem is APP_CLASS. Just update it to the following it should work fine: set “APP_CLASSPATH=%APP_LIB_DIR%\..\conf\;%APP_LIB_DIR%\*” Note: This would load all the libraries from… Continue reading »

Play Framework and CORS with Angular2 Client(Cross Origin Resource Sharing)

Play Framework and CORS with Angular2 Client(Cross Origin Resource Sharing) Although Play framework allows us to write complete web application including UI. But we can just keep our REST based HTTP service in Play Framework and access them from any other application hosted on another server. But as soon as you do it, you start… Continue reading »