?? resin.conf
字號:
<!-- Minimal resin configuration that will run photoservlet. --><caucho.com> <!-- debug logging --> <log id='/caucho.com/java' href='stderr:' timestamp="[%H:%M:%S.%s]"/> <log id='/caucho.com/http/session' href='stderr:' timestamp="[%H:%M:%S.%s]"/> <!-- This compiler sucks --> <java compiler="internal" compiler-args="" max-compile-time="120s" work-dir='/var/tmp/resin/work'/> <!-- Use JSP classes that are already there if they are --> <jsp precompile='true' session='true' static-encoding='true'/> <http-server> <!-- XXX: Set your app-dir to the correct location here --> <app-dir>/afs/spy.net/misc/web/root</app-dir> <!-- XXX: Configure for your resin server here --> <srun id='hostname' host='hostname' port='6802'/> <http id='hostname' port='8080'/> <!-- To disable /caucho-status, set this to false --> <caucho-status>true</caucho-status> <!-- - How many threads to wait for keepalives. Should be at least the - number of Apache processes to get good performance. --> <thread-keepalive id='100'/> <!-- How long an idle keepalive connection should listen to the socket. --> <request-timeout id='30s'/> <!-- How many sockets to hold in the buffer before failing requests. --> <accept-buffer-size id='256'/> <!-- Max and min threads --> <thread-min>5</thread-min> <thread-max>150</thread-max> <!-- - Enable internal caching. - 'dir' is the directory containing the cache - 'size' is the memory size in kb - 'entries' is the number of entries in the memory cache --> <cache dir='/var/tmp/resin/cache' size='1024' entries='8192'/> <!-- default host if no other host matches --> <host id=''> <!-- log errors --> <error-log id='/var/tmp/resin/resin.log'/> <!-- New Photo Album --> <web-app id='/photo'/> </host></http-server></caucho.com>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -