andya       2004/04/28 09:22:00

  Added:       jk/native2/server/dsapi BUILD-WIN32.txt BUILD-LINUX.txt
  Log:
  Added BUILD-WIN32.txt and BUILD-LINUX.txt to replace the clobbered BUILD.txt.
  
  Revision  Changes    Path
  1.1                  
jakarta-tomcat-connectors/jk/native2/server/dsapi/BUILD-WIN32.txt
  
  Index: BUILD-WIN32.txt
  ===================================================================
  $Id: BUILD-WIN32.txt,v 1.1 2004/04/28 16:22:00 andya Exp $
  
  Prerequisites
  -------------
  
  You need to be able to build the jk2 code which requires both APR and
  PCRE. You can get a suitable Win32 build of APR from here:
  
    http://apr.apache.org/
    
  and a Win32 version of PCRE can be found here:
  
    http://gnuwin32.sourceforge.net/packages/pcre.htm
    
  To avoid messing around with the paths in the MSVC project place the APR
  and PCRE directories in the same parent directory as jakarta-tomcat-
  connectors. Here's what I have
  
  tomcat\
      apr\
      apr-iconv\
      apr-util\
      jakarta-tomcat-connectors\
      pcre\
  
  The project also depends on the Lotus Notes C API which can be downloaded
  here:
  
    http://www-10.lotus.com/ldd/toolkits
    
  Set the environment variable NOTESAPI to the directory where you've
  installed it so the MSVC project can find it.
  
  You'll also need to have a suitable (for jk2) JVM installed and
  JAVA_HOME properly set.
  
  Once you've done all that you should be able to fire up MSVC, open the
  dsapi.dsw and build it. You'll most likely want to build the
  configuration 'Release Static' which will build a standalone
  dsapi_redirector2.dll.
  
  Having built the redirector refer to INSTALL-WIN32.txt for installation
  instructions.
  
  Mailing Lists
  -------------
  
  There are two mailing lists dedicated to the Domino Tomcat redirector:
  
  domino-tomcat-l:
   http://nomen.tagish.co.uk/mailman/listinfo/domino-tomcat-l
  
  domino-tomcat-l is a general discussion list for issues with the
  redirector and also wider Tomcat/Domino integration issues such as
  calling the Domino Java API from a Tomcat servlet. I expect it to be
  fairly low volume so please subscribe if you're actively using the
  redirector. If you have an issue with the redirector please post it to
  the list where it will be seen not only by me but by other users who may
  be able to help with any problems.
  
  domino-tomcat-announce-l:
   http://nomen.tagish.co.uk/mailman/listinfo/domino-tomcat-announce-l:
  
  domino-tomcat-announce-l is for announcements about the Domino Tomcat
  redirector. Mainly this list will be used for new releases but serious
  bugs will also be posted to it. This list will be very low volume; only
  I can post to it. I wouldn't expect more than a few posts per month. For
  this reason if you'd like to keep track of new redirector versions
  please subscribe to this list. From now on this list will be the main
  place to find out about new versions.
  <
  Please let me know if you have any problems.
  
  Andy Armstrong, <[EMAIL PROTECTED]>
  
  
  
  
  1.1                  
jakarta-tomcat-connectors/jk/native2/server/dsapi/BUILD-LINUX.txt
  
  Index: BUILD-LINUX.txt
  ===================================================================
  $Id: BUILD-LINUX.txt,v 1.1 2004/04/28 16:22:00 andya Exp $
  
  Prerequisites
  -------------
  
  The common jk2 code requires APR and
  PCRE. Download a suitable version of APR from here:
  
    http://apr.apache.org/
    
  PCRE can be found here:
  
    http://www.pcre.org/
    
  Now you should be able to configure and build the redirector. cd to
  jakarta-tomcat-connectors/jk/native2 and
  
  $ autoconf
  
  to generate the configure script. Now  issue a ./configure command
  similar to this:
  
  $ ./configure \
          --with-domino=/opt/lotus/notes/50120/linux \
          --with-dsapi=/opt/tomcat/jakarta-tomcat-connectors/jk/native2 \
          --with-apr=/opt/tomcat/apr/apr-0.9.4 \
          --with-apr-util=/opt/tomcat/apr/apr-util-0.9.4
  
  Adjust the paths in the above to suit your setup. Assuming configure
  reports no problems do
  
  $ make
  
  to build redirector. Again note and fix any problems that are reported.
  
  If make is successful the redirector will be in
  
  ../build/jk2/dsapi/libtomcat2.so
  
  Having built the redirector refer to INSTALL-LINUX.txt for installation
  instructions.
  
  Mailing Lists
  -------------
  
  There are two mailing lists dedicated to the Domino Tomcat redirector:
  
  domino-tomcat-l:
   http://nomen.tagish.co.uk/mailman/listinfo/domino-tomcat-l
  
  domino-tomcat-l is a general discussion list for issues with the
  redirector and also wider Tomcat/Domino integration issues such as
  calling the Domino Java API from a Tomcat servlet. I expect it to be
  fairly low volume so please subscribe if you're actively using the
  redirector. If you have an issue with the redirector please post it to
  the list where it will be seen not only by me but by other users who may
  be able to help with any problems.
  
  domino-tomcat-announce-l:
   http://nomen.tagish.co.uk/mailman/listinfo/domino-tomcat-announce-l:
  
  domino-tomcat-announce-l is for announcements about the Domino Tomcat
  redirector. Mainly this list will be used for new releases but serious
  bugs will also be posted to it. This list will be very low volume; only
  I can post to it. I wouldn't expect more than a few posts per month. For
  this reason if you'd like to keep track of new redirector versions
  please subscribe to this list. From now on this list will be the main
  place to find out about new versions.
  <
  Please let me know if you have any problems.
  
  Andy Armstrong, <[EMAIL PROTECTED]>
  
  
  
  

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

Reply via email to