You can address that by moving the classes that load the native libraries into a common class-loader so that both applications can use the shared native libraries that are loaded by the common class-loader.
http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html Axton Grams On Thu, Jan 5, 2012 at 12:09 PM, LJ LongWing <[email protected]> wrote: > ** > > If choosing to go down this path however, you need to watch out for native > libraries though….unless the latest versions have removed that dependency. > **** > > ** ** > > *From:* Action Request System discussion list(ARSList) [mailto: > [email protected]] *On Behalf Of *Axton > *Sent:* Thursday, January 05, 2012 10:51 AM > *To:* [email protected] > *Subject:* Re: Accessing Several AR Servers from a Single Mid-Tier**** > > ** ** > > ** You can achieve the same thing with a single Tomcat installation, with > seperate midtier applications deployed to different context paths, e.g., > http://server/arsys1, http://server/arsys2.**** > > ** ** > > It removes the confusion of using different ports for different servers.** > ** > > ** ** > > If using a 32-bit JVM, you will most likely run out of memory doing this.* > *** > > ** ** > > You should not use the bundled Tomcat as it is out of date.**** > > ** ** > > Axton Grams**** > > On Thu, Jan 5, 2012 at 11:10 AM, Jiri Pospisil < > [email protected]> wrote:**** > > ** **** > > You may also try installing multiple Tomcat instances on the server, each > running on different port and each configured for just a single AR server > (will save you the messy multiple links in the application list on home > page).**** > > Your landing page would then direct users to the selected tomcat instance > according to which AR server they picked.**** > > Admittedly, I have not tried this myself, but cannot see any reason why it > should not work (assuming there is enough resources on the server).**** > > **** > > Jiri Pospisil**** > > LCH Clearnet**** > > **** > > *From:* Action Request System discussion list(ARSList) [mailto: > [email protected]] *On Behalf Of *Pruitt, Christopher (Bank of America > Account) > *Sent:* 05 January 2012 16:41 > *To:* [email protected] > *Subject:* Accessing Several AR Servers from a Single Mid-Tier**** > > **** > > ** **** > > Hello All,**** > > **** > > We just installed the 7.6.04 SP2 Mid-Tier using Tomcat that is included > with the installer. We do not have IIS or any other Web Server installed or > running on the Mid-Tier server. Per BMC Tech Support we were told that > Tomcat will act as the Web Server. We used to have the 7.1 Mid-Tier > installed on another server with ServletExec and was able to connect that > Mid-Tier to as many AR Servers as we wanted by creating asp pages for each > AR Server and then adding that server to the Mid-Tier Server List. **** > > **** > > What I am hoping to discover, with your help, a way to do that on our > current 7.6.04 Mid-Tier using the default installed Tomcat. I have searched > all the provided documents on BMC, their KB and even tried Google but no > luck. **** > > **** > > I was hoping someone on here has done this or is it possible to do this? > If so how is it done?**** > > **** > > *Christopher Pruitt* > Business Consulting III **** > > *HP Enterprises Services > **[email protected] > *www.hp.com **** > > *Error! Filename not specified.***** > > **** > > *Confidentiality Notice:* This message and any files transmitted with it > are intended for the sole use of the entity or individual to whom it is > addressed, and may contain information that is confidential, privileged, > and exempt from disclosure under applicable law. If you are not the > intended addressee for this e-mail, you are hereby notified that any > copying, distribution, or dissemination of this e-mail is strictly > prohibited. If you have received this e-mail in error, please immediately > destroy, erase, or discard this message. Please notify the sender > immediately by return e-mail if you have received this e-mail by mistake.* > *** > > **** > > **** > > **** > > _attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers Are"_ **** > > > ************************************************************************************************* > **** > > **** > > This email is intended for the named recipient(s) only. Its contents are > confidential and may only be retained by the named recipient(s) and may > only be copied or disclosed with the consent of LCH.Clearnet Limited and/or > LCH.Clearnet SA. If you are not an intended recipient please delete this > e-mail and notify [email protected].**** > > LCH.Clearnet Limited, LCH.Clearnet SA and each other member of the > LCH.Clearnet Group accept no liability, including liability for negligence, > in respect of any statement in this email.**** > > The contents of this email are subject to contract in all cases, and > LCH.Clearnet Limited and/or LCH.Clearnet SA makes no contractual commitment > save where confirmed by hard copy. **** > > Cet e-mail et toutes les pièces jointes (ci-après le "message") sont > confidentiels et établis à l'intention exclusive de ses destinataires. > Toute utilisation de ce message non conforme à sa destination, toute > diffusion ou toute publication, est interdite, sauf autorisation expresse > de LCH.Clearnet Limited et/ou LCH.Clearnet SA. Si ce message vous a été > adressé par erreur, merci de le détruire et d'en avertir immédiatement > [email protected].**** > > LCH.Clearnet Limited, LCH.Clearnet SA et les autres entités du groupe > LCH.Clearnet Group, ne peuvent en aucun cas être tenues responsables au > titre de ce message à moins qu’il n’ait fait l’objet d’un contrat signé.** > ** > > LCH.Clearnet Limited, Registered Office: Aldgate House, 33 Aldgate High > Street, London EC3N 1EA. Recognised as a Clearing House under the Financial > Services & Markets Act 2000. Reg in England No.25932 **** > > Telephone: +44 20 7426 7000 Internet: http://www.lchclearnet.com**** > > LCH.Clearnet SA, Siège Social, 18 rue du Quatre Septembre, 75002 Paris, > Chambre de Compensation conformément au Code Monétaire et Financier.**** > > **** > > > ************************************************************************************************* > **** > > **** > > _attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers Are"_ **** > > ** ** > > _attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers Are"_ **** > _attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers Are"_ > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

