spyrunner.conf
来自「图片管理程序」· CONF 代码 · 共 30 行
CONF
30 行
# Configuration for spyrunner to run all services necessary for the photo# album. You'll probably need to modify this, but it should get you going# in the right direction. You'll run spyrunner as follows:## java net.spy.SpyRunner /path/to/this/file## Applications we'll be running. The applications are defined below.apps rmiregistry rhash imageserver photo_cleanup# RMIregistiry. Comment this out above if you're already running one# The first argument is the location of the persistent rcache, the second# is the location of the configuration file for the imageserverrmiregistry.class sun.rmi.registry.RegistryImplrmiregistry.args# Spy Services, including rcache and imageserverrhash.class net.spy.rmi.RObjectImplrhash.args /var/tmp/rcacheimageserver.class net.spy.photo.rmi.ImageServerImplimageserver.args /usr/local/etc/imageserver.conf# This process stores the actual images in the database. You can run the# photo album without it, but you have to make sure the cache is never# lost.photo_cleanup.class net.spy.photo.util.PhotoCleanupphoto_cleanup.args
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?