Remove unused reference to oils_web.xml in startup.pl
authorBill Erickson <berick@esilibrary.com>
Tue, 13 Sep 2011 17:42:01 +0000 (13:42 -0400)
committerBill Erickson <berick@esilibrary.com>
Tue, 13 Sep 2011 17:42:01 +0000 (13:42 -0400)
TODO: give EGCatLoader child_init-like functionality to connect to
opensrf to address the (unlikely) case that EGWeb/EGCatLoader are
the first/only mod_perl handlers loaded on an Evergreen Apache server.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/examples/apache/startup.pl

index f828447..613ffa6 100755 (executable)
@@ -6,7 +6,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::TemplateBatchBibUpdate qw( /openils/conf/opensrf_core.xml );
-use OpenILS::WWW::EGWeb ('/openils/conf/oils_web.xml');
+use OpenILS::WWW::EGWeb;
 use OpenILS::WWW::PasswordReset ('/openils/conf/opensrf_core.xml');
 use OpenILS::WWW::IDL2js ('/openils/conf/opensrf_core.xml');