IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10581


Ignore:
Timestamp:
Dec 8, 2006, 12:24:54 PM (20 years ago)
Author:
jhoblitt
Message:

setup Nebous::Server::SOAP instead of Nebous::Server directly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/t/conf/startup.pl.in

    r4911 r10581  
    77use DBI;
    88use Nebulous::Server::SOAP;
     9use Nebulous::Server::Apache;
    910use Nebulous::Server;
    1011
     
    1415
    1516Apache::DBI->connect_on_init( $dsn, $dbuser, $dbpasswd );
    16 Nebulous::Server->init(
     17Nebulous::Server::SOAP->new_on_init(
    1718    dsn         => $dsn,
    1819    dbuser      => $dbuser,
Note: See TracChangeset for help on using the changeset viewer.