Hi Corey,
It would seem that you have a syntax error in your code. Try removing the
semicolon in your code like this:
<%= request.getRemoteHost() %>
I believe you get an error because when your jsp is compiled into a servlet,
it automatically embeds the semicolon into your code.....that looks
something like this after the convertion:
out.println( request.getRemoteHost() );
Cheers'
Henry Hooi Tak Keong
----- Original Message -----
From: Corey Auger <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 18, 2000 4:58 AM
Subject: Unable to compile class for JSP
> Sorry I am new to this... so it might be a dumb question. I have got the
> jsp examples running... but when I make a simple test page that the only
jsp
> code in i tlooks like: <%= request.getRemoteHost(); %>
>
> I get an error:
>
> Error: 500
> Unable to compile class for JSP
>
> Can someone please get me on track.
>
> Cheers :�
> Corey
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets