users@glassfish.java.net

Re: Want to debug JDBCRealm

From: Dominik Dorn <dominik.dorn_at_gmail.com>
Date: Mon, 3 May 2010 20:18:48 +0200

you could simply copy the jdbc realm to your own namespace/package and
use that one.
You don't have to compile the whole application server, the jdbc realm is
just about 100 lines or so.





On Mon, May 3, 2010 at 7:21 PM, Stijn de Witt <StijnDeWitt_at_chello.nl> wrote:
> Thanks Dominik,
>
> First, my apologies for the late response (to my own question!) but I had a
> weekend with the family.
>
> I am trying to follow your suggestions. First I am checking out the
> Glassfish v3 sources from SVN as per the instructions on the Wiki, here:
> http://wiki.glassfish.java.net/Wiki.jsp?page=V3FullBuildInstructions
>
> It tells me that the SVN repo is at:
> https://svn.dev.java.net/svn/glassfish-svn/trunk/v3
>
> It doesn't say anything about a username or password, but TortoiseSVN comes
> up with a dialog asking for credentials. First tried hitting enter but it
> just asks again. Then I tried using username 'guest' and no password and
> that seems to work. Maybe document that on the Wiki? It was just a lucky
> guess on my part. :)
>
> Next I will try to build it (it's downloading as I write this) but I still
> have a question. You say I should copy the compiled classes to Glassfish's
> lib directory... but I thought the JDBCRealm is bundled with Glassfish
> already? Won't me copying a second JDBCRealm in there cause conflicts?
>
> I will let you know of my progress. Thanks for your help!
>
> -Stijn
>
>
>
> ----- Original Message ----- From: "Dominik Dorn" <dominik.dorn_at_gmail.com>
> To: <users_at_glassfish.dev.java.net>
> Sent: Sunday, May 02, 2010 2:45 PM
> Subject: Re: Want to debug JDBCRealm
>
>
> you have to get the sources of the jdbc realm,
> compile it yourself (and set the breakpoints in your ide).
> then copy the compiled classes/jar to glassfishs lib directory
> and attach your ide to glassfish's debugging port (you have to start
> glassfish in
> debugging mode asadmin start-domain --debug=true )
>
> then access some page that should be protected through that realm and
> your ide should stop on your breakpoint.
>
>
>
> On Sat, May 1, 2010 at 12:52 PM, Stijn de Witt <StijnDeWitt_at_chello.nl>
> wrote:
>>
>> Hi,
>>
>> I am trying to setup a JDBCRealm in Glassfish v3, but I am having some
>> trouble with t.
>> It looks to me like I have setup everything ok, but Glassfish doesn't
>> agree
>> as it's not authenticating my user.
>>
>> To get a better insight into what I am doing wrong, I would like to place
>> a
>> breakpoint in the realm and debug it, but I have no idea how to accomplish
>> this. Does anyone have any pointers for a Glassfish noob? :)
>>
>> -Stijn
>
>
>
> --
> Dominik Dorn
> http://dominikdorn.com
>
> Tausche Deine Lernunterlagen auf http://www.studyguru.eu !
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>



-- 
Dominik Dorn
http://dominikdorn.com
Tausche Deine Lernunterlagen auf http://www.studyguru.eu !