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-api.jar;C:\Program Files\Apache Software Foundation\Tomcat
5.5\common\lib\
jsp-api.jar;C:\Jess70b7\lib\jess.jar

getting the followin error after compilliing and running the application

root cause 

java.lang.NoClassDefFoundError: jess/JessException
        PARIHServlet.startNewSession(PARIHServlet.java:38)
        PARIHServlet.doPost(PARIHServlet.java:25)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

org.apache.catalina.servlets.InvokerServlet.serveRequest(InvokerServlet.java:419)
        
org.apache.catalina.servlets.InvokerServlet.doPost(InvokerServlet.java:169)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

I have tried copying the jess.jar file to many places such as
tomcat5.5/common/lib,
webapps/parih/WEB-INF/classes etc.

Other servlets are running without problems, 

this seems to be a very simple application to deploy and try.
any help is greatly appreciated.

Ana

-- 
View this message in context: 
http://www.nabble.com/Newbie-in-need-tf1981109.html#a5436642
Sent from the Jess forum at Nabble.com.
--------------------------------------------------------------------
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]
--------------------------------------------------------------------

Reply via email to