I'm currently tasked with replacing an Apache + Resin Java web server with a Resin-only configuration.

Currently in our apache setup, we use .htaccess and a small user database to provide passwording at a directory level.

Does anyone know the equivalent setup when using just Resin as the web server?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

See "Authentication on Resin"

The closest you'll come to .htaccess with apache is configuring for Basic auth using an XmlAuthenticator. You'll need to convert your htpasswd file into the XML format that resin uses.

Follow the "Quick Start" section and you'll get what you want.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.