Hi all,
        I m trying to use jrun2.3 as my jsp engine. when i try to call a
jsp page, it is trying to complie the page, but is giving the following
error:

500 Internal Server Error
JSP Compile Error(s)
Usage: javac

where  includes:
  -g                     Generate all debugging info
  -g:none                Generate no debugging info
  -g:{lines,vars,source} Generate only some debugging info
  -O                     Optimize; may hinder debugging or enlarge class =
files
  -nowarn                Generate no warnings
  -verbose               Output messages about what the compiler is = doing
  -deprecation           Output source locations where deprecated APIs = are
used
  -classpath       Specify where to find user class files
  -sourcepath      Specify where to find input source files
  -bootclasspath   Override location of bootstrap class files
  -extdirs         Override location of installed extensions
  -d          Specify where to place generated class files
  -encoding    Specify character encoding used by source files
  -target       Generate class files for specific VM version

I can understand that some information i have missed in configuration.
Can anybody please help me.
Thanks.
Rajesh

===========================================================================
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

Reply via email to