Yeap when I use the absolute URL it works fine, because IIS it's handling
it.
Anyway, that's the way I'm working.

An additional problem are jsp files in java language.
The Resin examples are running well (in fact are examples written in
javascript language ).
So the ISAPI filter and srun.exe are working.

When I run this code:

<%@page language='java' %>
2 + 2 = <%= 2 + 2 %>
<%
 out.print("Hello");
%>

I get:
"500 Servlet Exception
java.lang.NoClassDefFoundError: sun/tools/javac/Main
at com.caucho.java.JavaCompiler.compileInternal(JavaCompiler.java:176)"

Do you have any idea of what's going on?


> Does it work if you put in the absolute url to the image file, e.g.
> http://www.mydomain.com/myimagedir/myimage.jpg ?
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to