Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
Program Files
/
GeoServer
/
modules
/
View File Name :
webapp.mod
# # WebApp Support Module # [description] Adds support for servlet specification webapplication to the server classpath. Without this, only Jetty specific handlers may be deployed. [depend] servlet security [xml] etc/jetty-webapp.xml [lib] lib/jetty-webapp-${jetty.version}.jar [ini-template] ## Add to the server wide default jars and packages protected or hidden from webapps. ## System classes are protected and cannot be overridden by a webapp. ## Server classes are hidden and cannot be seen by a webapp ## Lists of patterns are comma separated and may be either: ## + a qualified classname e.g. 'com.acme.Foo' ## + a package name e.g. 'net.example.' ## + a jar file e.g. '${jetty.base.uri}/lib/dependency.jar' ## + a directory of jars,resource or classes e.g. '${jetty.base.uri}/resources' ## + A pattern preceded with a '-' is an exclusion, all other patterns are inclusions ## ## The +=, operator appends to a CSV list with a comma as needed. ## #jetty.webapp.addSystemClasses+=,org.example. #jetty.webapp.addServerClasses+=,org.example. [jpms] add-modules:java.instrument