You are viewing a plain text version of this content. The canonical link for it is here.
Posted to lokahi-commits@incubator.apache.org by to...@apache.org on 2006/06/09 15:50:45 UTC

svn commit: r413077 - /incubator/lokahi/lokahi/trunk/conf/web.xml

Author: toback
Date: Fri Jun  9 08:50:45 2006
New Revision: 413077

URL: http://svn.apache.org/viewvc?rev=413077&view=rev
Log:
moved to org.apache namespace for startup servlet...

Modified:
    incubator/lokahi/lokahi/trunk/conf/web.xml

Modified: incubator/lokahi/lokahi/trunk/conf/web.xml
URL: http://svn.apache.org/viewvc/incubator/lokahi/lokahi/trunk/conf/web.xml?rev=413077&r1=413076&r2=413077&view=diff
==============================================================================
--- incubator/lokahi/lokahi/trunk/conf/web.xml (original)
+++ incubator/lokahi/lokahi/trunk/conf/web.xml Fri Jun  9 08:50:45 2006
@@ -7,7 +7,7 @@
 <web-app>
     <servlet>
         <servlet-name>TMCStartupServlet</servlet-name>
-        <servlet-class>lokahi.core.gui.www.TMCStartupServlet</servlet-class>
+        <servlet-class>org.apache.lokahi.core.gui.www.TMCStartupServlet</servlet-class>
 
       <init-param>
             <param-name>log4j-init-file</param-name>
@@ -45,7 +45,7 @@
 
     <servlet>
         <servlet-name>velocity</servlet-name>
-        <servlet-class>lokahi.core.gui.www.TMCVelocityServlet</servlet-class>
+        <servlet-class>org.apache.lokahi.core.gui.www.TMCVelocityServlet</servlet-class>
         <init-param>
             <param-name>org.apache.velocity.toolbox</param-name>
             <param-value>/WEB-INF/toolbox.xml</param-value>
@@ -77,13 +77,13 @@
     <servlet>
       <servlet-name>TMCRSSAlertFeed</servlet-name>
       <display-name>TMC Alert RSS Feed</display-name>
-      <servlet-class>lokahi.core.gui.www.TMCRSSAlertServlet</servlet-class>
+      <servlet-class>org.apache.lokahi.core.gui.www.TMCRSSAlertServlet</servlet-class>
     </servlet>
 
     <servlet>
       <servlet-name>TMCRest</servlet-name>
       <display-name>TMC Rest</display-name>
-      <servlet-class>lokahi.core.gui.www.RestServlet</servlet-class>
+      <servlet-class>org.apache.lokahi.core.gui.www.RestServlet</servlet-class>
     </servlet>
 
     <servlet-mapping>