[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

Re: Domino R5


>>> <paul.m.keel@bestuponrequest.com> 20-Feb-00 11:42:05 PM >>>
>I get the following error when I try to run the hello.jsp 
>example on my Domino R5 server.

>Error compiling source file: file: 
>/notesdata/domino/html/hello.jsp
>sun/tools/javac/Main

>I can see that it creates a source file in the scratch directory.
Has
>anyone seen this before ?

You can use the file in the scratch as a Java source file to see if
it will compile outside of the webserver (one often makes mistakes in
writing JSP that can be caught like this).

You need to compile it with the servlet and JSP jar files in the
classpath.



Nic