Can't run any JSPs (including the examples), but servlets run fine...

2002-05-13 Thread Michael Nicholson
I've seen this question around, and I'm having the same problem. I've even seen a couple of answers, but they don't seem to work for me. Here's my error message: Internal Server Error Http Status 500 javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception at org

properties file

2002-05-14 Thread Michael Nicholson
I can't seem to put the properties file in the right place. I've finally managed to get Tomcat to run and even run jsp's, but it won't run mine because it can't find the properties file (which is all over the place). Is there somewhere I set an appropriate classpath type variable or something li

Newbie Question

2002-06-13 Thread Michael Nicholson
And probably shows my utter lack of understanding of jsp/servlets/webbeans. However: I have an application that displays the current record of a database (which is complicated by the fact that the database is split into 14 tables, but that's ok...). Now I need a way to navigate it reasonably.

Re: Java Platform

2002-08-30 Thread Michael Nicholson
In terms of running java enabled webpages (i.e., jsp stuff or servlets)? Or just in terms of running java? Or in terms of developing for something else? From what (little) I understand, one of the primary strengths of java is its platform independence, so it runs on most anything. But lets fac