RE: STATUS 500 - Unable to compile class for JSPNote (TOMCAT BUG?)

2002-05-31 Thread Trenton D. Adams
om: Phillip Morelock [mailto:[EMAIL PROTECTED]] Sent: May 29, 2002 11:24 PM To: Tomcat Users List Subject: Re: STATUS 500 - Unable to compile class for JSPNote import the class by making this the top line in your jsp: <%@ page language="java" contentType="text/html" impo

RE: STATUS 500 - Unable to compile class for JSPNote

2002-05-30 Thread Trenton D. Adams
this problem if I still can't solve it after searching the specs. Thanks for the help! -Original Message- From: Phillip Morelock [mailto:[EMAIL PROTECTED]] Sent: May 30, 2002 1:20 PM To: Tomcat Users List Subject: Re: STATUS 500 - Unable to compile class for JSPNote Hi there! So since

Re: STATUS 500 - Unable to compile class for JSPNote

2002-05-30 Thread Rick Fincher
hat the tld is for. Rick - Original Message - From: "Phillip Morelock" <[EMAIL PROTECTED]> Subject: Re: STATUS 500 - Unable to compile class for JSPNote > import the class by making this the top line in your jsp: > > <%@ page language="java" contentType

Re: STATUS 500 - Unable to compile class for JSPNote

2002-05-30 Thread Phillip Morelock
ocument preceding the > root element must be well-formed. > > > I do use packages/jars/wars. > > -Original Message- > From: Phillip Morelock [mailto:[EMAIL PROTECTED]] > Sent: May 29, 2002 11:24 PM > To: Tomcat Users List > Subject: Re: STATUS 500 - Unable

RE: STATUS 500 - Unable to compile class for JSPNote

2002-05-30 Thread Trenton D. Adams
ent: May 29, 2002 11:24 PM To: Tomcat Users List Subject: Re: STATUS 500 - Unable to compile class for JSPNote import the class by making this the top line in your jsp: <%@ page language="java" contentType="text/html" import="ListMessagesTag" %> The real ans

Re: STATUS 500 - Unable to compile class for JSPNote

2002-05-29 Thread Phillip Morelock
import the class by making this the top line in your jsp: <%@ page language="java" contentType="text/html" import="ListMessagesTag" %> The real answer is that you should take some time to learn about packages and jars, but for just getting started, etc., the above *should* fix your current probl

STATUS 500 - Unable to compile class for JSPNote

2002-05-29 Thread Trenton D. Adams
I get the following error and I have no idea how to fix it. I'm attempting to get the javamail IMAP example going, but it doesn't want to work. I've had to modify several files and it still won't work. I understand that this has to do with a program that has nothing to do with tomcat, but I don