Re: JESS: Newbie in need

2006-07-21 Thread Zafer @GCAS
My guess for this kind of exception is that , Jess.jar file is not available in the class path. My suggestion would be, write the code(non-servlet based test code) in Eclipse or any other IDE. Once the code executes, you should be on your way to using the servlet code in Tomcat -Zafer Ana (s

Re: JESS: Newbie in need

2006-07-21 Thread friedman_hill ernest j
I think Ana (sent by Nabble.com) wrote: > > do you think that JessException an invalid class? Nope; just the first Jess class being looked for while loading your classes. There's nothing special about Jess here; this is most likely just a Tomcat configuration problem. You might try writing a c

Re: JESS: Newbie in need

2006-07-21 Thread Ana (sent by Nabble.com)
Hi I Really appreciate your quick response. I have tried putting the jess.jar file in all the directories as you suggest. Your second suggestion could be very valid since the application also indicates the jess version used as v6.0 unfortunately I tried but I couldent find a place in the net to d

Re: JESS: Newbie in need

2006-07-21 Thread friedman_hill ernest j
You should be able to put jess.jar in the webapps/parih/WEB-INF/lib directory (not classes), or tomcat/shared/lib ought to work, too. tomcat/common/lib probably would work also, although perhaps not without a server restart. Now, the bigger question is whether the relatively old RIH application wi

JESS: Newbie in need

2006-07-21 Thread Ana (sent by Nabble.com)
Dear Friends, I am trying to simulate the sample jess appliation given in http://grove.cs.jmu.edu/parih/index.jsp my system: OS - XP JESS - jess70b5, WebServer/servelet container - Tomcat 5.5 classpath=CLASSPATH=.;C:\Program Files\Apache Software Foundation\Tomcat 5.5\common\lib\se rvlet-ap