noel        2003/02/05 21:26:38

  Modified:    src/xdocs Tag: branch_2_1_fcs FAQ.xml
  Log:
  updated to refer to phoenix wrapper for windows services
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.24.4.1  +1 -40     jakarta-james/src/xdocs/FAQ.xml
  
  Index: FAQ.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/xdocs/FAQ.xml,v
  retrieving revision 1.24
  retrieving revision 1.24.4.1
  diff -u -r1.24 -r1.24.4.1
  --- FAQ.xml   14 Dec 2002 02:20:56 -0000      1.24
  +++ FAQ.xml   6 Feb 2003 05:26:37 -0000       1.24.4.1
  @@ -225,46 +225,7 @@
            </subsection>
            <a name="10"/>
            <subsection name="How do I run James as an NT/2k/XP service?">
  -            <p>You can use Alexandria will setup/run JAMES on NT/2k/XP</p>
  -            <p>I created a .bat file called InstallJamesNTService.bat containing the
  -following (I used the Alexandria tomcat.bat file as my template, as you can
  -see):</p>
  -            <source>
  -
  -  @echo off
  -  echo --------
  -  echo Usage:   %0 jdk_home james_home (classic/hotspot/server)
  -  echo NOTE:    You MAY NOT use spaces in the path names.
  -  echo          JDK 1.3 does not come with hotspot server by default, you must
  -  echo          install this separately if you wish to use it.
  -  echo Example: %0 c:\progra~1\jdk c:\progra~1\james classic
  -  echo --------
  -
  -  if "%1" == "" goto eof
  -  if "%2" == "" goto eof
  -  if "%3" == "" goto eof
  -
  -  copy JavaService.exe %2\bin\James.exe > nul
  -  %2\bin\James.exe -install JamesMailServer
  -  rem put the following command all on one line
  -  %1\jre\bin\%3\jvm.dll -Djava.ext.dirs=%2\lib 
  -      -Djava.class.path=%CLASSPATH%;%2\bin\phoenix-loader.jar;
  -      %2\bin\phoenix-engine.jar 
  -      -start org.apache.avalon.phoenix.launcher.Main 
  -      -out %2\logs\stdout.log -err %2\logs\stderr.log
  -
  -  goto eof
  -
  -  :eof
  -  </source>
  -            <p>
  -  Create another .bat file called UnistallJamesNTService containing the following 1 
line:
  -  </p>
  -            <source>
  -  James -uninstall JamesMailServer
  -  </source>
  -            <p>By copying the 2 above .bat files and the JavaService.exe (follow 
the download link  at http://www.alexandriasc.com/software/JavaService/index.html) to 
the [james]\bin folder, you should be able to install and uninstall the 
JamesMailServer NT service!
  -  <br/>Copied from <a 
href="http://www.mail-archive.com/james-user@jakarta.apache.org/msg01389.html";>a 
message</a> from the james-user mailing list.</p>
  +            <p>The version of Avalon Phoenix distributed with James v2.1 and later 
includes a <a 
href="http://avalon.apache.org/phoenix/guide-administrator.html";>wrapper</a> that lets 
you run James as a service.  An alternative strategy is to install the <a 
href="http://www.alexandriasc.com/software/JavaService/index.html";>JavaService</a> 
from Alexandia Software.</p>
            </subsection>
            <a name="11"/>
            <subsection name="Why isn't my mailet making changes to a MimeMessage?">
  
  
  

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

Reply via email to