Results 1 to 3 of 3
Thread: how to check authorisation
- 04-14-2009, 09:10 AM #1
Member
- Join Date
- Apr 2009
- Posts
- 5
- Rep Power
- 0
- 04-28-2009, 02:59 AM #2
Authorization is typically something provided by your Web Application Server. The details will depend on your WAS and what access you have to authentication sources, such as an Active Directory server.
I went through the pain of figuring out how Tomcat supports authentication, and it proved to be worth the effort. I ended using a home-grown user database that Tomcat's authorisation process accessed through UserPrincipal classes I created. Doing so was more secure, easier for the users, and it required no coding in the applications themselves.
- 05-07-2010, 04:44 AM #3
Member
- Join Date
- Feb 2010
- Location
- Philippines
- Posts
- 20
- Rep Power
- 0
Similar Threads
-
pls check it
By aRTx in forum New To JavaReplies: 0Last Post: 03-24-2009, 02:35 PM -
how to check java
By funkygarzon in forum New To JavaReplies: 10Last Post: 03-08-2009, 08:39 AM -
Check for null int
By SnarfSnarf in forum New To JavaReplies: 5Last Post: 01-30-2009, 11:12 PM -
Check box tag
By elizaabru in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 08-26-2008, 02:37 PM -
spell check
By kazitula in forum Java AppletsReplies: 2Last Post: 12-20-2007, 11:37 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks