Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r2811 - in branches/new-structure/trunk/geant2_java-sshtelnet-mp/conf: . axis-1.4/WEB-INF

Subject: perfsonar development work

List archive

perfsonar: r2811 - in branches/new-structure/trunk/geant2_java-sshtelnet-mp/conf: . axis-1.4/WEB-INF


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r2811 - in branches/new-structure/trunk/geant2_java-sshtelnet-mp/conf: . axis-1.4/WEB-INF
  • Date: Wed, 12 Sep 2007 05:18:32 -0400

Author: melis
Date: 2007-09-12 05:18:31 -0400 (Wed, 12 Sep 2007)
New Revision: 2811

Modified:

branches/new-structure/trunk/geant2_java-sshtelnet-mp/conf/axis-1.4/WEB-INF/web.xml

branches/new-structure/trunk/geant2_java-sshtelnet-mp/conf/components.properties.template
Log:
Updated some entries in components.properties.template and
axis-1.4/WEB-INF/web.xml to match the current package names

Modified:
branches/new-structure/trunk/geant2_java-sshtelnet-mp/conf/axis-1.4/WEB-INF/web.xml
===================================================================
---
branches/new-structure/trunk/geant2_java-sshtelnet-mp/conf/axis-1.4/WEB-INF/web.xml
2007-09-12 08:55:17 UTC (rev 2810)
+++
branches/new-structure/trunk/geant2_java-sshtelnet-mp/conf/axis-1.4/WEB-INF/web.xml
2007-09-12 09:18:31 UTC (rev 2811)
@@ -11,7 +11,7 @@
</listener>

<listener>
-
<listener-class>org.perfsonar.commons.container.listeners.StartupInitializer</listener-class>
+
<listener-class>org.perfsonar.service.base.container.listeners.StartupInitializer</listener-class>
</listener>

<servlet>

Modified:
branches/new-structure/trunk/geant2_java-sshtelnet-mp/conf/components.properties.template
===================================================================
---
branches/new-structure/trunk/geant2_java-sshtelnet-mp/conf/components.properties.template
2007-09-12 08:55:17 UTC (rev 2810)
+++
branches/new-structure/trunk/geant2_java-sshtelnet-mp/conf/components.properties.template
2007-09-12 09:18:31 UTC (rev 2811)
@@ -3,16 +3,16 @@


#Configuration component - must be the first one!
-config=org.perfsonar.commons.auxiliary.components.configuration.properties.PropertiesConfigurationComponent
+config=org.perfsonar.base.auxiliary.components.configuration.properties.PropertiesConfigurationComponent

#Logger component - must be the second one!
-logger=org.perfsonar.commons.auxiliary.components.logger.log4j.Log4jLoggerComponent
+logger=org.perfsonar.base.auxiliary.components.logger.log4j.Log4jLoggerComponent

# Simple scheduler
-#scheduler=org.perfsonar.commons.auxiliary.components.simplescheduler.Scheduler
+#scheduler=org.perfsonar.base.auxiliary.components.simplescheduler.Scheduler

# Registration in LS
-#registrator=org.perfsonar.service.commons.registration.LSRegistrationComponent
+#registrator=org.perfsonar.service.measurementArchive.register.LSRegistrationComponent

# Authentication

authn=org.perfsonar.commons.auxiliary.components.authn.wssec.WSSecAuthNComponent



  • perfsonar: r2811 - in branches/new-structure/trunk/geant2_java-sshtelnet-mp/conf: . axis-1.4/WEB-INF, svnlog, 09/12/2007

Archive powered by MHonArc 2.6.16.

Top of Page