我的一亩三分地 我就喜欢!
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  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:  currently  not  used   

#  PATH  environment  value  passed  to  the  JVM   
#  Syntax:  wrapper.path=[path]  (String)   
#  Default:  "/bin:/usr/bin:/usr/local/bin"  for  Unix  systems   
#                    "c:\(windows-dir);c:\(windows-system-dir)"  for  Win32  system   
s   
#  Notes:  if  more  than  one  line  is  supplied  these  will  be  concatenated     
using   
#                ":"  or  ";"  (depending  wether  Unix  or  Win32)  characters   
#                Under  Win32  (windows-dir)  and  (windows-system-dir)  will  be   
#                automatically  evaluated  to  match  your  system  requirements   
wrapper.path=/usr/bin:/usr/local/bin:/usr/local/jdk/bin:/usr/local/jsd   
k/bin:/usr/local/jswdk/bin:/usr/local/jre/bin   


#  CLASSPATH  environment  value  passed  to  the  JVM   
#  Syntax:  wrapper.classpath=[path]  (String)   
#  Default:  NONE  (Sun's  JDK/JRE  already  have  a  default  classpath)   
#  Note:  if  more  than  one  line  is  supplied  these  will  be  concatenated  u   
sing   
#              ":"  or  ";"  (depending  wether  Unix  or  Win32)  characters.  JVM  mu   
st  be   
#              able  to  find  JSDK  and  JServ  classes  and  any  utility  classes  us   
ed  by   
#              your  servlets.   
#  Note:  the  classes  you  want  to  be  automatically  reloaded  upon  modific   
ation   
#              MUST  NOT  be  in  this  classpath  or  the  classpath  of  the  shell   
#        &

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

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

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

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