Yogesh Verma
Yogesh Verma

Reputation: 59

java.lang.ClassNotFoundException: org.apache.jasper.runtime.JspException in JBOSS EAP 6.2 but deployed correctly in jboss-5.0.1.GA

My LDAP.war is not deployed correctly in JBOSS EAP 6.2, but it is working fine in jboss-5.0.1.GA.
This class file is present in any other jar, Or its structure is changed? org.apache.jasper.runtime.JspException

Upvotes: 0

Views: 724

Answers (1)

redoc
redoc

Reputation: 265

This class (org.apache.jasper.runtime.JspException) is present in jasper-runtime-.jar. Adding this jar to your jboss 6 lib should resolve the issue.

Upvotes: 1

Related Questions