Index: trunk/Nebulous/t/conf/extra.conf.in
===================================================================
--- trunk/Nebulous/t/conf/extra.conf.in	(revision 4438)
+++ trunk/Nebulous/t/conf/extra.conf.in	(revision 4440)
@@ -3,5 +3,5 @@
 # this file will be Include-d by @ServerRoot@/httpd.conf
 
-# where PS::IPP::IData::Server::Apache can be found
+# where Nebulous::Server::Apache can be found
 # mp2
 PerlSwitches -I@ServerRoot@/../lib
@@ -14,9 +14,9 @@
 #ScriptSock logs/cgisock
 
-<Location /idata>
+<Location /nebulous>
     SetHandler perl-script
-#    PerlHandler PS::IPP::IData::Server::Apache
+#    PerlHandler Nebulous::Server::Apache
     PerlResponseHandler Apache2::SOAP
-    PerlSetVar dispatch_to "PerlHandler PS::IPP::IData::Server::SOAP"
+    PerlSetVar dispatch_to "PerlHandler Nebulous::Server::SOAP"
     PerlSetVar options "compress_threshold => 10000"
 </Location>
Index: trunk/Nebulous/t/conf/startup.pl.in
===================================================================
--- trunk/Nebulous/t/conf/startup.pl.in	(revision 4438)
+++ trunk/Nebulous/t/conf/startup.pl.in	(revision 4440)
@@ -3,6 +3,6 @@
 use Apache::DBI;
 use DBI;
-use PS::IPP::IData::Server::SOAP;
-use PS::IPP::IData::Server;
+use Nebulous::Server::SOAP;
+use Nebulous::Server;
 
 my $dsn     = "DBI:mysql:database=test:host=localhost";
@@ -11,5 +11,5 @@
 
 Apache::DBI->connect_on_init( $dsn, $dbuser, $dbpass );
-PS::IPP::IData::Server->setup( $dsn, $dbuser, $dbpass );
+Nebulous::Server->setup( $dsn, $dbuser, $dbpass );
 
 1;
