Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Creating JSP Pages from scratch

843833Aug 10 2001 — edited Aug 10 2001
OK 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 7 2001
Added on Aug 10 2001
1 comment
186 views