Spring Java Config vs Jboss 7

前端 未结 8 1606
故里飘歌
故里飘歌 2020-11-28 14:41

I`m trying to run a simple application with spring java based configuration on jboss, but no success. This application works fine both on jetty and tomcat. The jboss log loo

8条回答
  •  时光取名叫无心
    2020-11-28 15:10

    I had similar problems with JBoss 6.4.0. and Spring Boot 1.3 in combination with Tiles 3. After installing the Jboss patch jboss-eap-6.4.6-patch.zip the problems were solved.

    After patching I did not need to use the setting server.servlet-path=/*

提交回复
热议问题