--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
git clone https://github.com/Kurento/kurento-tutorial-java.git cd kurento-tutorial-java/kurento-hello-world mvn compile exec:java
My Java app and KMS all runing in the same machine, I got error, when I check in firebug console "POST http://localhost:8080/helloworld". I try to execute this url POST http://localhost:8080/helloworld in browser so got
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Tue Feb 24 12:49:22 IST 2015There was an unexpected error (type=Method Not Allowed, status=405).Request method 'GET' not supportedCan you tell me whats going wrongThank you
--
--
--