You can you a properties file to simulate the global.asa file in ASP.  You invoke it with the ResourceBundle class of the java.util package.  If, for example, you have a properties file called "summaryviewer.properties,"
 
private static ResourceBundle resources = ResourceBundle.getBundle( "summaryviewer");
 
Cheers!
Mark
----- Original Message -----
Sent: Wednesday, July 25, 2001 1:57 PM
Subject: question about servlet

Hello everyone.
 
can be used in jsp or servlets something similar to global.asa which is used in asp?
 
some example?
 
Regards.
Miguel Lopez

Reply via email to