WINDOWS
AUTO INSTRUMENTATION
-
Application Deployment Folder
-
Log in to the Virtual Machine where Jetty is installed
-
Utilize the below path as Application Deployment Folder
%JETTY_HOME%\webapps
-
Example: D:\jetty-Server-9.4.42\webapps
-
-
Startup Script File Path - Jetty is executed as a jar
-
Create a startup-script file in the %JETTY_HOME% directory
-
Provide the required command in the newly created file
-
Example:
-
Create a file start_jetty.bat with the below command:
java -jar D:\jetty-Server-9.4.42\start.jar
-
-
Provide the path of this file as the Startup Script File Path in CMS
-
Example: D:\jetty-Server-9.4.42\start_jetty.bat
-
-