Jason King wrote:
If you can't find the *.class file then likely its not compiling. Take one of your static pages and rename it from .html to .jsp and see what happens.
I don't have any static HTML pages so far. All I have is 3 or 4 JSP files. The index.jsp file that I use as my welcome page only has a "locic:forward" tag in it and the rest is plain HTML [barring the taglib lines], and it does seem to compile as I see both an index_jsp.java and index_jsp.class file present in the work folder. However, the page named "login.jsp" is the one that is failing to compile. It is the JSP file that is being forwarded to by index.jsp and it only has a .java file present; there's no .class file.
I'm going to start paring down login.java and see what I can remove that will get it to compile cleanly.
-- Chuck Chopp
ChuckChopp (at) rtfmcsi (dot) com http://www.rtfmcsi.com
RTFM Consulting Services Inc. 864 801 2795 voice & voicemail 103 Autumn Hill Road 864 801 2774 fax Greer, SC 29651
Do not send me unsolicited commercial email.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]