jaas authentication in jetty

2010-06-17 Thread treyed
Hello, I am trying to use JAAS to authenticate my users. My project is in GWT v2, which runs jetty. I use eclipse for development. From http://code.google.com/p/google-web-toolkit/issues/detail?id=4462 I found out that jetty doesn't like any realm definitions in web.xml, so I moved them to

jaas authentication in jetty, jetty.plus not included?

2010-06-17 Thread treyed
I sent a similar message to this earlier but it doesn't seem to have shown up; Anyway, I am trying to configure JAAS authentication in jetty as follows in web-jetty.xml, but I keep getting a classnotfound exception for org.mortbay.jetty.plus.jaas.JAASUserRealm. Even trying to import this class

Re: Web server magic?

2010-06-17 Thread treyed
So I guess Jetty is running somehow... but I don't know how to fix this problem since everything is magic and hidden from me. Yes, GWT comes embedded with jetty for a webserver. Have you tried to run the sample project that comes GWT? If not, you should start there. Install the google