asmuts      02/01/15 15:02:12

  Modified:    src/conf cache.policy myjetty.xml remote.cache.ccf
  Log:
  working on build
  
  Revision  Changes    Path
  1.3       +7 -3      jakarta-turbine-stratum/src/conf/cache.policy
  
  Index: cache.policy
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/src/conf/cache.policy,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- cache.policy      15 Jan 2002 17:59:03 -0000      1.2
  +++ cache.policy      15 Jan 2002 23:02:12 -0000      1.3
  @@ -1,13 +1,17 @@
  -grant codeBase "file:/@project_home@/bin/*" {
  +grant codeBase "file:/@project_home_f@bin/*" {
       permission java.security.AllPermission;
       permission java.io.FilePermission 
"g:${/}dev${/}jakarta-turbine-stratum${/}logs${/}-", "read,write,delete,execute";
   };
   
  -grant codeBase "file:/@project_home@/lib/*" {
  +grant codeBase "file:/@project_home_f@lib/*" {
       permission java.security.AllPermission;
       permission java.io.FilePermission 
"g:${/}dev${/}jakarta-turbine-stratum${/}logs${/}-", "read,write,delete,execute";
   };
   
  -grant codeBase "file:/@project_home@/bin/classes/*" {
  +grant codeBase "file:/@project_home_f@bin/classes/*" {
  +    permission java.security.AllPermission;
  +};
  +
  +grant codeBase "file:[EMAIL PROTECTED]@*" {
       permission java.security.AllPermission;
   };
  
  
  
  1.2       +1 -1      jakarta-turbine-stratum/src/conf/myjetty.xml
  
  Index: myjetty.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/src/conf/myjetty.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- myjetty.xml       15 Jan 2002 16:50:41 -0000      1.1
  +++ myjetty.xml       15 Jan 2002 23:02:12 -0000      1.2
  @@ -72,7 +72,7 @@
   
     <Call name="addWebApplication">
       <Arg>/jcs/*</Arg>
  -    <Arg><SystemProperty name="jetty.home" default="../"/>/webapps/jcs/</Arg>
  +    <Arg><SystemProperty name="jetty.home" 
default="@project_home_f@"/>webapps/jcs/</Arg>
       <Arg></Arg>
     </Call>
   
  
  
  
  1.3       +1 -1      jakarta-turbine-stratum/src/conf/remote.cache.ccf
  
  Index: remote.cache.ccf
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/src/conf/remote.cache.ccf,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- remote.cache.ccf  15 Jan 2002 17:59:03 -0000      1.2
  +++ remote.cache.ccf  15 Jan 2002 23:02:12 -0000      1.3
  @@ -8,7 +8,7 @@
   remote.cache.service.port=1101
   # jetty config
   remote.jetty.on=true
  -remote.jetty.xml=g:/dev/jakarta-turbine-stratum/props/myjetty.xml
  +remote.jetty.xml=@project_home_f@bin/conf/myjetty.xml
   
   
   ##############################################################
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to