⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 system.properties

📁 这是linux下ssl vpn的实现程序
💻 PROPERTIES
字号:
# Any properties in this file will be added as Java system properties
# during startup. This allows configuration of things such as the
# underlying log system to use.

# SSL Explorer uses commons-logging, which by default in turn uses
# log4j. Use this to configure a different commons-logging implementation

#org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger

# Log4J configuration

# Must be in the CLASSPATH to work
#log4j.configuration=log4j.properties

# Use when starting sslexplorer in a development environment. The Jetty
# class loader is arranged slightly differently, allowing the webapp to
# run from .class files instead of the jars in WEB-INF/lib. For this to
# work you must manually provide the classpath when starting SSL-Explorer. 

sslexplorer.useDevConfig=false 

# Set this option to true will enable the TCP/IP database server 
# allowing the HSQLDB manager to connect to SSL Explorer whilst it is
# running. This should *not* be enabled in a production environment as
# the database is unprotected and may be accessed remotely.

sslexplorer.hsqldb.tcpipServer=false 

# Phyiscal database names. Set these properties to determine the physical
# database name to use for SSL-Explorers logical databases (properties, system,
# policy and user when using built in user database).
#
# BEWARE - Experimental and very unstable. Leave these commented out for now

#sslexplorer.propertyDatabase.jdbc.dbName=data
#sslexplorer.policyDatabase.jdbc.dbName=data
#sslexplorer.systemDatabase.jdbc.dbName=data
#sslexplorer.userDatabase.jdbc.dbName=data
#sslexplorer.userAttributesDatabase.jdbc.dbName=data

# Set the jCIFS log level here.

#jcifs.util.loglevel=3

# The name of the cookie to use for session tracking
sslexplorer.cookie=SSLX_SSESHID

# Set this option to true to prevent the browser being launched in setup
# mode
#sslexplorer.noBrowserLaunch=true

# The location (either a URL or a file path) of the application store
# descriptor used to download new applications from. 
#sslexplorer.downloadableApplicationStore.location=http://3sp.com/sslexplorer/getApplicationStoreXML.do

# The location (either a URL or a file path) of the application archives
# that may be downloaded from an application store.
#sslexplorer.downloadableApplications.location=http://3sp.com/sslexplorer/getInstall.do?id=${id}

# The location (either a URL or a file path) of the currently available version
# of SSL-Explorer core
#sslexplorer.availableVersion.location=http://3sp.com/sslexplorer/getAvailableVersion.do

# The location of the local application store. 
#sslexplorer.localApplicationStore=webapp/WEB-INF/applications

# When true, the local application store is created from entries in the
# repository and when extensions are installed they are also loaded into the 
# repository. This is the default behaviour since 0.2.0. To revert to the
# old behaviour of just storing applications in the local application
# store directory configured above, set this property to false. You may
# wish to do this in a development environment if editing application 
# definitions whilst SSL-Explorer is running.
#sslexplorer.localApplicationStore.repositoryBacked=true

# Set this to true if you wish to disable ALL plugins without removing them
#sslexplorer.disablePlugins=true

# Set this to true if you want remove all class files generated by jsp pages.
# This will make initial page loading slow after restarting the server but
# may be useful in a development environment.
#sslexplorer.clearTemp=true

# Set this to true to prevent the check for a correct server startup. This
# may be useful in a debug environment
#sslexplorer.disableStartupCheck=false


# List any additional directories (comma separated) you wish to be added as 
# locations of additional web resources. You may also append the text '[<pluginName]'
# to the end of each element. This associates the directory with a plugin so that
# the directory may be removed if the plugin class fails to initialise.
# For the sample add /home/sslexplorer-sample/webapp 
#sslexplorer.additionalWebResourceDirectories=/home/joeb/sslexplorer-webpages,/home/joeb/sslexplorer-plugins/HelloPlugin/webapp[HelloPlugin]

# List any additional extension descriptors (comma separated) you wish to be 
# loaded. Useful in a development environment.
# For the sample add /home/sslexplorer-sample/extensions/Sample/extension.xml
#sslexplorer.additionalDescriptors=

# List any additional directories or JARs (comma separated) you wish to 
# add to the classpath. Useful in a development environment
#sslexplorer.additionalClasspath=

# The HTTP BASIC Password Authentication Module is now deprecated. You may
# re-enable it by setting this value to true
sslexplorer.httpBasicAuthenticationModule.enabled=false

# Enable experimental password change support for the UNIX user database by
# uncommenting this property.
# sslexplorer.unix.passwordChange=true

# Enabled Maverick-HTTP connection stream debugging, writes to [TMP]/maverick-http
#http.connection.debug=true

# You can force SSL-Explorer to identity itself as a different version for
# extension updates
#sslexplorer.forceVersion=0.1.14

# RSS feeds to be displayed on the management console / setup
#sslexplorer.rss.feeds=networkPlaces,webForwards,sslTunnels,applications
#sslexplorer.rss.feed.networkPlaces.url=http://sourceforge.net/export/rss2_projnews.php?group_id=116065
#sslexplorer.rss.feed.webForwards.url=http://sourceforge.net/export/rss2_projnews.php?group_id=116065
#sslexplorer.rss.feed.sslTunnels.url=http://sourceforge.net/export/rss2_projnews.php?group_id=116065
#sslexplorer.rss.feed.applications.url=http://sourceforge.net/export/rss2_projnews.php?group_id=116065

# This property allow the VPN client to be run standalone for debugging.
# There are three possible values. 'enabled' will just let any VPN client
# connect without any authentication. 'interactive' will display a dialog
# on the host where the SSL-Explorer. 'disabled' (or any other value requires
# first authentication). Use only in a development environment.   
#
# sslexplorer.agent.debug=interactive

# An attribute to allow experimental UDP transport. Note, this is more than
# experimental, its down-right broken and is unlikely to be fixed. This option
# is like to disappear at some point.
sslexplorer.udp.transport.enabled=false

# To improve performance, the JDBC policy database caches queries made of it.

# If you have a large and complex policy setup you may wish to increase the number 
# of queries that are cached

sslexplorer.jdbcPolicyDatabase.cacheMaxObjs=2000

# Time to live in the cache. If you want memory freed up quicker, lower this 
# value (milliseconds)

sslexplorer.jdbcPolicyDatabase.cacheTTL=180000 


# To improve performance, the JDBC property database caches queries made of it.

sslexplorer.jdbcPropertyDatabase.cacheMaxObjs=2000

# Time to live in the cache. If you want memory freed up quicker, lower this 
# value (milliseconds)

sslexplorer.jdbcPropertyDatabase.cacheTTL=180000

# Set this option to true to disable the untrusted certificate warning
sslexplorer.disableUntrustedCertificateWarning=false

# Allow debugging of the agent. Setting this property to 'interactive' or
# 'enabled' will allow the agent to connect without going through the 
# web interface. This requires a special ticket to be supplied to the
# agent when launching. Setting to 'interactive' requires that SSL-Explorer
# is running in a graphical environment (we use it running in an IDE) and
# pops up a dialog asking if the connection should be allowed. 

#sslexplorer.agent.debug=interactive

# The default SSL-Explorer theme allows some colors and other attributes
# to be customised without changing the CSS directly.
#
#sslexplorer.defaultTheme.userDefinedStyles.font=16px SansSerif
#sslexplorer.defaultTheme.userDefinedStyles.background=#222222 
#sslexplorer.defaultTheme.userDefinedStyles.foreground=#00ff00
#sslexplorer.defaultTheme.userDefinedStyles.header.background=#000000
#sslexplorer.defaultTheme.userDefinedStyles.sideBar.background=#2a2a2a
#sslexplorer.defaultTheme.userDefinedStyles.sideBar.foreground=#00ff00
#sslexplorer.defaultTheme.userDefinedStyles.sideBar.active.foreground=#ffffff
#sslexplorer.defaultTheme.userDefinedStyles.panel.border=1px dashed #00ff00
#sslexplorer.defaultTheme.userDefinedStyles.panel.border.rounded=false
#sslexplorer.defaultTheme.userDefinedStyles.panel.background=#333333
#sslexplorer.defaultTheme.userDefinedStyles.panel.foreground=#00ff00
#sslexplorer.defaultTheme.userDefinedStyles.panel.background.darker=#222222
#sslexplorer.defaultTheme.userDefinedStyles.panel.foreground.darker=#eeeeee
#sslexplorer.defaultTheme.userDefinedStyles.panel.background.lighter=#444444
#sslexplorer.defaultTheme.userDefinedStyles.panel.foreground.lighter=#ffffff
#sslexplorer.defaultTheme.userDefinedStyles.table.header.background=#00cc00
#sslexplorer.defaultTheme.userDefinedStyles.table.header.foreground=#000000
#sslexplorer.defaultTheme.userDefinedStyles.table.highlight.background=#444444
#sslexplorer.defaultTheme.userDefinedStyles.table.lowlight.background=#111111
#sslexplorer.defaultTheme.userDefinedStyles.table.highlight.foreground=#00ff00
#sslexplorer.defaultTheme.userDefinedStyles.table.lowlight.foreground=#00ff00
#sslexplorer.defaultTheme.userDefinedStyles.button.background=#111111
#sslexplorer.defaultTheme.userDefinedStyles.button.foreground=#00ff00
#sslexplorer.defaultTheme.userDefinedStyles.button.border=1px dotted #00ff00
#sslexplorer.defaultTheme.userDefinedStyles.navmode.background=#00cc00
#sslexplorer.defaultTheme.userDefinedStyles.navmode.foreground=#000000
#sslexplorer.defaultTheme.userDefinedStyles.link.foreground=#00ff00
#sslexplorer.defaultTheme.userDefinedStyles.link.font=bold

# Set this property to true to debug all output from system commands. 
# Beware with this, you may end up with passwords in your logs
# sslexplorer.debugSystemCommands=false

# Set this property to true if you wish to allow multiple paths.
sslexplorer.reverseProxyMutiplePaths=false

# Change this property if Network places reports corrupt filenames
jcifs.encoding=ISO-8859-1

#Set to true if you want to debug WEBDav responses
sslexplorer.webdav.debug=false;

#
# Set this to true to enable the new replacement variable chooser. It has
# been disabled for now due to UI problems. If you can live with this
# it is already a useful feature
sslexplorer.replacementVariableChooser=false

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -