Unable to serve JSP in Spring Boot applications












0

















I have tried several tutorials to serve JSP pages using Spring Boot. They all return a 404 page not found error.
To overcome the known limitations, I'm using a WAR packaging, with the following dependencies:



<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>


I have defined the path where JSP pages are in application.properties:



spring.mvc.view.prefix= /WEB-INF/jsp/
spring.mvc.view.suffix= .jsp


When requesting a JSP page, the following WARN is displayed:



WARN 10251 --- [io-8080-exec-11] o.s.w.s.r.ResourceHttpRequestHandler     : Path with "WEB-INF" or "META-INF": [WEB-INF/jsp/hello.jsp]


Have JSP been deprecated in Spring Boot 2? Do you have any Spring Boot 2 working example with JSP ?










share|improve this question























  • Possible duplicate, see stackoverflow.com/questions/53850495/…

    – Rentius2407
    Jan 2 at 12:07
















0

















I have tried several tutorials to serve JSP pages using Spring Boot. They all return a 404 page not found error.
To overcome the known limitations, I'm using a WAR packaging, with the following dependencies:



<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>


I have defined the path where JSP pages are in application.properties:



spring.mvc.view.prefix= /WEB-INF/jsp/
spring.mvc.view.suffix= .jsp


When requesting a JSP page, the following WARN is displayed:



WARN 10251 --- [io-8080-exec-11] o.s.w.s.r.ResourceHttpRequestHandler     : Path with "WEB-INF" or "META-INF": [WEB-INF/jsp/hello.jsp]


Have JSP been deprecated in Spring Boot 2? Do you have any Spring Boot 2 working example with JSP ?










share|improve this question























  • Possible duplicate, see stackoverflow.com/questions/53850495/…

    – Rentius2407
    Jan 2 at 12:07














0












0








0










I have tried several tutorials to serve JSP pages using Spring Boot. They all return a 404 page not found error.
To overcome the known limitations, I'm using a WAR packaging, with the following dependencies:



<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>


I have defined the path where JSP pages are in application.properties:



spring.mvc.view.prefix= /WEB-INF/jsp/
spring.mvc.view.suffix= .jsp


When requesting a JSP page, the following WARN is displayed:



WARN 10251 --- [io-8080-exec-11] o.s.w.s.r.ResourceHttpRequestHandler     : Path with "WEB-INF" or "META-INF": [WEB-INF/jsp/hello.jsp]


Have JSP been deprecated in Spring Boot 2? Do you have any Spring Boot 2 working example with JSP ?










share|improve this question
















I have tried several tutorials to serve JSP pages using Spring Boot. They all return a 404 page not found error.
To overcome the known limitations, I'm using a WAR packaging, with the following dependencies:



<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>


I have defined the path where JSP pages are in application.properties:



spring.mvc.view.prefix= /WEB-INF/jsp/
spring.mvc.view.suffix= .jsp


When requesting a JSP page, the following WARN is displayed:



WARN 10251 --- [io-8080-exec-11] o.s.w.s.r.ResourceHttpRequestHandler     : Path with "WEB-INF" or "META-INF": [WEB-INF/jsp/hello.jsp]


Have JSP been deprecated in Spring Boot 2? Do you have any Spring Boot 2 working example with JSP ?







spring-boot spring-mvc






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 2 at 9:16









CarlaCarla

62211024




62211024













  • Possible duplicate, see stackoverflow.com/questions/53850495/…

    – Rentius2407
    Jan 2 at 12:07



















  • Possible duplicate, see stackoverflow.com/questions/53850495/…

    – Rentius2407
    Jan 2 at 12:07

















Possible duplicate, see stackoverflow.com/questions/53850495/…

– Rentius2407
Jan 2 at 12:07





Possible duplicate, see stackoverflow.com/questions/53850495/…

– Rentius2407
Jan 2 at 12:07












2 Answers
2






active

oldest

votes


















0














Unfortunately, I couldn't find any Spring Boot 2 example able to serve JSP pages as they all return a 404 error. As a workaround I have configured the application to be deployed on WildFly, as described in this tutorial and run my application with JSP on WildFly.






share|improve this answer































    -1














    If you want example here it is.
    This also help you.






    share|improve this answer
























    • Unfortunately I've alread tested the above examples. When changing the parent to be spring boot parent 2.X they all fail with "404 NOT_FOUND"

      – Carla
      Jan 8 at 14:09











    • It is working for sure, can you post application.properties and pom.xml?

      – iamrajshah
      Jan 9 at 5:25











    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54003792%2funable-to-serve-jsp-in-spring-boot-applications%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Unfortunately, I couldn't find any Spring Boot 2 example able to serve JSP pages as they all return a 404 error. As a workaround I have configured the application to be deployed on WildFly, as described in this tutorial and run my application with JSP on WildFly.






    share|improve this answer




























      0














      Unfortunately, I couldn't find any Spring Boot 2 example able to serve JSP pages as they all return a 404 error. As a workaround I have configured the application to be deployed on WildFly, as described in this tutorial and run my application with JSP on WildFly.






      share|improve this answer


























        0












        0








        0







        Unfortunately, I couldn't find any Spring Boot 2 example able to serve JSP pages as they all return a 404 error. As a workaround I have configured the application to be deployed on WildFly, as described in this tutorial and run my application with JSP on WildFly.






        share|improve this answer













        Unfortunately, I couldn't find any Spring Boot 2 example able to serve JSP pages as they all return a 404 error. As a workaround I have configured the application to be deployed on WildFly, as described in this tutorial and run my application with JSP on WildFly.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 8 at 14:16









        CarlaCarla

        62211024




        62211024

























            -1














            If you want example here it is.
            This also help you.






            share|improve this answer
























            • Unfortunately I've alread tested the above examples. When changing the parent to be spring boot parent 2.X they all fail with "404 NOT_FOUND"

              – Carla
              Jan 8 at 14:09











            • It is working for sure, can you post application.properties and pom.xml?

              – iamrajshah
              Jan 9 at 5:25
















            -1














            If you want example here it is.
            This also help you.






            share|improve this answer
























            • Unfortunately I've alread tested the above examples. When changing the parent to be spring boot parent 2.X they all fail with "404 NOT_FOUND"

              – Carla
              Jan 8 at 14:09











            • It is working for sure, can you post application.properties and pom.xml?

              – iamrajshah
              Jan 9 at 5:25














            -1












            -1








            -1







            If you want example here it is.
            This also help you.






            share|improve this answer













            If you want example here it is.
            This also help you.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jan 2 at 9:20









            iamrajshahiamrajshah

            1




            1













            • Unfortunately I've alread tested the above examples. When changing the parent to be spring boot parent 2.X they all fail with "404 NOT_FOUND"

              – Carla
              Jan 8 at 14:09











            • It is working for sure, can you post application.properties and pom.xml?

              – iamrajshah
              Jan 9 at 5:25



















            • Unfortunately I've alread tested the above examples. When changing the parent to be spring boot parent 2.X they all fail with "404 NOT_FOUND"

              – Carla
              Jan 8 at 14:09











            • It is working for sure, can you post application.properties and pom.xml?

              – iamrajshah
              Jan 9 at 5:25

















            Unfortunately I've alread tested the above examples. When changing the parent to be spring boot parent 2.X they all fail with "404 NOT_FOUND"

            – Carla
            Jan 8 at 14:09





            Unfortunately I've alread tested the above examples. When changing the parent to be spring boot parent 2.X they all fail with "404 NOT_FOUND"

            – Carla
            Jan 8 at 14:09













            It is working for sure, can you post application.properties and pom.xml?

            – iamrajshah
            Jan 9 at 5:25





            It is working for sure, can you post application.properties and pom.xml?

            – iamrajshah
            Jan 9 at 5:25


















            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54003792%2funable-to-serve-jsp-in-spring-boot-applications%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Monofisismo

            Angular Downloading a file using contenturl with Basic Authentication

            Olmecas