我的一亩三分地 我就喜欢!
13fen  设为主页
 收藏本站
 
当前位置: > 一亩三分地:首页 > 网络学院 > 网络编程 > PHP专区 > php安装/入门 > Linux 下的 Apache+JServ+ojsp+SSL+PHP(IMAP+LDAP+MYSQL) 
热门文章排行
热门文章排行 检查email地址格式的代码(01-11)
PHP操作文件问答(01-11)
PHP安装攻略:安装并配置PHP(10-23)
PHP的十个高级技巧 4(10-23)
PHP控制语句(10-12)
精采文章排行
精采文章排行 PHP连接MYSQL的两种方法(11-15)
PHP和MySQL开发的8个技巧(10-23)
PHP安装攻略:安装并配置PHP(10-23)
php+mysql扎实个人基本功(10-23)
PHP编程常用技巧四则(10-23)
技术专题推荐
网管论坛交流
 

Linux 下的 Apache+JServ+ojsp+SSL+PHP(IMAP+LDAP+MYSQL)  

作者:佚名   来源:本站教程   点击:   日期:2007-01-11

#  cat  zone.properties   
######################################################################   
#########   
#                                                Servlet  Zone  Configuration  File                               
               #   
######################################################################   
#########   


#  List  of  Repositories   
#######################   

#  The  list  of  servlet  repositories  controlled  by  this  servlet  zone   
#  Syntax:  repositories=[repository],[repository]...   
#  Default:  NONE   
#  Note:  The  classes  you  want  to  be  reloaded  upon  modification  should  b   
e  put   
#              here.   

repositories=/usr/local/apache/jserv/servlets   

repositories=/usr/local/apache/jserv/libexec/ApacheJServ.jar   
repositories=/usr/local/apache/jserv/libexec/ApacheJSSI.jar   

#  Classloader  parameters   
#########################   

#  Enable  servlet  class  autoreloading.   
#  Syntax:  autoreload.classes=[true,false]  (boolean)   
#  Default:  true   
autoreload.classes=true   

#  Enable  servlet  resourced  autoreloading  (properties  and  other  loaded     
resources)   
#  Syntax:  autoreload.file=[true,false]  (boolean)   
#  Default:  true   
autoreload.file=true   

#  Set  the  number  of  millisecond  to  wait  before  giving  up  on  initializi   
ng  a  servlet.   
#  (a  timeout  of  zero  means  no  timeout)   
#  Syntax:  init.timeout=(long)>0   
#  Default:  10000  (10  secs)   
init.timeout=10000   

#  Set  the  number  of  millisecond  to  wait  before  giving  up  on  destroying   
a  servlet.   
#  (a  timeout  of  zero  means  no  timeout)   
#  Syntax:  destroy.timeout=(long)>0   
#  Default:  10000  (10  secs)   
destroy.timeout=10000   

#  Session  Cookie  Parameters   
############################   

#  Syntax:  session.useCookies=[true,false]  (boolean)   
#  Default:  true   
session.useCookies=true   


#  Set  the  number  of  millisecond  to  wait  before  invalidating  an  unused     
session.   
#  Syntax:  session.timeout=(long)>0   
#  Default:  1800000  (30  mins)   
session.timeout=1800000   

#  Set  how  frequently  (milliseconds)  to  check  for  timed-out  sessions.   
#  Syntax:  session.checkFrequency=(long)>0   
#  Default:  30000  (30  secs)   
session.checkFrequency=30000   

#  Set  the  domain=  header  that  gets  sent  with  the  cookie.  This  is   
#  entirely  optional   
#  Default:  null   
#session.topleveldomain=.foo.com   

#  SingleThreadModel  Servlets  parameters   
########################################   

#  Set  the  initial  capacity  of  the  STM  servlets  pool.   
#  Syntax:  singleThreadModelServlet.initialCapacity=(int)>1   
#  Default:  5   
singleThreadModelServlet.initialCapacity=5   

#  Set  the  number  of  servlet  instances  should  be  added  to  the  pool  if  f   
ound  empty.   
#  Syntax:  singleThreadModelServlet.incrementCapacity=(int)>1   
#  Default:  5   
singleThreadModelServlet.incrementCapacity=5   

#  Set  the  maximum  capacity  of  the  STM  pool   
#  Syntax:  singleThreadModelServlet.maximumCapacity=(int)>1   
#  Default:  10   
singleThreadModelServlet.maximumCapacity=10   

###################  S  E  R  V  L  E  T        P  A  R  A  M  E  T  E  R  S  #############   
#########   

#  Oracle  jsr  Servlet  initArgs   
#################################   
servlet.oracle.jsp.JspServlet.initArgs=developer_mode=false  &

文章评论】 【收藏本文】 【推荐好友】 【打印本文】 【论坛讨论

   相关文章:
·将OICQ数据转成MYSQL数据 ·用PHP实现ODBC数据分页显示一例
·php生成WAP页面 ·PHP与Javascript的两种交互方式
·PHP+Javascript模拟Matrix画面 ·WHOIS类的修改版

   文章评论:(条)
  
 请留名: 匿名评论   点击查看所有评论 网管论坛
 

  责任编辑:一分  声明:刊登此文章是为了传递更多信息,文章内容仅供参考,转载请注明出处。