CMS Analysis Unit - Information - Must have configuration setting while analyzing pure JS client using JEE analyzer
Purpose
Must have configuration setting while analyzing pure JS client
Applicable in CAST Version
| Release | Yes/No |
|---|---|
| 8.3.x | ❌ |
| 8.2.x | ✅ |
| 8.1.x | ✅ |
| 8.0.x | ✅ |
| 7.3.x | ✅ |
| 7.2.x | ✅ |
| 7.0.x | ✅ |
Applicable RDBMS
| RDBMS | Yes/No |
|---|---|
| Oracle Server | ✅ |
| Microsoft SQL Server | ✅ |
| CSS2 | ✅ |
| CSS1 | ✅ |
Details
To analyze pure JS client, One must have folder WEB-INF with a web.xml (If not create a fake) where the javascripts files are, for example:
In XML:
<web-app>
<welcome-file-list>
<welcome-file>login.jsp</welcome-file>
</welcome-file-list>
</web-app>
In the J2EE job, reference the folder that contains js files/folder and the WEB-INF and also reference the WEB-INF\web.xml file in the job.


Notes/comments
From CAST AIP 8.3 onward please use the correct extension HTML5 and JavaScript
Related Pages