Hi,
I had used Jess as an intelligent help system in a computer-aided
education project. In my earlier design, i had used Jess on the client
side but am now moving it to the server. My applet will make an
URLConnection and pass a fact to the servlet; this gets passed to the rule
engine and after going thro rule base will be returned a help string. The
applet collects it and displays it on the GUI. Well, at least, thats the
plan :}
The problem is that i am very new to servlets and in my class LabServlet i
do,
rete_.executeCommand("(batch http://127.0.0.1/servlets/scriptlib.clp)");and i have scriptlib.clp in that directory. But it is not able to locate this file and i get the error message... Jess exception in servlet !!! Jess reported an error in routine batch while executing (batch http://127.0.0.1/servlets/scriptlib.clp). Message: Cannot open file. Program text: ( batch http://127.0.0.1/servlets/scriptlib.clp ) at line 0. I am using Apache server with Apache JServ as the servlet engine. Please do let me know if you see a reason for my problem, Thank you, Raj. -------------------------------------------------------------------- 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] --------------------------------------------------------------------
