Giter Site home page Giter Site logo

Comments (3)

royclarkson avatar royclarkson commented on June 2, 2024

Generally speaking, it's as simple as cloning the repository and running "mvn tomcat:run" from within the cloned directory. This will start an instance of Tomcat with the app deployed, so you don't need to copy the war file. Have you tried these steps from the readme?

from spring-mvc-showcase.

pishty1 avatar pishty1 commented on June 2, 2024

One command to do rule them all :-)

Thanks for the help man, i did read the Readme but i didnt expect it to be so simple. its working now i will play around with it all week now.

one thing if you are interested, i had the problem

java.lang.ClassCastException: org.springframework.web.servlet.DispatcherServlet
cannot be cast to javax.servlet.Servlet

which i think it was because the pom was loading too many servlet api classes.

i added the following line

provided
to the tomcat-servlet-api artifact which corrected the problem.

Many thanks again

from spring-mvc-showcase.

royclarkson avatar royclarkson commented on June 2, 2024

Actually I see issues #12 and #13 are both regarding the problem you are/were having. Seems it wasn't quite so simple after all. :)

from spring-mvc-showcase.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.