pgoldstein    2002/10/26 11:36:31

  Modified:    src/conf james-config.xml
  Log:
  Fixing bad configuration - URLs are now relative as intended.
  Thanks to Harmeet Bedi for pointing out this issue.
  
  Revision  Changes    Path
  1.36      +5 -5      jakarta-james/src/conf/james-config.xml
  
  Index: james-config.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/conf/james-config.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- james-config.xml  8 Oct 2002 22:40:33 -0000       1.35
  +++ james-config.xml  26 Oct 2002 18:36:31 -0000      1.36
  @@ -343,9 +343,9 @@
         <!-- make this true to disallow posting to all newsgroups-->
         <readOnly>false</readOnly>
   
  -      <rootPath>file:///var/nntp/groups</rootPath>
  -      <tempPath>file:///var/nntp/temp</tempPath>
  -      <articleIDPath>file:///var/nntp/articleid</articleIDPath>
  +      <rootPath>file://var/nntp/groups</rootPath>
  +      <tempPath>file://var/nntp/temp</tempPath>
  +      <articleIDPath>file://var/nntp/articleid</articleIDPath>
         <articleIDDomainSuffix>news.james.apache.org</articleIDDomainSuffix>
   
         <!-- these additional news groups would be created and exposed-->
  @@ -358,7 +358,7 @@
   
         <spool>
            <configuration>
  -            <spoolPath>file:///var/nntp/spool</spoolPath>
  +            <spoolPath>file://var/nntp/spool</spoolPath>
               <!-- number of threads that process spooler related tasks -->
               <threadCount>1</threadCount>
               <!-- the spool thread(s) should idle for some time, if it has nothing 
to do  -->
  
  
  

--
To unsubscribe, e-mail:   <mailto:james-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:james-dev-help@;jakarta.apache.org>

Reply via email to