Re: neither default servlet nor welcome files found
Serge Huber <[email protected]>
| Newsgroups | gmane.comp.cms.jahia.devel |
|---|---|
| Message-ID | <[email protected]> |
Johan Edlund wrote: >And the structure of the hello.war: >META-INF >------MANIFEST.MF >WEB-INF >-------\CLASSES >------------------HelloServlet.class >-------index.jsp >-------web.xml > >Is Index.jsp in the right place? > > Nope it's not. It should be at the root of your web application : hello.war/index.jsp if you see what I mean. Regards, Serge Huber.