Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. john307rnr

    orion vs. tomcat - jaas

    if you read some of my last postings you will know that i had several problems getting JAAS started on tomcat. now everything works fine with tomcat and i want to know if it is also possible to do the same with the orion application server. is it possible to set up a form based authentification...
  2. john307rnr

    JAAS subject tomcat

    thanks byam, works fine. have you any experience in configuring the jaasrealm for tomcat ?
  3. john307rnr

    JAAS subject tomcat

    when a user is authenticated with jaas a subject is created. how do i store the subject in the container of the web application and how can i use it later in another jsp page ?
  4. john307rnr

    jaas tomcat webapp

    i built a login module with JAAS that authenticates a user against a relational database. i have an existing web application (jsp). now my question: how do i map the users role that i get from the database on a role that exists in my web application ?
  5. john307rnr

    j2ee security

    i mean the built in security with which you can limit the users access to web resources. it's an xml file where you supply an URI and a rolename that can access the given URI. i "think" that this feature comes with JAAS. and i also "think" that JAAS's methods isUserInRole() ... are used to...
  6. john307rnr

    j2ee security

    i forget the question: does anybody know if the things i told you above are possible to implement ? does andybody have some experience with it ?
  7. john307rnr

    j2ee security

    first of all i have to say that i am a bloody beginner in the j2ee environment. i read a lot of the docu that is out there but things aren't getting much clearer. But now to my problem: the application i am working on (JSP frontend, some java beans and servlets) has a custom security class. it...
  8. john307rnr

    empty form but bound textfields

    how do i prevent access from autosaving a forms data? that means storing the entries in the (bound) textfields in the database ? i want to do this with a botton.
  9. john307rnr

    empty form but bound textfields

    thanks a lot ... you kept me from spending much time on browsing the help file
  10. john307rnr

    empty form but bound textfields

    i want to open an empty form that contains "bounded" fields (i hope can imagine what i mean). but i always get all datasets of the specified table. i have tried the filter but i doesn't work. any other way to open an empty form. or is it possible to jump directly to the last (empty)...

Part and Inventory Search

Back
Top