I think Marvin Pankaskie wrote:
> I recently upgraded my version of Jess to 5.0 and transferred the files
> necessary to run the console applet to my web server. However, when I
> access the page that contains the applet using IE 5.01 it does not seem to
> completely load the applet (part of the class files are loaded but the
> applet never actually starts running). HOWEVER, if I use Netscape 4.7 as my
> browser, the applet runs perfectly normal. Is this a "bug" in Jess or a
> problem in IE 5.0? Can it be fixed?
Find the "Java Console" and open it. It will most likely contain an
explanatory error message. Most likely it's simply a security
exception; IE isn't letting Jess read something or other that it wants
to read (the .clp file, for instance, or perhaps
jess/scriptlib.clp. Hairy, complicated, constantly changing, and
largely inscrutable security rules are one reason why you'll not
encounter many unsigned applets on the web these days consisting of
more than a few dozen lines of code.
>
> I am going to eventually try converting my code to servlets, but not untill
> I learn more about creating them and convering my existing clp files to
> code that can run on the server. By the way, does anyone have any
> suggestions on "converting" the console display applet and supporting clp
> files to servlets
Of course, you don't want to convert the graphical console class into
a Servlet, since servlets don't have GUIs; you want to simply make
Jess method calls from the body of a normal servlet. Eventually I hope
to provide an example servlet. For now, suffice it to says that once
you've learned about servlet programming, and studied the examples in
the Jess manual on embedding Jess in Java applications, you should
have no problem writing such things from scratch.
> and what servlet program (e.g., JRun or others) runs best
> on a MS IIS web host?
I've used New Atlanta's ServletExec with IIS, which is very nice (but
only the crippled demo is free.) The other things I've done servlets
with have involved using other web servers (Sun's Java Web Server,
Apache + Apache_jmod, the W3C's Jigsaw which has native servlet
support.) Of all of these, Jigsaw is my favorite. JWS was my least
favorite.
>
> Many thanks,
> Marvin Pankaskie
>
> ---------------------------------------------------------------------
> To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
> in the BODY of a message to [EMAIL PROTECTED], NOT to the
> list (use your own address!) List problems? Notify [EMAIL PROTECTED]
> ---------------------------------------------------------------------
>
---------------------------------------------------------
Ernest Friedman-Hill
Distributed Systems Research Phone: (925) 294-2154
Sandia National Labs FAX: (925) 294-2234
Org. 8920, MS 9012 [EMAIL PROTECTED]
PO Box 969 http://herzberg.ca.sandia.gov
Livermore, CA 94550
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------