rubyfox-server 2.8.4.0 → 2.9.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +2 -2
- data/lib/rubyfox/server/data/config/ExtensionManagerLock.txt +2 -0
- data/lib/rubyfox/server/data/config/core.xml +9 -9
- data/lib/rubyfox/server/data/config/crossdomain.xml +1 -1
- data/lib/rubyfox/server/data/config/descriptors/config_room.txt +112 -3
- data/lib/rubyfox/server/data/config/descriptors/config_server.txt +550 -73
- data/lib/rubyfox/server/data/config/descriptors/config_zone.txt +11 -2
- data/lib/rubyfox/server/data/config/descriptors/runtime_mmo.txt +74 -0
- data/lib/rubyfox/server/data/config/descriptors/runtime_room.txt +33 -4
- data/lib/rubyfox/server/data/config/descriptors/runtime_user.txt +1 -1
- data/lib/rubyfox/server/data/config/descriptors/runtime_zone.txt +37 -5
- data/lib/rubyfox/server/data/config/keystore.jks +0 -0
- data/lib/rubyfox/server/data/config/log4j.properties +5 -1
- data/lib/rubyfox/server/data/config/logParser.properties +30 -0
- data/lib/rubyfox/server/data/config/server.xml +51 -9
- data/lib/rubyfox/server/data/config/templates/templates.dat +0 -0
- data/lib/rubyfox/server/data/lib/Lib/sfs2x-lib.jar +0 -0
- data/lib/rubyfox/server/data/lib/httpclient-4.3.3.jar +0 -0
- data/lib/rubyfox/server/data/lib/httpcore-4.3.2.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/VERSION.txt +7576 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/README.spnego +62 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jdbcRealm.properties +72 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-annotations.xml +20 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-debug.xml +23 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-deploy.xml +62 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-http.xml +41 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-https.xml +47 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-ipaccess.xml +31 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-jaas.xml +17 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-jmx-remote.xml +27 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-jmx.xml +43 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-logging.xml +36 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-lowresources.xml +22 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-monitor.xml +30 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-plus.xml +26 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-proxy.xml +35 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-requestlog.xml +32 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-rewrite.xml +41 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-setuid.xml +30 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-spdy-proxy.xml +158 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-spdy.xml +153 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-ssl.xml +41 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-started.xml +15 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-stats.xml +18 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty-xinetd.xml +54 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty.conf +12 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/jetty.xml +160 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/keystore +0 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/krb5.ini +23 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/spnego.conf +19 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/spnego.properties +1 -0
- data/lib/rubyfox/server/data/lib/jetty/etc/webdefault.xml +540 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/asm-4.1.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/asm-commons-4.1.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/ext/.donotdelete +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jaspi/javax.security.auth.message-1.0.0.v201108011116.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/javax.annotation-api-1.2.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/javax.el-3.0.0.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/javax.servlet.jsp-2.3.2.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/javax.servlet.jsp-api-2.3.1.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/javax.servlet.jsp.jstl-1.2.0.v201105211821.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-annotations-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-client-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-continuation-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-deploy-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-http-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-io-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jaas-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jaspi-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jmx-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jndi-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-jsp-jdt-2.3.3.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-plus-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-proxy-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-rewrite-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-schemas-3.1.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-security-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-server-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-servlet-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-servlets-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-util-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-webapp-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jetty-xml-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jndi/javax.activation-1.1.0.v201105071233.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jndi/javax.mail.glassfish-1.4.1.v201005082020.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/jndi/javax.transaction-api-1.2.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/monitor/jetty-monitor-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/org.apache.taglibs.standard.glassfish-1.2.0.v201112081803.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/org.eclipse.jdt.core-3.8.2.v20130121.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/servlet-api-3.1.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/setuid/jetty-setuid-java-1.0.1.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/setuid/libsetuid-linux.so +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/setuid/libsetuid-osx.so +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/spdy/spdy-client-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/spdy/spdy-core-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/spdy/spdy-http-common-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/spdy/spdy-http-server-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/spdy/spdy-server-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/start.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/websocket-api-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/websocket/javax-websocket-client-impl-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/websocket/javax-websocket-server-impl-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/websocket/javax.websocket-api-1.0.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/websocket/websocket-client-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/websocket/websocket-common-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/websocket/websocket-server-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/lib/websocket/websocket-servlet-9.1.1.v20140108.jar +0 -0
- data/lib/rubyfox/server/data/lib/jetty/license-eplv10-aslv20.html +576 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/.donotdelete +0 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/annotations.mod +17 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/client.mod +6 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/continuation.mod +6 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/debug.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/deploy.mod +15 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/ext.mod +11 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/http.mod +14 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/https.mod +16 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/ipaccess.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/jaas.mod +16 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/jaspi.mod +10 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/jmx-remote.mod +18 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/jmx.mod +10 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/jndi.mod +11 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/jsp.mod +14 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/jvm.mod +23 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/logging.mod +27 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/lowresources.mod +18 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/monitor.mod +13 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn.mod +32 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_10.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_11.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_13.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_15.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_17.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_21.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_25.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_4.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_40.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_45.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_5.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_6.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_7.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/npn/npn-1.7.0_9.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/plus.mod +14 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/proxy.mod +22 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/requestlog.mod +26 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/resources.mod +10 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/rewrite.mod +12 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/security.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/server.mod +38 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/servlet.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/servlets.mod +10 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/setuid.mod +19 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/spdy.mod +23 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/ssl.mod +29 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/stats.mod +9 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/webapp.mod +10 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/websocket.mod +12 -0
- data/lib/rubyfox/server/data/lib/jetty/modules/xinetd.mod +17 -0
- data/lib/rubyfox/server/data/lib/jetty/notice.html +111 -0
- data/lib/rubyfox/server/data/lib/jetty/resources/.keep +0 -0
- data/lib/rubyfox/server/data/lib/jetty/start.d/README.TXT +24 -0
- data/lib/rubyfox/server/data/lib/jetty/start.d/http.ini +7 -0
- data/lib/rubyfox/server/data/lib/jetty/start.d/https.ini +9 -0
- data/lib/rubyfox/server/data/lib/jetty/start.d/ssl.ini +19 -0
- data/lib/rubyfox/server/data/lib/jetty/start.ini +84 -0
- data/lib/rubyfox/server/data/lib/jetty/webapps/.keep +0 -0
- data/lib/rubyfox/server/data/lib/logs-analysis-app.jar +0 -0
- data/lib/rubyfox/server/data/lib/netty-3.9.0.Final.jar +0 -0
- data/lib/rubyfox/server/data/lib/scala-library.jar +0 -0
- data/lib/rubyfox/server/data/lib/sfs2x-admin.jar +0 -0
- data/lib/rubyfox/server/data/lib/sfs2x-core.jar +0 -0
- data/lib/rubyfox/server/data/lib/sfs2x-lib.jar +0 -0
- data/lib/rubyfox/server/data/lib/sfs2x-util.jar +0 -0
- data/lib/rubyfox/server/data/lib/sfs2x.jar +0 -0
- data/lib/rubyfox/server/data/lib/slf4j-api-1.7.5.jar +0 -0
- data/lib/rubyfox/server/data/lib/slf4j-log4j12-1.7.5.jar +0 -0
- data/lib/rubyfox/server/data/sfs2x-service +9 -9
- data/lib/rubyfox/server/data/sfs2x-service.vmoptions +1 -1
- data/lib/rubyfox/server/data/sfs2x.sh +6 -6
- data/lib/rubyfox/server/data/www/root/admin/AdminTool.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/ReleaseNotes.txt +23 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/bannedIPs.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/bannedUsernames.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/bookmarks.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/bootLog.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/connection.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/globalServerStatus.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/logsDownload.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/mMOSettings.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/permissionsAndEvents.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/roomExtension.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/roomVariables.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/runtimeLog.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/runtimeRoomSettings.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/runtimeUserSettings.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/runtimeZoneSettings.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/statsApplication.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/statsDemographics.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/statsExceptions.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/statsOverview.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/statsTechnology.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/systemQueueStatus.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/threadPools.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/userManagement.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/zoneExtension.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/assets/icons/tabs/zoneTraffic.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/index.html +4 -16
- data/lib/rubyfox/server/data/www/root/admin/modules/Analytics/Analytics.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/BanManager/BanManager.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/BlueBoxMonitor/BlueBoxMonitor.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/Dashboard/Dashboard.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/ExtensionManager/ExtensionManager.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/ExtensionManager/icon.png +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/LicenseManager/LicenseManager.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/LogViewer/LogViewer.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/ServerConfigurator/ServerConfigurator.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/ZoneConfigurator/ZoneConfigurator.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/ZoneMonitor/ZoneMonitor.swf +0 -0
- data/lib/rubyfox/server/data/www/root/admin/modules/config.xml +1 -0
- data/lib/rubyfox/server/data/www/root/favicon.ico +0 -0
- data/lib/rubyfox/server/data/www/root/favicon.png +0 -0
- data/lib/rubyfox/server/data/www/sfs2x-ws.war +0 -0
- data/lib/rubyfox/server/data/www/sfs2x-ws.xml +30 -0
- data/lib/rubyfox/server/version.rb +1 -1
- data/rubyfox-server.gemspec +1 -0
- metadata +171 -48
- data/.rvmrc +0 -1
- data/lib/rubyfox/server/data/config/jetty/jetty.xml +0 -214
- data/lib/rubyfox/server/data/config/jetty/realm.properties +0 -21
- data/lib/rubyfox/server/data/config/jetty/webdefault.xml +0 -410
- data/lib/rubyfox/server/data/config/myprop.properties +0 -5
- data/lib/rubyfox/server/data/data/bannedusers/users.bin +0 -0
- data/lib/rubyfox/server/data/data/buddylists/BasicExamples/7364666773646667 +0 -0
- data/lib/rubyfox/server/data/lib/Jetty/ant-1.6.5.jar +0 -0
- data/lib/rubyfox/server/data/lib/Jetty/core-3.1.1.jar +0 -0
- data/lib/rubyfox/server/data/lib/Jetty/jetty-6.1.26.jar +0 -0
- data/lib/rubyfox/server/data/lib/Jetty/jetty-util-6.1.26.jar +0 -0
- data/lib/rubyfox/server/data/lib/Jetty/jsp-2.1-glassfish-2.1.v20091210.jar +0 -0
- data/lib/rubyfox/server/data/lib/Jetty/jsp-2.1-jetty-6.1.26.jar +0 -0
- data/lib/rubyfox/server/data/lib/Jetty/jsp-api-2.1-glassfish-2.1.v20091210.jar +0 -0
- data/lib/rubyfox/server/data/lib/Jetty/servlet-api-2.5-20081211.jar +0 -0
- data/lib/rubyfox/server/data/lib/extras/slf4j-jdk14-1.5.10.jar +0 -0
- data/lib/rubyfox/server/data/lib/httpclient-4.0.3.jar +0 -0
- data/lib/rubyfox/server/data/lib/httpcore-4.0.1.jar +0 -0
- data/lib/rubyfox/server/data/lib/jconsole/COPYING.txt +0 -504
- data/lib/rubyfox/server/data/lib/jconsole/bug_test_case.py +0 -49
- data/lib/rubyfox/server/data/lib/jconsole/console$py.class +0 -0
- data/lib/rubyfox/server/data/lib/jconsole/console.py +0 -439
- data/lib/rubyfox/server/data/lib/jconsole/history$py.class +0 -0
- data/lib/rubyfox/server/data/lib/jconsole/history.py +0 -82
- data/lib/rubyfox/server/data/lib/jconsole/history_test_case.py +0 -133
- data/lib/rubyfox/server/data/lib/jconsole/introspect$py.class +0 -0
- data/lib/rubyfox/server/data/lib/jconsole/introspect.py +0 -373
- data/lib/rubyfox/server/data/lib/jconsole/introspect_test_case.py +0 -19
- data/lib/rubyfox/server/data/lib/jconsole/issue_17_test_case.py +0 -36
- data/lib/rubyfox/server/data/lib/jconsole/jintrospect$py.class +0 -0
- data/lib/rubyfox/server/data/lib/jconsole/jintrospect.py +0 -316
- data/lib/rubyfox/server/data/lib/jconsole/jintrospect_test_case.py +0 -107
- data/lib/rubyfox/server/data/lib/jconsole/popup$py.class +0 -0
- data/lib/rubyfox/server/data/lib/jconsole/popup.py +0 -178
- data/lib/rubyfox/server/data/lib/jconsole/run_tests.py +0 -8
- data/lib/rubyfox/server/data/lib/jconsole/static_test_case.py +0 -36
- data/lib/rubyfox/server/data/lib/jconsole/testcase.py +0 -38
- data/lib/rubyfox/server/data/lib/jconsole/tip$py.class +0 -0
- data/lib/rubyfox/server/data/lib/jconsole/tip.py +0 -47
- data/lib/rubyfox/server/data/lib/slf4j-api-1.5.10.jar +0 -0
- data/lib/rubyfox/server/data/lib/slf4j-log4j12.jar +0 -0
- data/lib/rubyfox/server/data/lib/ws-engine.jar +0 -0
- data/lib/rubyfox/server/data/www/BlueBox.war +0 -0
- data/lib/rubyfox/server/data/www/root/admin/AdminTool.html +0 -120
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c66bf6f534101167e6cfdd8048dc0c44f382b912
|
4
|
+
data.tar.gz: 1a6d97789c5e09dab28b337a9bfa680bb686ecaa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f92b821d043c1a7a0b0b096058437b3f073fa434f1e5ff51f38b2379894afbaf5ffbec8b0c8c7a1088d6ee2b8bf185503839f4a879253253cc5a5c1416af01c
|
7
|
+
data.tar.gz: c51995ded0fc0f0bd325c344c3888e9129392d42b3b2830c1b3b96be1d6c92df9a0e54775a533d731c5ddffdb9a2f44dd1d7e9a62582bacfc2bd8100698f3bd2
|
data/LICENSE.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Copyright (c) 2012
|
1
|
+
Copyright (c) 2012-2014 Peter Suschlik
|
2
2
|
|
3
3
|
MIT License
|
4
4
|
|
@@ -19,4 +19,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
19
19
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
20
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
21
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
22
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
@@ -1,24 +1,24 @@
|
|
1
1
|
<!--
|
2
|
-
SmartFoxServer 2X
|
2
|
+
SmartFoxServer 2X v.2.9.x
|
3
3
|
<<< Core Configuration >>>
|
4
4
|
|
5
|
-
(c) gotoAndPlay 2009-
|
5
|
+
(c) gotoAndPlay 2009-2014
|
6
6
|
www.smartfoxserver.com
|
7
7
|
-->
|
8
8
|
|
9
9
|
<coreSettings>
|
10
|
-
<systemControllerClass>com.smartfoxserver.v2.controllers.
|
11
|
-
<extensionControllerClass>com.smartfoxserver.v2.controllers.
|
10
|
+
<systemControllerClass>com.smartfoxserver.v2.controllers.v290.SystemReqController</systemControllerClass>
|
11
|
+
<extensionControllerClass>com.smartfoxserver.v2.controllers.v290.ExtensionReqController</extensionControllerClass>
|
12
12
|
<ioHandlerClass>com.smartfoxserver.v2.protocol.DefaultIoHandler</ioHandlerClass>
|
13
|
-
<sessionManagerClass>
|
14
|
-
<packetQueuePolicyClass>
|
13
|
+
<sessionManagerClass>custom.class</sessionManagerClass>
|
14
|
+
<packetQueuePolicyClass>custom.class</packetQueuePolicyClass>
|
15
15
|
<readBufferType>Heap</readBufferType>
|
16
16
|
<writeBufferType>Heap</writeBufferType>
|
17
17
|
|
18
18
|
<!-- Editable settings -->
|
19
19
|
|
20
20
|
<!-- Max size of incoming packet -->
|
21
|
-
<maxIncomingRequestSize>
|
21
|
+
<maxIncomingRequestSize>1000000</maxIncomingRequestSize>
|
22
22
|
|
23
23
|
<!-- Max Size for read buffer -->
|
24
24
|
<maxReadBufferSize>1024</maxReadBufferSize>
|
@@ -32,11 +32,11 @@
|
|
32
32
|
<!-- Thread Pool Size of the 3 main stages of the Bitswarm Engine -->
|
33
33
|
<socketAcceptorThreadPoolSize>1</socketAcceptorThreadPoolSize>
|
34
34
|
<socketReaderThreadPoolSize>1</socketReaderThreadPoolSize>
|
35
|
-
<socketWriterThreadPoolSize>
|
35
|
+
<socketWriterThreadPoolSize>3</socketWriterThreadPoolSize>
|
36
36
|
|
37
37
|
<!-- Enable disable Nagle algorithm on sockets, true == disable -->
|
38
38
|
<tcpNoDelay>true</tcpNoDelay>
|
39
|
-
|
39
|
+
|
40
40
|
<!-- BlueBox Settings -->
|
41
41
|
<bbMaxLogFiles>10</bbMaxLogFiles>
|
42
42
|
<bbMaxLogFileSize>5000000</bbMaxLogFileSize>
|
@@ -6,5 +6,5 @@
|
|
6
6
|
|
7
7
|
<!-- Instead of setting to-ports="*", administrators can use ranges and commas -->
|
8
8
|
<!-- This will allow access to ports 123, 456, 457, and 458 -->
|
9
|
-
<allow-access-from domain="*" to-ports="
|
9
|
+
<allow-access-from domain="*" to-ports="*" />
|
10
10
|
</cross-domain-policy>
|
@@ -32,7 +32,11 @@
|
|
32
32
|
"label":"Password",
|
33
33
|
"tooltip":"The Room password (optional). If null or empty string the Room will be public",
|
34
34
|
"type":"TextInput",
|
35
|
-
"value":"{$BasicValue=roomSettings.password}"
|
35
|
+
"value":"{$BasicValue=roomSettings.password}",
|
36
|
+
"componentParams":
|
37
|
+
{
|
38
|
+
"displayAsPassword":true
|
39
|
+
}
|
36
40
|
},
|
37
41
|
|
38
42
|
// MAX USERS
|
@@ -245,7 +249,7 @@
|
|
245
249
|
{
|
246
250
|
"name":"extension.name",
|
247
251
|
"label":"Name",
|
248
|
-
"tooltip":"The name of the Extension to be plugged at Room level;
|
252
|
+
"tooltip":"The name of the Extension to be plugged at Room level; the '__lib__' folder is also listed, in case one or more Extension jar files are deployed there for specific class-loading purposes\n\nIf a new Extension is deployed on the server while editing the Zone settings, cancel and re-edit the zone to update this list",
|
249
253
|
"category":"Room Extension",
|
250
254
|
"type":"ComboBox",
|
251
255
|
"value":"{$BasicValue=extension.name}",
|
@@ -320,4 +324,109 @@
|
|
320
324
|
{
|
321
325
|
"dataProvider":"AUTO,MANUAL,NONE"
|
322
326
|
}
|
323
|
-
}
|
327
|
+
},
|
328
|
+
|
329
|
+
//-------------------------------------------
|
330
|
+
// MMO SETTINGS
|
331
|
+
//-------------------------------------------
|
332
|
+
|
333
|
+
// IS ACTIVE
|
334
|
+
{
|
335
|
+
"name":"mmoSettings.isActive",
|
336
|
+
"label":"Is MMO Room",
|
337
|
+
"tooltip":"Create a Room of type MMORoom, in which joined users are mutually 'visible' based on each other's proximity. Read the documentation for more informations\n\n<b>IMPORTANT</b>\nThe following Room characteristics do not apply to MMORooms:\n<i>Spectators</i> - even if the Room is a Game Room, users can't join it as spectators\n<i>USER_ENTER event</i> - this event is never dispatched; other users entering the current user's Area of Interest (AoI) are notified through the PROXIMITY_LIST_UPDATE event\n<i>USER_EXIT event</i> - this event is dispatched to the user leaving the Room only; other users leaving the current user's Area of Interest are notified through the PROXIMITY_LIST_UPDATE event",
|
338
|
+
"category":"MMO settings",
|
339
|
+
"type":"CheckBox",
|
340
|
+
"value":{$BasicValue=mmoSettings.isActive}
|
341
|
+
},
|
342
|
+
|
343
|
+
// DEFAULT AOI
|
344
|
+
{
|
345
|
+
"name":"mmoSettings.defaultAOI",
|
346
|
+
"label":"Default AoI",
|
347
|
+
"tooltip":"The distance along the x,y,z axes describing the 'Area of Interest' within which the other users presence in the Room is notified to each client through the PROXIMITY_LIST_UPDATE event. Similarly, users actions (public messages, User Variables updates, etc) are notified when they are within this area only\n\n<b>NOTE</b>\nA value of 100 for an axis means an AoI ranging from -100 to +100 along that axis",
|
348
|
+
"category":"MMO settings",
|
349
|
+
"type":"Vector3D",
|
350
|
+
"value":"{$BasicValue=mmoSettings.defaultAOI}",
|
351
|
+
"validator":"aoi"
|
352
|
+
},
|
353
|
+
|
354
|
+
// LOWER MAP LIMITS
|
355
|
+
{
|
356
|
+
"name":"mmoSettings.lowerMapLimit",
|
357
|
+
"label":"Lower map limits",
|
358
|
+
"tooltip":"The lower limits for each of the user position coordinates (x,y,z) in the MMORoom. Limits are used to validate the request to set the user position coming from the client. Leave empty for no limits\n\n<b>NOTE</b>\nLower and higher map limits must be both set or not set; if only one of the two properties is set, it will be ignored",
|
359
|
+
"category":"MMO settings",
|
360
|
+
"type":"Vector3D",
|
361
|
+
"value":"{$BasicValue=mmoSettings.lowerMapLimit}",
|
362
|
+
"componentParams":
|
363
|
+
{
|
364
|
+
"enableClear":true,
|
365
|
+
"allowNegative":true
|
366
|
+
}
|
367
|
+
},
|
368
|
+
|
369
|
+
// HIGHER MAP LIMITS
|
370
|
+
{
|
371
|
+
"name":"mmoSettings.higherMapLimit",
|
372
|
+
"label":"Higher map limits",
|
373
|
+
"tooltip":"The upper limits for each of the user position coordinates (x,y,z) in the MMORoom. Limits are used to validate the request to set the user position coming from the client. Leave empty for no limits\n\n<b>NOTE</b>\nLower and higher map limits must be both set or not set; if only one of the two properties is set, it will be ignored",
|
374
|
+
"category":"MMO settings",
|
375
|
+
"type":"Vector3D",
|
376
|
+
"value":"{$BasicValue=mmoSettings.higherMapLimit}",
|
377
|
+
"componentParams":
|
378
|
+
{
|
379
|
+
"enableClear":true,
|
380
|
+
"allowNegative":true
|
381
|
+
}
|
382
|
+
},
|
383
|
+
|
384
|
+
// FORCE FLOATS
|
385
|
+
{
|
386
|
+
"name":"mmoSettings.forceFloats",
|
387
|
+
"label":"Force floating point",
|
388
|
+
"tooltip":"Force the values entered in the AoI and map limits settings above to be parsed as floating point values, even if integers have been entered. Please note that even if this setting is off, if a decimal value is entered above, it will be treated as a floating point value",
|
389
|
+
"category":"MMO settings",
|
390
|
+
"type":"CheckBox",
|
391
|
+
"value":{$BasicValue=mmoSettings.forceFloats}
|
392
|
+
},
|
393
|
+
|
394
|
+
// MAX LIMBO SECONDS
|
395
|
+
{
|
396
|
+
"name":"mmoSettings.userMaxLimboSeconds",
|
397
|
+
"label":"User max limbo time",
|
398
|
+
"tooltip":"The maximum amount of seconds allowed between the MMORoom join and the first time the user position is set in the Room (known as 'limbo', because the user is inside the Room but he knows nothing about the other users in it, because the proximity system based on the AoI requires his position to be set at least one time); if this time is exeeded, the user is kicked from the Room automatically",
|
399
|
+
"category":"MMO settings",
|
400
|
+
"type":"NumericStepper",
|
401
|
+
"value":{$BasicValue=mmoSettings.userMaxLimboSeconds},
|
402
|
+
"componentParams":
|
403
|
+
{
|
404
|
+
"minimum":10,
|
405
|
+
"maximum":120
|
406
|
+
}
|
407
|
+
},
|
408
|
+
|
409
|
+
// PROXIMITY LIST UPDATES MILLISECONDS
|
410
|
+
{
|
411
|
+
"name":"mmoSettings.proximityListUpdateMillis",
|
412
|
+
"label":"Millis between proximity list updates",
|
413
|
+
"tooltip":"Minimum time between two subsequent PROXIMITY_LIST_UPDATE events sent to the clients; this should be balanced taking into account the user speed when moving inside the MMORoom (frequency of position updates) and the ratio between the actual client viewport size (or area of visibility in case of 3D environments) and the AoI size",
|
414
|
+
"category":"MMO settings",
|
415
|
+
"type":"NumericStepper",
|
416
|
+
"value":{$BasicValue=mmoSettings.proximityListUpdateMillis},
|
417
|
+
"componentParams":
|
418
|
+
{
|
419
|
+
"minimum":10,
|
420
|
+
"maximum":2147483647
|
421
|
+
}
|
422
|
+
},
|
423
|
+
|
424
|
+
// SEND AOI ENTRY POINT
|
425
|
+
{
|
426
|
+
"name":"mmoSettings.sendAOIEntryPoint",
|
427
|
+
"label":"Send AoI entry point",
|
428
|
+
"tooltip":"Send the other users entry coordinates in the client's AoI as reserved properties on the User object in the PROXIMITY_LIST_UPDATE event",
|
429
|
+
"category":"MMO settings",
|
430
|
+
"type":"CheckBox",
|
431
|
+
"value":{$BasicValue=mmoSettings.sendAOIEntryPoint}
|
432
|
+
}
|
@@ -123,34 +123,6 @@
|
|
123
123
|
"value":{$BasicValue=serverSettings.ghostHunterEnabled}
|
124
124
|
},
|
125
125
|
|
126
|
-
// SYSTEM CONTROLLER THREAD POOL SIZE
|
127
|
-
{
|
128
|
-
"name":"systemControllerThreadPoolSize",
|
129
|
-
"label":"System Controller thread pool size",
|
130
|
-
"tooltip":"[ADVANCED] Adjust the thread pool size for the System Controller",
|
131
|
-
"type":"NumericStepper",
|
132
|
-
"value":{$BasicValue=serverSettings.systemControllerThreadPoolSize},
|
133
|
-
"componentParams":
|
134
|
-
{
|
135
|
-
"minimum":1,
|
136
|
-
"maximum":10000
|
137
|
-
}
|
138
|
-
},
|
139
|
-
|
140
|
-
// EXTENSIONS CONTROLLER THREAD POOL SIZE
|
141
|
-
{
|
142
|
-
"name":"extensionControllerThreadPoolSize",
|
143
|
-
"label":"Extensions Controller thread pool size",
|
144
|
-
"tooltip":"[ADVANCED] Adjust the thread pool size for the Extensions Controller",
|
145
|
-
"type":"NumericStepper",
|
146
|
-
"value":{$BasicValue=serverSettings.extensionControllerThreadPoolSize},
|
147
|
-
"componentParams":
|
148
|
-
{
|
149
|
-
"minimum":1,
|
150
|
-
"maximum":10000
|
151
|
-
}
|
152
|
-
},
|
153
|
-
|
154
126
|
// SERVER TASK SCHEDULER THREAD POOL SIZE
|
155
127
|
{
|
156
128
|
"name":"schedulerThreadPoolSize",
|
@@ -165,34 +137,6 @@
|
|
165
137
|
}
|
166
138
|
},
|
167
139
|
|
168
|
-
// SYSTEM CONTROLLER REQUEST QUEUE SIZE
|
169
|
-
{
|
170
|
-
"name":"systemControllerRequestQueueSize",
|
171
|
-
"label":"System Controller request queue size",
|
172
|
-
"tooltip":"[ADVANCED] Modifies the maximum size of the System Controller messages queue",
|
173
|
-
"type":"NumericStepper",
|
174
|
-
"value":{$BasicValue=serverSettings.systemControllerRequestQueueSize},
|
175
|
-
"componentParams":
|
176
|
-
{
|
177
|
-
"minimum":10,
|
178
|
-
"maximum":2147483647
|
179
|
-
}
|
180
|
-
},
|
181
|
-
|
182
|
-
// EXTENSIONS CONTROLLER REQUEST QUEUE SIZE
|
183
|
-
{
|
184
|
-
"name":"extensionControllerRequestQueueSize",
|
185
|
-
"label":"Extensions Controller request queue size",
|
186
|
-
"tooltip":"[ADVANCED] Modifies the maximum size of the Extensions Controller messages queue",
|
187
|
-
"type":"NumericStepper",
|
188
|
-
"value":{$BasicValue=serverSettings.extensionControllerRequestQueueSize},
|
189
|
-
"componentParams":
|
190
|
-
{
|
191
|
-
"minimum":10,
|
192
|
-
"maximum":2147483647
|
193
|
-
}
|
194
|
-
},
|
195
|
-
|
196
140
|
// START EXTENSION FILE MONITOR
|
197
141
|
{
|
198
142
|
"name":"startExtensionFileMonitor",
|
@@ -211,6 +155,15 @@
|
|
211
155
|
"value":{$BasicValue=serverSettings.extensionRemoteDebug}
|
212
156
|
},
|
213
157
|
|
158
|
+
// STATS EXTRA LOGGING
|
159
|
+
{
|
160
|
+
"name":"statsExtraLoggingEnabled",
|
161
|
+
"label":"Stats extra logging",
|
162
|
+
"tooltip":"Enable extra informations to be logged for statistics collection",
|
163
|
+
"type":"CheckBox",
|
164
|
+
"value":{$BasicValue=serverSettings.statsExtraLoggingEnabled}
|
165
|
+
},
|
166
|
+
|
214
167
|
//-------------------------------------------
|
215
168
|
// IP FILTER SETTINGS
|
216
169
|
//-------------------------------------------
|
@@ -336,7 +289,7 @@
|
|
336
289
|
{
|
337
290
|
"name":"webSocket.bindAddress",
|
338
291
|
"label":"WebSocket listener address",
|
339
|
-
"tooltip":"IP address used for WebSocket
|
292
|
+
"tooltip":"IP address used for WebSocket communication",
|
340
293
|
"category":"HTML5 WebSockets",
|
341
294
|
"type":"ComboBox",
|
342
295
|
"value":{$BasicValue=webSocket.bindAddress},
|
@@ -346,11 +299,11 @@
|
|
346
299
|
}
|
347
300
|
},
|
348
301
|
|
349
|
-
// LISTENER PORT
|
302
|
+
// LISTENER TCP PORT
|
350
303
|
{
|
351
304
|
"name":"webSocket.tcpPort",
|
352
305
|
"label":"WebSocket listener port",
|
353
|
-
"tooltip":"TCP port used for WebSocket
|
306
|
+
"tooltip":"TCP port used for WebSocket communication",
|
354
307
|
"category":"HTML5 WebSockets",
|
355
308
|
"type":"NumericStepper",
|
356
309
|
"value":{$BasicValue=webSocket.tcpPort},
|
@@ -361,6 +314,55 @@
|
|
361
314
|
}
|
362
315
|
},
|
363
316
|
|
317
|
+
// LISTENER SSL PORT
|
318
|
+
{
|
319
|
+
"name":"webSocket.sslPort",
|
320
|
+
"label":"WebSocket Secure listener port",
|
321
|
+
"tooltip":"SSL port used for encrypted WebSocket communication",
|
322
|
+
"category":"HTML5 WebSockets",
|
323
|
+
"type":"NumericStepper",
|
324
|
+
"value":{$BasicValue=webSocket.sslPort},
|
325
|
+
"componentParams":
|
326
|
+
{
|
327
|
+
"minimum":0,
|
328
|
+
"maximum":65535
|
329
|
+
}
|
330
|
+
},
|
331
|
+
|
332
|
+
// USE SSL
|
333
|
+
{
|
334
|
+
"name":"webSocket.isSSL",
|
335
|
+
"label":"Use WSS protocol",
|
336
|
+
"tooltip":"Enable/disable the SSL encryption of WebSockets protocol",
|
337
|
+
"category":"HTML5 WebSockets",
|
338
|
+
"type":"CheckBox",
|
339
|
+
"value":{$BasicValue=webSocket.isSSL}
|
340
|
+
},
|
341
|
+
|
342
|
+
// KEYSTORE FILE
|
343
|
+
{
|
344
|
+
"name":"webSocket.keyStoreFile",
|
345
|
+
"label":"KeyStore file",
|
346
|
+
"tooltip":"Location of the repository of security certificates to be used when WSS is enabled",
|
347
|
+
"category":"HTML5 WebSockets",
|
348
|
+
"type":"TextInput",
|
349
|
+
"value":"{$BasicValue=webSocket.keyStoreFile}"
|
350
|
+
},
|
351
|
+
|
352
|
+
// KEYSTORE PASSWORD
|
353
|
+
{
|
354
|
+
"name":"webSocket.keyStorePassword",
|
355
|
+
"label":"KeyStore password",
|
356
|
+
"tooltip":"Password of the KeyStore repository",
|
357
|
+
"category":"HTML5 WebSockets",
|
358
|
+
"type":"TextInput",
|
359
|
+
"value":"{$BasicValue=webSocket.keyStorePassword}",
|
360
|
+
"componentParams":
|
361
|
+
{
|
362
|
+
"displayAsPassword":true
|
363
|
+
}
|
364
|
+
},
|
365
|
+
|
364
366
|
//-------------------------------------------
|
365
367
|
// WEB SERVER
|
366
368
|
//-------------------------------------------
|
@@ -369,20 +371,60 @@
|
|
369
371
|
{
|
370
372
|
"name":"webServer.isActive",
|
371
373
|
"label":"Activate",
|
372
|
-
"tooltip":"Enable/disable the embedded
|
374
|
+
"tooltip":"Enable/disable the embedded web server",
|
373
375
|
"category":"Web server",
|
374
376
|
"type":"CheckBox",
|
375
377
|
"value":{$BasicValue=webServer.isActive}
|
376
378
|
},
|
377
379
|
|
378
|
-
//
|
380
|
+
// ENABLE HTTP MODULE
|
379
381
|
{
|
380
|
-
"name":"webServer.
|
381
|
-
"label":"
|
382
|
-
"tooltip":"
|
382
|
+
"name":"webServer.enableHttp",
|
383
|
+
"label":"Enable HTTP",
|
384
|
+
"tooltip":"Enable/disable the HTTP module in the embedded web server",
|
383
385
|
"category":"Web server",
|
384
|
-
"type":"
|
385
|
-
"value":
|
386
|
+
"type":"CheckBox",
|
387
|
+
"value":{$BasicValue=webServer.enableHttp}
|
388
|
+
},
|
389
|
+
|
390
|
+
// HTTP PORT
|
391
|
+
{
|
392
|
+
"name":"webServer.httpPort",
|
393
|
+
"label":"HTTP port",
|
394
|
+
"tooltip":"TCP port used by the embedded web server for HTTP communication",
|
395
|
+
"category":"Web server",
|
396
|
+
"type":"NumericStepper",
|
397
|
+
"value":{$BasicValue=webServer.httpPort},
|
398
|
+
"componentParams":
|
399
|
+
{
|
400
|
+
"minimum":0,
|
401
|
+
"maximum":65535
|
402
|
+
}
|
403
|
+
},
|
404
|
+
|
405
|
+
// ENABLE HTTPS MODULE
|
406
|
+
{
|
407
|
+
"name":"webServer.enableHttps",
|
408
|
+
"label":"Enable HTTPS",
|
409
|
+
"tooltip":"Enable/disable the HTTPS module in the embedded web server",
|
410
|
+
"category":"Web server",
|
411
|
+
"type":"CheckBox",
|
412
|
+
"value":{$BasicValue=webServer.enableHttps}
|
413
|
+
},
|
414
|
+
|
415
|
+
// HTTPS PORT
|
416
|
+
{
|
417
|
+
"name":"webServer.httpsPort",
|
418
|
+
"label":"HTTPS port",
|
419
|
+
"tooltip":"TCP port used by the embedded web server for HTTPS communication",
|
420
|
+
"category":"Web server",
|
421
|
+
"type":"NumericStepper",
|
422
|
+
"value":{$BasicValue=webServer.httpsPort},
|
423
|
+
"componentParams":
|
424
|
+
{
|
425
|
+
"minimum":0,
|
426
|
+
"maximum":65535
|
427
|
+
}
|
386
428
|
},
|
387
429
|
|
388
430
|
// BLUEBOX POLLING TIMEOUT
|
@@ -397,6 +439,11 @@
|
|
397
439
|
{
|
398
440
|
"minimum":25,
|
399
441
|
"maximum":40
|
442
|
+
},
|
443
|
+
"separator":
|
444
|
+
{
|
445
|
+
"pos":"before",
|
446
|
+
"text":"\n<b>BlueBox settings</b>"
|
400
447
|
}
|
401
448
|
},
|
402
449
|
|
@@ -422,8 +469,8 @@
|
|
422
469
|
// USE MASTER SOCKET POLICY
|
423
470
|
{
|
424
471
|
"name":"flashCrossdomainPolicy.useMasterSocketPolicy",
|
425
|
-
"label":"
|
426
|
-
"tooltip":"If enabled, SmartFoxServer serves the Flash
|
472
|
+
"label":"Activate Flash Socket Policy",
|
473
|
+
"tooltip":"If enabled, SmartFoxServer serves the Flash crossdomain policy over the current TCP port(s) as required by Adobe's security rules",
|
427
474
|
"category":"Adobe Flash Player",
|
428
475
|
"type":"CheckBox",
|
429
476
|
"value":{$BasicValue=flashCrossdomainPolicy.useMasterSocketPolicy}
|
@@ -497,7 +544,11 @@
|
|
497
544
|
"tooltip":"The SMTP server account password",
|
498
545
|
"category":"Mailer",
|
499
546
|
"type":"TextInput",
|
500
|
-
"value":"{$BasicValue=mailer.mailPass}"
|
547
|
+
"value":"{$BasicValue=mailer.mailPass}",
|
548
|
+
"componentParams":
|
549
|
+
{
|
550
|
+
"displayAsPassword":true
|
551
|
+
}
|
501
552
|
},
|
502
553
|
|
503
554
|
//-------------------------------------------
|
@@ -508,7 +559,7 @@
|
|
508
559
|
{
|
509
560
|
"name":"remoteAdmin.administrators",
|
510
561
|
"label":"Administrators",
|
511
|
-
"tooltip":"The access credentials of SmartFoxServer administrators; removing all the administrators will prevent the
|
562
|
+
"tooltip":"The access credentials and permissions of SmartFoxServer administrators; removing all the administrators will prevent the AdminTool to reconnect to the server instance after a disconnection",
|
512
563
|
"category":"Remote admin",
|
513
564
|
"type":"DataGrid",
|
514
565
|
"defaultListItem":
|
@@ -527,10 +578,32 @@
|
|
527
578
|
"tooltip":"Administrator's password",
|
528
579
|
"type":"TextInput",
|
529
580
|
"value":"",
|
530
|
-
"validator":"pwd"
|
581
|
+
"validator":"pwd",
|
582
|
+
"componentParams":
|
583
|
+
{
|
584
|
+
"displayAsPassword":true
|
585
|
+
}
|
586
|
+
},
|
587
|
+
{
|
588
|
+
"name":"allowHalt",
|
589
|
+
"label":"Allow halt/restart",
|
590
|
+
"tooltip":"Allow administrator to halt or restart the server",
|
591
|
+
"type":"CheckBox",
|
592
|
+
"value":true
|
593
|
+
},
|
594
|
+
{
|
595
|
+
"name":"disabledModulesString",
|
596
|
+
"label":"Disabled modules",
|
597
|
+
"tooltip":"The list of AdminTool's modules that the administrator is NOT allowed to access",
|
598
|
+
"type":"DualList",
|
599
|
+
"value":"",
|
600
|
+
"componentParams":
|
601
|
+
{
|
602
|
+
"selectableValues":"{$BasicValue=adminHelper.allModules}"
|
603
|
+
}
|
531
604
|
}
|
532
605
|
],
|
533
|
-
"listValues":{$List=administrators, instance=remoteAdmin, fields=login;password},
|
606
|
+
"listValues":{$List=administrators, instance=remoteAdmin, fields=login;password;allowHalt;disabledModulesString},
|
534
607
|
"clazz":"ServerSettings$AdminUser"
|
535
608
|
},
|
536
609
|
|
@@ -574,6 +647,410 @@
|
|
574
647
|
}
|
575
648
|
},
|
576
649
|
|
650
|
+
//-------------------------------------------
|
651
|
+
// ANALYTICS MODULE SETTINGS
|
652
|
+
//-------------------------------------------
|
653
|
+
|
654
|
+
// SCHEDULE
|
655
|
+
{
|
656
|
+
"name":"analytics.isActive",
|
657
|
+
"label":"Schedule log analysis",
|
658
|
+
"tooltip":"Schedule the automatic log analysis process to build data for the AdminTool's Analytics module\nIf not scheduled, the process can be executed manually from within the module itself",
|
659
|
+
"category":"Analytics",
|
660
|
+
"type":"CheckBox",
|
661
|
+
"value":{$BasicValue=analytics.isActive}
|
662
|
+
},
|
663
|
+
|
664
|
+
// RUN ON DAY OF WEEK
|
665
|
+
{
|
666
|
+
"name":"analytics.runOnDay",
|
667
|
+
"label":"Run on day of week",
|
668
|
+
"tooltip":"Schedule the log analysis to run everyday or on a specific day of the week",
|
669
|
+
"category":"Analytics",
|
670
|
+
"type":"ComboBox",
|
671
|
+
"value":"{$BasicValue=analytics.runOnDay}",
|
672
|
+
"componentParams":
|
673
|
+
{
|
674
|
+
"dataProvider":"[everyday],Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday"
|
675
|
+
}
|
676
|
+
},
|
677
|
+
|
678
|
+
// RUN AT HOUR OF DAY
|
679
|
+
{
|
680
|
+
"name":"analytics.runAtHour",
|
681
|
+
"label":"Run at hour of day",
|
682
|
+
"tooltip":"Schedule the log analysis to run at the selected hour of the scheduled day",
|
683
|
+
"category":"Analytics",
|
684
|
+
"type":"NumericStepper",
|
685
|
+
"value":{$BasicValue=analytics.runAtHour},
|
686
|
+
"componentParams":
|
687
|
+
{
|
688
|
+
"minimum":0,
|
689
|
+
"maximum":23
|
690
|
+
}
|
691
|
+
},
|
692
|
+
|
693
|
+
// RUN ON STARTUP
|
694
|
+
{
|
695
|
+
"name":"analytics.runOnStartup",
|
696
|
+
"label":"Run on startup",
|
697
|
+
"tooltip":"If checked, in addition to the scheduled day and hour the log analysis is also executed as soon as SmartFoxServer is started (with 1 minute delay)\nDepending on the logs size, the process can take from a few seconds to many hours",
|
698
|
+
"category":"Analytics",
|
699
|
+
"type":"CheckBox",
|
700
|
+
"value":{$BasicValue=analytics.runOnStartup}
|
701
|
+
},
|
702
|
+
|
703
|
+
// REBUILD DATABASE
|
704
|
+
{
|
705
|
+
"name":"analytics.rebuildDB",
|
706
|
+
"label":"Rebuild database",
|
707
|
+
"tooltip":"If checked, the first log analysis execution destroys the previous Analytics database (if any), rebuilding data from scratch; this flag is then unchecked automatically to avoid accidental data destruction during later executions\n\n<b>IMPORTANT</b>\nThis action deletes all data collected previously and rebuilds it by analyzing the available SmartFoxServer logs; in case some log files were deleted to free disk space, historical data will be lost",
|
708
|
+
"category":"Analytics",
|
709
|
+
"type":"CheckBox",
|
710
|
+
"value":{$BasicValue=analytics.rebuildDB}
|
711
|
+
},
|
712
|
+
|
713
|
+
// SKIP GEO LOCATION
|
714
|
+
{
|
715
|
+
"name":"analytics.skipGeolocation",
|
716
|
+
"label":"Skip geolocation",
|
717
|
+
"tooltip":"If checked, the clients geolocation based on their IP address is not performed during the log analysis\n\n<b>NOTE</b>\nGeolocation should always be enabled, unless the geolocation database (provided by a third party) is outdated and can't be updated (read the AdminTool's documentation for more informations)",
|
718
|
+
"category":"Analytics",
|
719
|
+
"type":"CheckBox",
|
720
|
+
"value":{$BasicValue=analytics.skipGeolocation}
|
721
|
+
},
|
722
|
+
|
723
|
+
// LOGS SOURCE FOLDER
|
724
|
+
{
|
725
|
+
"name":"analytics.sourceFolder",
|
726
|
+
"label":"Logs source folder",
|
727
|
+
"tooltip":"Path to the logs source folder; leave empty to use the SmartFoxServer default logs folder",
|
728
|
+
"category":"Analytics",
|
729
|
+
"type":"TextInput",
|
730
|
+
"value":"{$BasicValue=analytics.sourceFolder}"
|
731
|
+
},
|
732
|
+
|
733
|
+
// LOGS LOCALE
|
734
|
+
{
|
735
|
+
"name":"analytics.locale",
|
736
|
+
"label":"Logs locale",
|
737
|
+
"tooltip":"The two letters ISO 3166 country code indicating the locale of the server which generated the log files; leave empty if logs are generated by the SmartFoxServer instance you are now connected to\n\n<b>NOTE</b>\nUse this parameter if you need to analyze logs generated by another SmartFoxServer instance hosted on a server with a different locale setting",
|
738
|
+
"category":"Analytics",
|
739
|
+
"type":"TextInput",
|
740
|
+
"value":"{$BasicValue=analytics.locale}",
|
741
|
+
"componentParams":
|
742
|
+
{
|
743
|
+
"restrict":"a-zA-Z",
|
744
|
+
"maxChars":2
|
745
|
+
}
|
746
|
+
},
|
747
|
+
|
748
|
+
//-------------------------------------------
|
749
|
+
// THREAD POOLS SETTINGS
|
750
|
+
//-------------------------------------------
|
751
|
+
|
752
|
+
// SYSTEM CORE THREADS
|
753
|
+
{
|
754
|
+
"name":"systemThreadPoolSettings.coreThreads",
|
755
|
+
"label":"Core threads",
|
756
|
+
"tooltip":"Number of core threads in the pool; these will be always available",
|
757
|
+
"category":"Thread pools",
|
758
|
+
"type":"NumericStepper",
|
759
|
+
"value":{$BasicValue=systemThreadPoolSettings.coreThreads},
|
760
|
+
"componentParams":
|
761
|
+
{
|
762
|
+
"minimum":1,
|
763
|
+
"maximum":10000
|
764
|
+
},
|
765
|
+
"separator":
|
766
|
+
{
|
767
|
+
"pos":"before",
|
768
|
+
"text":"<b>IMPORTANT</b>: these settings can affect performance dramatically; change them only if you really know what you are doing\n\n<b>System thread pool</b>"
|
769
|
+
}
|
770
|
+
},
|
771
|
+
|
772
|
+
// SYSTEM BACKUP THREADS
|
773
|
+
{
|
774
|
+
"name":"systemThreadPoolSettings.backupThreads",
|
775
|
+
"label":"Backup threads",
|
776
|
+
"tooltip":"Number of new threads to be added when a backups is called",
|
777
|
+
"category":"Thread pools",
|
778
|
+
"type":"NumericStepper",
|
779
|
+
"value":{$BasicValue=systemThreadPoolSettings.backupThreads},
|
780
|
+
"componentParams":
|
781
|
+
{
|
782
|
+
"minimum":1,
|
783
|
+
"maximum":10000
|
784
|
+
}
|
785
|
+
},
|
786
|
+
|
787
|
+
// SYSTEM MAX BACKUPS
|
788
|
+
{
|
789
|
+
"name":"systemThreadPoolSettings.maxBackups",
|
790
|
+
"label":"Maximum backups",
|
791
|
+
"tooltip":"Number of times backup threads can be called",
|
792
|
+
"category":"Thread pools",
|
793
|
+
"type":"NumericStepper",
|
794
|
+
"value":{$BasicValue=systemThreadPoolSettings.maxBackups},
|
795
|
+
"componentParams":
|
796
|
+
{
|
797
|
+
"minimum":1,
|
798
|
+
"maximum":10000
|
799
|
+
}
|
800
|
+
},
|
801
|
+
|
802
|
+
// SYSTEM QUEUE SIZE TRIGGERING BACKUP
|
803
|
+
{
|
804
|
+
"name":"systemThreadPoolSettings.queueSizeTriggeringBackup",
|
805
|
+
"label":"Queue size triggering a backup",
|
806
|
+
"tooltip":"Minimum size of the queue that will trigger a backup, unless the size goes down below this value within the backup triggering time",
|
807
|
+
"category":"Thread pools",
|
808
|
+
"type":"NumericStepper",
|
809
|
+
"value":{$BasicValue=systemThreadPoolSettings.queueSizeTriggeringBackup},
|
810
|
+
"componentParams":
|
811
|
+
{
|
812
|
+
"minimum":1,
|
813
|
+
"maximum":10000
|
814
|
+
}
|
815
|
+
},
|
816
|
+
|
817
|
+
// SYSTEM BACKUP TRIGGERING TIME
|
818
|
+
{
|
819
|
+
"name":"systemThreadPoolSettings.secondsTriggeringBackup",
|
820
|
+
"label":"Backup triggering time",
|
821
|
+
"tooltip":"The number of seconds after which the backup is called if the queue size keeps being greater than the minimum queue size",
|
822
|
+
"category":"Thread pools",
|
823
|
+
"type":"NumericStepper",
|
824
|
+
"value":{$BasicValue=systemThreadPoolSettings.secondsTriggeringBackup},
|
825
|
+
"componentParams":
|
826
|
+
{
|
827
|
+
"minimum":1,
|
828
|
+
"maximum":10000
|
829
|
+
}
|
830
|
+
},
|
831
|
+
|
832
|
+
// SYSTEM BACKUP THREAD EXPIRATION TIME
|
833
|
+
{
|
834
|
+
"name":"systemThreadPoolSettings.backupThreadsExpiry",
|
835
|
+
"label":"Backup threads expiration",
|
836
|
+
"tooltip":"The number of seconds after which the backup threads are removed, provided they are not needed anymore",
|
837
|
+
"category":"Thread pools",
|
838
|
+
"type":"NumericStepper",
|
839
|
+
"value":{$BasicValue=systemThreadPoolSettings.backupThreadsExpiry},
|
840
|
+
"componentParams":
|
841
|
+
{
|
842
|
+
"minimum":1,
|
843
|
+
"maximum":10000
|
844
|
+
}
|
845
|
+
},
|
846
|
+
|
847
|
+
// SYSTEM QUEUE SIZE TRIGGERING BACKUP EXPIRATION
|
848
|
+
{
|
849
|
+
"name":"systemThreadPoolSettings.queueSizeTriggeringBackupExpiry",
|
850
|
+
"label":"Queue size preventing backup expiration",
|
851
|
+
"tooltip":"The minimum amount of messages in the queue that WILL NOT allow the backup threads to be removed (backup won't expire if the queue size is greater than this value)",
|
852
|
+
"category":"Thread pools",
|
853
|
+
"type":"NumericStepper",
|
854
|
+
"value":{$BasicValue=systemThreadPoolSettings.queueSizeTriggeringBackupExpiry},
|
855
|
+
"componentParams":
|
856
|
+
{
|
857
|
+
"minimum":1,
|
858
|
+
"maximum":10000
|
859
|
+
}
|
860
|
+
},
|
861
|
+
|
862
|
+
// LOG ACTIVITY
|
863
|
+
{
|
864
|
+
"name":"systemThreadPoolSettings.logActivity",
|
865
|
+
"label":"Log activity",
|
866
|
+
"tooltip":"Write basic informations about new threads being added or removed in the log",
|
867
|
+
"category":"Thread pools",
|
868
|
+
"type":"CheckBox",
|
869
|
+
"value":{$BasicValue=systemThreadPoolSettings.logActivity}
|
870
|
+
},
|
871
|
+
|
872
|
+
// SYSTEM FULL QUEUE WARNING INTERVAL
|
873
|
+
{
|
874
|
+
"name":"systemThreadPoolSettings.queueFullWarningInterval",
|
875
|
+
"label":"Full queue warning interval",
|
876
|
+
"tooltip":"The interval, expressed in seconds, between two consecutive warnings being logged if the messages queue is full",
|
877
|
+
"category":"Thread pools",
|
878
|
+
"type":"NumericStepper",
|
879
|
+
"value":{$BasicValue=systemThreadPoolSettings.queueFullWarningInterval},
|
880
|
+
"componentParams":
|
881
|
+
{
|
882
|
+
"minimum":1,
|
883
|
+
"maximum":10000
|
884
|
+
}
|
885
|
+
},
|
886
|
+
|
887
|
+
// SYSTEM REQUEST QUEUE SIZE
|
888
|
+
{
|
889
|
+
"name":"systemControllerRequestQueueSize",
|
890
|
+
"label":"System Controller request queue size",
|
891
|
+
"tooltip":"Modifies the maximum size of the System Controller messages queue",
|
892
|
+
"category":"Thread pools",
|
893
|
+
"type":"NumericStepper",
|
894
|
+
"value":{$BasicValue=serverSettings.systemControllerRequestQueueSize},
|
895
|
+
"componentParams":
|
896
|
+
{
|
897
|
+
"minimum":10,
|
898
|
+
"maximum":2147483647
|
899
|
+
}
|
900
|
+
},
|
901
|
+
|
902
|
+
//-------------------------------------------
|
903
|
+
|
904
|
+
// EXTENSION CORE THREADS
|
905
|
+
{
|
906
|
+
"name":"extensionThreadPoolSettings.coreThreads",
|
907
|
+
"label":"Core threads",
|
908
|
+
"tooltip":"Number of core threads in the pool; these will be always available",
|
909
|
+
"category":"Thread pools",
|
910
|
+
"type":"NumericStepper",
|
911
|
+
"value":{$BasicValue=extensionThreadPoolSettings.coreThreads},
|
912
|
+
"componentParams":
|
913
|
+
{
|
914
|
+
"minimum":1,
|
915
|
+
"maximum":10000
|
916
|
+
},
|
917
|
+
"separator":
|
918
|
+
{
|
919
|
+
"pos":"before",
|
920
|
+
"text":"\n<b>Extension thread pool</b>"
|
921
|
+
}
|
922
|
+
},
|
923
|
+
|
924
|
+
// EXTENSION BACKUP THREADS
|
925
|
+
{
|
926
|
+
"name":"extensionThreadPoolSettings.backupThreads",
|
927
|
+
"label":"Backup threads",
|
928
|
+
"tooltip":"Number of new threads to be added when a backup is called",
|
929
|
+
"category":"Thread pools",
|
930
|
+
"type":"NumericStepper",
|
931
|
+
"value":{$BasicValue=extensionThreadPoolSettings.backupThreads},
|
932
|
+
"componentParams":
|
933
|
+
{
|
934
|
+
"minimum":1,
|
935
|
+
"maximum":10000
|
936
|
+
}
|
937
|
+
},
|
938
|
+
|
939
|
+
// EXTENSION MAX BACKUPS
|
940
|
+
{
|
941
|
+
"name":"extensionThreadPoolSettings.maxBackups",
|
942
|
+
"label":"Maximum backups",
|
943
|
+
"tooltip":"Number of times backup threads can be called",
|
944
|
+
"category":"Thread pools",
|
945
|
+
"type":"NumericStepper",
|
946
|
+
"value":{$BasicValue=extensionThreadPoolSettings.maxBackups},
|
947
|
+
"componentParams":
|
948
|
+
{
|
949
|
+
"minimum":1,
|
950
|
+
"maximum":10000
|
951
|
+
}
|
952
|
+
},
|
953
|
+
|
954
|
+
// EXTENSION QUEUE SIZE TRIGGERING BACKUP
|
955
|
+
{
|
956
|
+
"name":"extensionThreadPoolSettings.queueSizeTriggeringBackup",
|
957
|
+
"label":"Queue size triggering a backup",
|
958
|
+
"tooltip":"Minimum size of the queue that will trigger a backup, unless the size goes down below this value within the backup triggering time",
|
959
|
+
"category":"Thread pools",
|
960
|
+
"type":"NumericStepper",
|
961
|
+
"value":{$BasicValue=extensionThreadPoolSettings.queueSizeTriggeringBackup},
|
962
|
+
"componentParams":
|
963
|
+
{
|
964
|
+
"minimum":1,
|
965
|
+
"maximum":10000
|
966
|
+
}
|
967
|
+
},
|
968
|
+
|
969
|
+
// EXTENSION BACKUP TRIGGERING TIME
|
970
|
+
{
|
971
|
+
"name":"extensionThreadPoolSettings.secondsTriggeringBackup",
|
972
|
+
"label":"Backup triggering time",
|
973
|
+
"tooltip":"The number of seconds after which the backup is called if the queue size keeps being greater than the minimum queue size",
|
974
|
+
"category":"Thread pools",
|
975
|
+
"type":"NumericStepper",
|
976
|
+
"value":{$BasicValue=extensionThreadPoolSettings.secondsTriggeringBackup},
|
977
|
+
"componentParams":
|
978
|
+
{
|
979
|
+
"minimum":1,
|
980
|
+
"maximum":10000
|
981
|
+
}
|
982
|
+
},
|
983
|
+
|
984
|
+
// EXTENSION BACKUP THREAD EXPIRATION TIME
|
985
|
+
{
|
986
|
+
"name":"extensionThreadPoolSettings.backupThreadsExpiry",
|
987
|
+
"label":"Backup threads expiration",
|
988
|
+
"tooltip":"The number of seconds after which the backup threads are removed, provided they are not needed anymore",
|
989
|
+
"category":"Thread pools",
|
990
|
+
"type":"NumericStepper",
|
991
|
+
"value":{$BasicValue=extensionThreadPoolSettings.backupThreadsExpiry},
|
992
|
+
"componentParams":
|
993
|
+
{
|
994
|
+
"minimum":1,
|
995
|
+
"maximum":10000
|
996
|
+
}
|
997
|
+
},
|
998
|
+
|
999
|
+
// EXTENSION QUEUE SIZE TRIGGERING BACKUP EXPIRATION
|
1000
|
+
{
|
1001
|
+
"name":"extensionThreadPoolSettings.queueSizeTriggeringBackupExpiry",
|
1002
|
+
"label":"Queue size preventing backup expiration",
|
1003
|
+
"tooltip":"The minimum amount of messages in the queue that WILL NOT allow the backup threads to be removed (backup won't expire if the queue size is greater than this value)",
|
1004
|
+
"category":"Thread pools",
|
1005
|
+
"type":"NumericStepper",
|
1006
|
+
"value":{$BasicValue=extensionThreadPoolSettings.queueSizeTriggeringBackupExpiry},
|
1007
|
+
"componentParams":
|
1008
|
+
{
|
1009
|
+
"minimum":1,
|
1010
|
+
"maximum":10000
|
1011
|
+
}
|
1012
|
+
},
|
1013
|
+
|
1014
|
+
// LOG ACTIVITY
|
1015
|
+
{
|
1016
|
+
"name":"extensionThreadPoolSettings.logActivity",
|
1017
|
+
"label":"Log activity",
|
1018
|
+
"tooltip":"Write basic informations about new threads being added or removed in the log",
|
1019
|
+
"category":"Thread pools",
|
1020
|
+
"type":"CheckBox",
|
1021
|
+
"value":{$BasicValue=extensionThreadPoolSettings.logActivity}
|
1022
|
+
},
|
1023
|
+
|
1024
|
+
// EXTENSION FULL QUEUE WARNING INTERVAL
|
1025
|
+
{
|
1026
|
+
"name":"extensionThreadPoolSettings.queueFullWarningInterval",
|
1027
|
+
"label":"Full queue warning interval",
|
1028
|
+
"tooltip":"The interval, expressed in seconds, between two consecutive warnings being logged if the messages queue is full",
|
1029
|
+
"category":"Thread pools",
|
1030
|
+
"type":"NumericStepper",
|
1031
|
+
"value":{$BasicValue=extensionThreadPoolSettings.queueFullWarningInterval},
|
1032
|
+
"componentParams":
|
1033
|
+
{
|
1034
|
+
"minimum":1,
|
1035
|
+
"maximum":10000
|
1036
|
+
}
|
1037
|
+
},
|
1038
|
+
|
1039
|
+
// EXTENSION REQUEST QUEUE SIZE
|
1040
|
+
{
|
1041
|
+
"name":"extensionControllerRequestQueueSize",
|
1042
|
+
"label":"Extensions Controller request queue size",
|
1043
|
+
"tooltip":"Modifies the maximum size of the Extensions Controller messages queue",
|
1044
|
+
"category":"Thread pools",
|
1045
|
+
"type":"NumericStepper",
|
1046
|
+
"value":{$BasicValue=serverSettings.extensionControllerRequestQueueSize},
|
1047
|
+
"componentParams":
|
1048
|
+
{
|
1049
|
+
"minimum":10,
|
1050
|
+
"maximum":2147483647
|
1051
|
+
}
|
1052
|
+
},
|
1053
|
+
|
577
1054
|
//-------------------------------------------
|
578
1055
|
// JVM SETTINGS
|
579
1056
|
//-------------------------------------------
|
@@ -603,7 +1080,7 @@
|
|
603
1080
|
{
|
604
1081
|
"name":"adminHelper.vmClasspath",
|
605
1082
|
"label":"JVM classpath",
|
606
|
-
"tooltip":"A list of search paths for classes and resources used by SmartFoxServer and its custom Extensions \n\n<b>IMPORTANT</b>\nThe following paths are mandatory; if missing, you won't be able to run SmartFoxServer:\n<i>./\nlib/*\nlib/
|
1083
|
+
"tooltip":"A list of search paths for classes and resources used by SmartFoxServer and its custom Extensions \n\n<b>IMPORTANT</b>\nThe following paths are mandatory; if missing, you won't be able to run SmartFoxServer:\n<i>./\nlib/*\nlib/jetty/lib/*\nextensions/__lib__/*</i>",
|
607
1084
|
"category":"JVM settings",
|
608
1085
|
"type":"DataGrid",
|
609
1086
|
"defaultListItem":
|