There are several tutorials on creating sling servlets. All of them use paths, e.g. "sling.servlet.paths=" + "/bin/readjson" (and this can be hit on www.mysite.com/bin/readjason )All of them say its better to use resource types, e.g. "sling.servlet.resourceTypes="+ "noidea", but how do I hit the ser...