dschaldedfg пишет:
> andreyk@abgcard.ru;1717680 Wrote:
>> Hi,
>>
>>> I'm trying to follow the coolsolution 'Adding eGuide from OES1 to
>> OES2
>>> | Novell User Communities'
>>> ('Adding eGuide from OES1 to OES2 | Novell User Communities'
>> (http://www.novell.com/communities/no...uide-oes1-oes2))
>> This coolsolution looks incomplete. Is it really Cool? I'm not sure.
>> I've implemented the following steps to run eGuide 2.12 on 32-bit
>> version of SLES10SP2+OES2SP1:
>> 1. Let's assume that you have already eGuide installed and configured
>> on
>> some other platform. In my case it was W2K Advanced Server. So i've
>> copied eGuide contents from W2K to /var/opt/novell/eGuide folder on
>> SLES10SP2. Also it is possible to copy eGuide folder from NetWare
>> 6.5SP7
>> or SP8 running under XEN on the same SLES10SP2.
>>
>> 2. Then it is neccessary to resolve eGuide incompatibilities with JDK
>> version 1.5.*. Go to 'Index of /dist/xml/xalan-j'
>> (http://archive.apache.org/dist/xml/xalan-j/) and
>> download xalan-j_2_5_1-bin.zip to any suitable temporary folder. Now
>> extract it's contents to the same temporary folder. Browse to
>> /xalan-j_2_5_1/bin and copy the following three files to
>> /var/opt/novell/eGuide/WEB-INF/lib:
>>
>> xalan.jar
>> xercesimpl.jar
>> xml-apis.jar
>>
>> There should be already the following files:
>>
>> eguideprovider.jar
>> jcert.jar
>> jdom.jar
>> jnet.jar
>> jsse.jar
>> ldap.jar
>> ldapfilt.jar
>> ldapjdk.jar
>> njweb.jar
>> rbsCoreLDAP.jar
>>
>> 3. Open terminal window on SLES10SP2 and login as root with su -
>> command. Then setup owner and group for /var/opt/novell/eGuide folder:
>>
>> chown -R --reference=/var/opt/novell/iManager /var/opt/novell/eGuide
>>
>> 4. Create the following symbolic link:
>>
>> ln -s /var/opt/novell/eGuide /var/opt/novell/tomcat5/webapps/eGuide
>>
>> So Tomcat 5 can find eGuide application.
>>
>> 5. Create /etc/opt/novell/eGuide folder. Then create
>> eGuide-Apache.conf
>> file within this folder. In my case this file is as follows:
>>
>> Alias /eGuide "/var/opt/novell/tomcat5/webapps/eGuide"
>> ProxyPass /eGuide ajp://localhost:9009/eGuide
>>
>> # In general, allow access.
>> <Directory "/var/opt/novell/tomcat5/webapps/eGuide">
>> Options MultiViews FollowSymLinks
>> Order allow,deny
>> Allow from all
>> AllowOverride All
>> </Directory>
>>
>> <Location "/eGuide">
>> Allow from all
>> </Location>
>>
>> # Deny access to the running code.
>> <Location "/eGuide/WEB-INF/">
>> deny from all
>> </Location>
>>
>> <Directory "/var/opt/novell/tomcat5/webapps/eGuide/WEB-INF/">
>> Order allow,deny
>> deny from all
>> </Directory>
>>
>> 6. Open terminal window on SLES10SP2 and login as root with su - once
>> again. Then setup owner and group for /etc/opt/novell/eGuide folder:
>>
>> chown -R --reference=/etc/opt/novell/iManager /etc/opt/novell/eGuide
>>
>> 7. Create the following symbolic link:
>>
>> ln -s /etc/opt/novell/eGuide/eGuide-Apache.conf
>> /etc/opt/novell/httpd/conf.d/eGuide-Apache.conf
>>
>> So Apache can find additional configuration file.
>>
>> 8. Restart both Apache and novell-tomcat5 services for assurance.
>>
>> 9. Open up your web browser and type in http://Your_IP_Address/eGuide
>>
>> Best Regards,
>> Andrey Karyagin
>>
>> United Card Service,
>> Software Development Department
>>
>>
>>
>> P.S.
>> Next week i'll try to reproduce described steps on 64-bit version of
>> SLES10SP2+OES2SP1
>
>
>
> Thank you very much for your instruction set. This was very clear and
> easy to follow and we have it currently in our testing lab with the
> design of being able to present some options for our current eGuide
> configuration. Once the eGuide is moved onto the new Linux box, would we
> need to just un-install the eGuide off the NW, or how do we turn that
> one off? Thank you
>
Hi,
You can simply turn off both Apache and Tomcat on your NW. Or you can
comment out the following string in your SYS:\apache2\conf\httpd.conf file:
include "SYS:/tomcat/4/webapps/eGuide/WEB-INF/eGuide-apache.conf"
and restart both Apache and Tomcat on your NW server.
Best Regards,
Andrey Karyagin
United Card Service,
Software Development Department