IntelliJ Java IDE
The moose likes Tomcat and the fly likes Security question with Tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Security question with Tomcat" Watch "Security question with Tomcat" New topic
Author

Security question with Tomcat

Lu Battist
Ranch Hand

Joined: Feb 17, 2003
Posts: 104
I want to have a secure web site that allows users to self/register. My question is that if I secure the site using user names in the tomcat-users.xml file and specify what pages need securing in the web.xml, then
1) How can I dynamically add users to the users.xml file?
2) Is that secure, could someone hack in and get the whole list of user ids and passowrds?
What other alternatives are there?
I'm leaning towards forgetting about the web.xml and users.xml altogether and having one main login servlet validate a user out of a database and start a session. Then have each subsequent servlet get the session and if not its present redirect the user to the login servlet.
 
 
subject: Security question with Tomcat
 
Threads others viewed
Problem with security
Web App Security
action="j_security_check"
security constraints - login doesnt work
Unable to login to manager GUI
developer file tools