aspose file tools
The moose likes Servlets and the fly likes what is purpose of login-config tag web.xml file? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "what is purpose of login-config tag web.xml file?" Watch "what is purpose of login-config tag web.xml file?" New topic
Author

what is purpose of login-config tag web.xml file?

ramakrishna rayudu
Ranch Hand

Joined: Mar 08, 2011
Posts: 57
Hi..

some days back i have seen <login-config> tag in web.xml file can you give me what is the purpose of that
of this tag in web.xml with some example??

thanks,
Ramakrishna Rayudu.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56179
    
  13

Most of the questions you are asking are answered by the Servlet Specification. I suggest reading through it.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
ramakrishna rayudu
Ranch Hand

Joined: Mar 08, 2011
Posts: 57
yes..i have gone throught that but the thing is didnt get where to use this <login-config>??
normally we will use the Login Page to save our Secure resources in web pages.
but why it came here to web.xml file??
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: what is purpose of login-config tag web.xml file?
 
Similar Threads
Urgent please -Security setting in Jsp
Can I have j_security_check in two login.jsp
Question for exam kit
request. get User Principal(). getName() do not retreive user name
"listener" tag in web.xml