Creating JSP Pages from scratch
843833Aug 10 2001 — edited Aug 10 2001OK so I've got the Tomcat examples working from the Tomcat home page.
Now I'm trying to write my own website.
I've got the website working with an index.htm file to start it.
If I create a link to an HTM file it works fine.
Trouble is if I now give the HTM file a JSP extension I get a page not found error. Even though the JSP file is in exactly the same place as the HTML page and all that's changed is the relevent link to point at the JSP Page and not the HTM page.
Now I'm assuming that there is something special about the JSP Pages and they require some extra setting up but can I find out what it is!
Thanks in advance, and thanks to all who helped in my last question.