Lars,

The only error I can see off hand (I haven't tested, just glanced over the
files) is that your orion-web.xml file has two tag pairs in it.

        <security-role-mapping name="deelnemerrol">
        </security-role-mapping>

        <security-role-mapping name="deelnemerrol">
                <group name="deelnemersgroep" />
        </security-role-mapping>

Try deleting the first one, so it's just:

        <security-role-mapping name="deelnemerrol">
                <group name="deelnemersgroep" />
        </security-role-mapping>

Cheers,
Mike


Mike Cannon-Brookes :: [EMAIL PROTECTED]

Atlassian :: http://www.atlassian.com
     Supporting YOUR J2EE World



> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Lars Hegemann
> Sent: Thursday, August 30, 2001 10:16 PM
> To: Orion-Interest
> Subject: Re: HOWTO: Securing A Directory
>
>
> Mike,
>
> Thank you for finishing this HOWTO.  I immediately put it to
> work, but when
> I try to log in using the username and password I specified in the
> principals.xml, I keep on getting prompted for a username and
> password over
> and over again (up to 3 times, actually, after that a 401
> Unauthorised error
> message appears).  It seems therefor as if the password I specified is not
> accepted.  Hoping that you could help me out, I'm hereby sending my 3
> modified files + the 3 original files (web.xml, orion-web.xml, and
> principals.xml).  The url to the resource I'm trying to secure is:
> http://www.webenquete.be/test/index.htm
> All of the web-pages are placed in the Orion/default-web-app folder.
>
> Maybe another issue is relevant here: you wrote in the howto that Orion
> would generate a tagpair in the orion-web.xml file.  However, this tagpair
> was not generated automatically, I put it in manually.  Maybe this is an
> indication that I'm going wrong somewhere along the way?
> Maybe you also need to know that we use Orion as a server for SPSS Data
> Entry Enterprise Server (Orion gets installed automatically if SPSS Data
> Entry Web Server is installed, and it runs immediately out-of-the-box,
> without any additional configuration), a program for conducting surveys on
> the internet.
>
> Kind regards,
> Lars
>
>
> On Thu, 30 Aug 2001 17:37:31 +1000, Orion-Interest wrote:
>
>   Lars,
>
>   I had this HOWTO partially written for a client so I finished it off and
> put
>   it up on our website.
>
>   http://www.atlassian.com/article/securingdirectory.html
>
>   Hope it helps, please let me know off list if you encounter any problems
>   using it!
>
>   Cheers,
>   Mike
>
>   Mike Cannon-Brookes :: [EMAIL PROTECTED]
>
>   Atlassian :: http://www.atlassian.com
>        Supporting YOUR J2EE World
>
>
>   > -----Original Message-----
>   > From: [EMAIL PROTECTED]
>   > [mailto:[EMAIL PROTECTED]]On Behalf Of
> Lars Hegemann
>   > Sent: Wednesday, August 29, 2001 11:52 PM
>   > To: Orion-Interest
>   > Subject: password protecting folders
>   >
>   >
>   > dear all,
>   >
>   > which files do i need to modify and what modifications need to be made
>   > exactly to password-protect certain folders in the
>   > default-web-app folder?
>   > I am no coder, so a simple, straight-forward answer would be
> appreciated!
>   >
>   > thanks in advance for all and any replies!
>   >
>   > Lars
>   >
>   >
>   >
>   >
>   >
>   > _______________________________________________________
>   > Send a cool gift with your E-Card
>   > http://www.bluemountain.com/giftcenter/
>   >
>   >
>   >
>
>
>
>
>
>
>
> _______________________________________________________
> http://inbox.excite.com
>
>


Reply via email to