0

Jboss4.2 から Jboss7.1.1 に移行しています。Web アプリケーションで Spring 2.5 を使用しています。アプリケーションの起動中に [org.springframework.web.servlet.PageNotFound] (http--0.0.0.0-8080-1) No mapping found for HTTP request with URI [/jshome.htm] in DispatcherServlet のような警告が表示されます名前は「プラクサ」。

application-servlet.xml には次のコードが含まれています

    xmlns:mvc="http://www.springframework.org/schema/mvc"

    xmlns:dwr="http://www.directwebremoting.org/schema/spring-dwr"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
    xmlns:tx="http://www.springframework.org/schema/tx" xmlns:context="http://www.springframework.org/schema/context"
    xsi:schemaLocation="http://www.springframework.org/schema/beans
    http://www.springframework.org/schema/beans/spring-beans-2.5.xsd

                            http://www.springframework.org/schema/context
                            http://www.springframework.org/schema/context/spring-context-2.5.xsd
                            http://www.directwebremoting.org/schema/spring-dwr
                            http://www.directwebremoting.org/schema/spring-dwr-2.0.xsd
            http://www.directwebremoting.org/schema/spring-dwr-annotations
            http://www.directwebremoting.org/schema/spring-dwr-annotations.xsd">

    <!--
            - The controllers are autodetected POJOs labeled with the @Controller
            annotation.
    -->
    <context:component-scan base-package="com.bodhtree.nexus.controller"/>

    <context:annotation-config />
    <!--    <context:include-filter type="annotation"
                    expression="com.bodhtree.nexus.core.system.annotation.SpringBean" />
    </context:component-scan> -->
    <bean id="helloWorld" class="com.bodhtree.nexus.view.HelloWorld">
            <property name="cacheSeconds" value="120" />
    </bean>

4

0 に答える 0