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

📄 resin.conf

📁 图片管理程序
💻 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 + -