I was facing issues with integrating the Spring Batch admin UI with existing spring, spring batch application. I have done that successfully. I am using Spring 3.2.0.RELEASE and Spring Batch 1.3.1.RELEASE versions. Now I am able to see the first page with all the CSS and images, But When I navigate using the menu I get 404, I know the problem is with URL. For Home screen:
http://localhost:8089/TestMe/batch/
When I click on the Job menu I get 404
http://localhost:8089/TestMe/Jobs/
When I use the same url like this it shows the page but no CSS styling.
http://localhost:8089/TestMe/batch/Jobs/
So Issue is with URL & resources location. But where to configure these? Any sample would be great help. Thanks for reading.
P.S I have two dispatcher servlets 1 for my application and 2nd for the spring batch. I tried adding but this doesn't work either.
Aucun commentaire:
Enregistrer un commentaire