Title: [729] trunk/tooling/servicemix-web/src/webapp/WEB-INF: Fix the web app
- Revision
- 729
- Author
- gnt
- Date
- 2005-11-03 05:51:31 -0500 (Thu, 03 Nov 2005)
Log Message
Fix the web app
Modified Paths
Diff
Modified: trunk/tooling/servicemix-web/src/webapp/WEB-INF/applicationContext.xml (728 => 729)
--- trunk/tooling/servicemix-web/src/webapp/WEB-INF/applicationContext.xml 2005-11-03 09:01:54 UTC (rev 728)
+++ trunk/tooling/servicemix-web/src/webapp/WEB-INF/applicationContext.xml 2005-11-03 10:51:31 UTC (rev 729)
@@ -7,7 +7,7 @@
<!-- the JBI container -->
<sm:container spring:id="jbi"
- rootDir"../wdir"
+ rootDir="../wdir"
useMBeanServer="true"
createMBeanServer="true"
installationDirPath="../install"
@@ -123,7 +123,6 @@
<sm:activationSpec componentName="trace" service="my:trace">
<sm:component>
<bean class="org.servicemix.components.util.TraceComponent"/>
- </bean>
</sm:component>
</sm:activationSpec>
</sm:activationSpecs>
Modified: trunk/tooling/servicemix-web/src/webapp/WEB-INF/web.xml (728 => 729)
--- trunk/tooling/servicemix-web/src/webapp/WEB-INF/web.xml 2005-11-03 09:01:54 UTC (rev 728)
+++ trunk/tooling/servicemix-web/src/webapp/WEB-INF/web.xml 2005-11-03 10:51:31 UTC (rev 729)
@@ -15,15 +15,11 @@
</context-param>
<context-param>
<param-name>contextClass</param-name>
- <param-value>
- org.xbean.spring.context.XmlWebApplicationContext
- </param-value>
+ <param-value>org.xbean.spring.context.XmlWebApplicationContext</param-value>
</context-param>
<listener>
- <listener-class>
- org.springframework.web.context.ContextLoaderListener
- </listener-class>
+ <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<!-- servlet mappings -->
Modified: trunk/tooling/servicemix-web/src/webapp/examples/index.html (728 => 729)
--- trunk/tooling/servicemix-web/src/webapp/examples/index.html 2005-11-03 09:01:54 UTC (rev 728)
+++ trunk/tooling/servicemix-web/src/webapp/examples/index.html 2005-11-03 10:51:31 UTC (rev 729)
@@ -11,7 +11,7 @@
<p>Welcome to the web examples for ServiceMix</p>
<ul>
-<li><a href="" a GET</a> into the HTTP binding</li>
+<li><a href="" a GET</a> into the HTTP binding</li>
</ul>
</body>