From b81e0153e34ac6736be0c4168bf0ab3f3cc20e28 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 3 Nov 2008 16:11:56 +0000 Subject: [PATCH] load new TT handler in startup git-svn-id: svn://svn.open-ils.org/ILS/trunk@11029 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/apache/startup.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/examples/apache/startup.pl b/Open-ILS/examples/apache/startup.pl index 62e25bf525..189f36b4ff 100644 --- a/Open-ILS/examples/apache/startup.pl +++ b/Open-ILS/examples/apache/startup.pl @@ -5,6 +5,7 @@ use OpenILS::WWW::SuperCat qw( /openils/conf/opensrf_core.xml ); 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: -- 2.11.0