[open-ils-commits] r11029 - trunk/Open-ILS/examples/apache

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Nov 3 11:11:58 EST 2008


Author: erickson
Date: 2008-11-03 11:11:56 -0500 (Mon, 03 Nov 2008)
New Revision: 11029

Modified:
   trunk/Open-ILS/examples/apache/startup.pl
Log:
load new TT handler in startup

Modified: trunk/Open-ILS/examples/apache/startup.pl
===================================================================
--- trunk/Open-ILS/examples/apache/startup.pl	2008-11-03 15:37:07 UTC (rev 11028)
+++ trunk/Open-ILS/examples/apache/startup.pl	2008-11-03 16:11:56 UTC (rev 11029)
@@ -5,6 +5,7 @@
 use OpenILS::WWW::AddedContent qw( /openils/conf/opensrf_core.xml );
 use OpenILS::WWW::Proxy ('/openils/conf/opensrf_core.xml');
 use OpenILS::WWW::Vandelay qw( /openils/conf/opensrf_core.xml );
+use OpenILS::WWW::EGWeb ('/openils/conf/oils_web.xml');
 
 # - Uncoment the following 2 lines to make use of the IP redirection code
 # - The IP file should to contain a map with the following format:



More information about the open-ils-commits mailing list