There is no single default way to do what you are asking but there are certainly ways you could do it. For example, all requests might first be routed through a servlet which would run your directory level check. The servlet could then forward the request on to the proper .jsp page. You could also have each .jsp page run a script to do your check before displaying its information. -----Original Message----- From: Jason D. Wolfe [mailto:[EMAIL PROTECTED]] Sent: Monday, May 14, 2001 3:39 PM To: JRun-Talk Subject: Security. 1. In ColdFusion directoy level security is easily administered via the application.cfm file and a session variable. Is there an equally easy way to maintain directory level security using the J2EE framework or JRun. i.e., is there way to set a script to run everytime a jsp page, or servlet, is run within a certain directory? Jason D. Wolfe Application Developer iVolution Interactive [EMAIL PROTECTED] http://www.ivolutionmedia.com 970.980.9619 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
