日期:2014-01-18  浏览次数:20605 次

#  cat  jserv.properties   
######################################################################   
#########   
#                                                Apache  JServ  Configuration  File                               
               #   
######################################################################   
#########   

################################  W  A  R  N  I  N  G  #######################   
#########   
#  Unlike  normal  Java  properties,  JServ  configurations  have  some  import   
ant   
#  extentions:   
#   
#        1)  commas  are  used  as  token  separators   
#        2)  multiple  definitions  of  the  same  key  are  concatenated  in  a   
#              comma-separated  list.   
######################################################################   
#########   

#   
#  Execution  parameters   
#######################   

#  The  Java  Virtual  Machine  interpreter.   
#  Syntax:  wrapper.bin=[filename]  (String)   
#  Note:  specify  a  full  path  if  the  interpreter  is  not  visible  in  your     
path.   
wrapper.bin=/usr/local/jdk/bin/java   

#  Arguments  passed  to  Java  interpreter  (optional)   
#  Syntax:  wrapper.bin.parameters=[parameters]  (String)   
#  Default:  NONE   

#  Apache  JServ  entry  point  class  (should  not  be  changed)   
#  Syntax:  wrapper.class=[classname]  (String)   
#  Default:  "org.apache.jserv.JServ"   

#  Arguments  passed  to  main  class  after  the  properties  filename  (not  us   
ed)   
#  Syntax:  wrapper.class.parameters=[parameters]  (String)   
#  Default:  NONE   
#  Note:&nb