1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[JBoss] The requested URL /save was not found on this server in spring MVC

Discussão em 'StackOverflow' iniciado por Stack, Setembro 13, 2021.

  1. Stack

    Stack Membro Participativo

    I am trying to save a data in DB through spring MVC. when I hit save button it redirects me to a page where the error is as follows:


    The requested URL /save was not found on this server.

    Same code is working on DEV on localhost, I think there is some problem with standalone

    In Controller.java:

    @RequestMapping(value="/save", params="save")
    public ModelAndView save(@RequestParam("save") String save) {.....}


    The save pages updates/delete the data from data base

    Continue reading...

Compartilhe esta Página