Verghese,

Very happy it worked

          Bill


-----Original Message-----
From: Verghese Davis [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 10, 1999 12:33 PM
To: [EMAIL PROTECTED]
Subject: Re: jsp on Microsoft Personal web server and jrun2.3


hi bill,

that's cool. I couldn't run initially , so i made the same change in the
jsp.properties file in the
\Jrun\jsm-default\services\jseweb\properties directory and it worked



Bill Woods wrote:


Here's how my jsp.properties are set up.
You may edit this file directly from the Jrun directory,
\Jrun\jsm-default\services\jse\properties

You must leave the %<characters> alone unless you want to fully path
everything.
The "%f" parameter is especially important to allow the default file (your
JSP) to be compiled.


Also NOTE: the double slashes that must be used to escape the directory
paths.
           You must also stop then restart your Jrun before the changed
properties will be read


-----------------------------------------------------------------------
# Page Compiler properties
#
# For specifying the compiler to use:
#
# Specify the page compiler (blank uses internal compiler)
#
# Special characters:
#           %f    filename
#           %c    classpath (java classpath to use
#           %d    codepath (where to place compiled class files)
#
# For example:
#
# compiler=javac -nowarn -classpath %c -d %d %f
#  or
# compiler=jvc /cp:c %c /dest: %d %f
#


checkseconds=5
nocache=true
checkextends=false
encoding=
checkjsa=false
compiler=E:\\jdk1.2\\bin\\javac -nowarn -classpath %c -d %d %f


-----Original Message-----
From: Verghese Davis [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ]

Sent: Wednesday, March 10, 1999 10:45 AM
To: [EMAIL PROTECTED]
Subject: Re: jsp on Microsoft Personal web server and jrun2.3


hi,
I am also having problems with MS-PWS and Jrun2.3 . I couldn't run any
JSP
files though I managed to run servlets ( both examples and mine ) . But
when
I am trying to run sample JSP files (0.92 specs) , though it is kicking
off the
java compiler in a dos screen ( I am using jdk1.2 , javac.exe ) , the
message
I am getting is like this


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


this message looks like , the javac didn't get any input java file .
anyone got an workaround


thanks in advance
davis


Gowtham wrote:


>  Hello
>
>
> I am using MS pws and Jrun2.3,
> I am having trouble running my .jsp files.
>
>
> Any directives would be very helpful.
>
>


===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".


===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

--
Davis K Varghese  900 , S.Quince Street , B419
Denver , Colorado-80231  303-780-9788 (home)
303-624-2939 (office)

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to