.JSA File Extension
JRun Server Application Event Handler
Developer | Adobe Systems |
Popularity |
1.0 | 2 Votes |
What is a JSA file?
More Information
Adobe JRun is a Java Platform Enterprise Edition application server, which developers and IT professionals can use to run Java servlets. These servlets are used to generate dynamic webpages, using Java functions stored in one or more JSP files.
Each JRun servlet may contain a JSA file, which is used to determine what happens when JRun begins serving an application, when a user session starts, when a user session ends, and when JRun stops serving the application. For example, the JSA file's onApplicationStart() method determines what happens when the associated application starts for the first time.
NOTE: Java servlets created using Resin Server and Oracle software may also use JSA files. Java servlets developed in other applications do not use JSA files.
Common JSA Filenames
global.jsa - The default name assigned to JSA files.
How to open a JSA file
You can open a JSA file in Adobe JRun (multiplatform) or any text or source code editor, such as Microsoft Visual Studio Code (multiplatform) or GitHub Atom (multiplatform).