Hi I have a spring web mvc and I use spring 2.x I have @restcontroller annotation to run my rest services.I already added weblogic.xml,dispatcherservlet.xml,and create war file and exclude tomcat in my war.
I installed war to weblogic and when I try to start it,status hangs on start initializing.I cant see any errors in logs.
MyWeblogic version is 14.1.1
Can some one know the issue and solve the problem?