0 Replies Latest reply on Dec 8, 2001 12:21 AM by keshavpn

    JSP execution problem in Jboss_2.4.3_Tomcat_3.2.3

    keshavpn

      I have the services started fine - both JBOSS and the embedded TOMCAT service - but when I try to get the JSPs(irrespective of the file having the JSP scriptlets) on the browser I get an OutOfMemory error or a NoClassDefFoundError. I even added the following lines onto the JBOSS_CLASSPATH :
      export JBOSS_CLASSPATH = $JAVA_HOME/lib/tools.jar:$JBOSS_CLASSPATH.
      Can someone please enlighten me as to why I get these errors and what I need to do to overcome them.