I've updated the read me in this project to make it more readable and hopefully more useful.
https://github.com/dominicfarr/skybird-shiro >From what I understand you need help with. 1. Create a web service, not a web page. 2. Authenticate web service endpoints. 3. Have difference users with different roles. Is that correct? On 19 March 2014 18:47, Dominic Farr <[email protected]> wrote: > You don't need tomcat. > Don't use tomcat. > Stop your tomcat instance. > > Go to the root of the skybird-shiro project and execute the maven jetty > command. > > mvn jetty:run > > Then browse to http://localhost:8888/jersey/message > > > On 19 March 2014 18:38, onelazyguy <[email protected]> wrote: > >> Yes, I changed to port 8888 but it still persist. I don't think the port >> is >> the issue. I configured my tomcat using Eclipse and inject project WAR >> file >> my tomcat and open from the browser. >> >> http://localhost:8888/jersey/message <----- what do I should I see when >> I >> browse to that except 404 message? >> >> >> http://localhost:8888/skybird-shiro/ <----- opens fine and the welcome >> page >> shows >> >> >> >> -- >> View this message in context: >> http://shiro-user.582556.n2.nabble.com/How-to-get-the-user-session-using-apache-shiro-with-jersey-RESTful-tp7579771p7579800.html >> Sent from the Shiro User mailing list archive at Nabble.com. >> > >
