Find Server Info

Last modified by Vincent Massol on 2021/03/18 11:28

cogFinds servlet container name and version
Type
Category
Developed by

Vincent Massol

Rating
0 Votes
LicenseGNU Lesser General Public License 2.1

Table of contents

Description

Execute the following (you'll need Programming Rights):

{{groovy}}
println xcontext.context.getEngineContext().getServletContext().getServerInfo()
{{/groovy}}

Example result:

Apache Tomcat/7.0.57
Tags: groovy
     

Get Connected