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. >
