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 (error)
8.2.x (tick)
8.1.x (tick)
8.0.x (tick) 
7.3.x(tick)
7.2.x(tick)
7.0.x(tick)
Applicable RDBMS
RDBMS
Yes/No
Oracle Server(tick)
Microsoft SQL Server(tick)
CSS2(tick)
CSS1(tick)
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