aspose file tools
The moose likes Tomcat and the fly likes simple authenticaion in Tomcat 5.x Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "simple authenticaion in Tomcat 5.x" Watch "simple authenticaion in Tomcat 5.x" New topic
Author

simple authenticaion in Tomcat 5.x

Kartik Ruppa
Ranch Hand

Joined: Aug 28, 2002
Posts: 60
Hi,
I want to have a username/passwd authentication for my web application running on Tomcat 5.x.

Can somebody tell me how to achieve this.

Thanks in advnace!
Kartik
Mike Curwen
Ranch Hand

Joined: Feb 20, 2001
Posts: 3695

read:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/realm-howto.html
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/realm.html

And it wouldn't hurt to brush up on the appropriate section of the servlet specification.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: simple authenticaion in Tomcat 5.x
 
Similar Threads
Version issue while deploying
How to use Tomcat 5.x and WSAD?
servlet/listener order in deployment descriptor
Question to Thomas on "Murach Servlets"
Which version of Tomcat to use?