aspose file tools
The moose likes JSP and the fly likes Different App Servers, Different Authentication 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 » JSP
Reply Bookmark "Different App Servers, Different Authentication" Watch "Different App Servers, Different Authentication" New topic
Author

Different App Servers, Different Authentication

Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

This is actually the 2nd part of a question I posted in the Resin forum and it was really a toss up between JSP and Servlets, so I flipped a coin....
When developing Web Apps that you hope to deploy to any App Server adhering to the J2EE specs, is it better to develop your own authentication methods or is it better to use the App Servers authentication/authorization and just provide implementations/configs for every app server? Basically, I am only speaking of logging into a web app using Forms authentication or Basic authentication. I am not talking about SSL.
Thanks.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Different App Servers, Different Authentication
 
Similar Threads
Resin Forms Authentication is different
How do you do basic Tomcat authentication from Swing?
Session Timeout on Weblogic and Websphere
servlet communication between two JVMs
About deployement view