You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Assaf Flatto <as...@atelis.net> on 2006/11/12 17:11:21 UTC

New tomcat and Jasper error

hello list

i have a brand new installation of tomcat 5.5.17 , with the following 
packages :

tomcat5-common-lib-5.5.17-3.1.2mdv2007.0
tomcat5-jasper-5.5.17-3.1.2mdv2007.0
tomcat5-jsp-2.0-api-5.5.17-3.1.2mdv2007.0
tomcat5-server-lib-5.5.17-3.1.2mdv2007.0
tomcat5-servlet-2.4-api-javadoc-5.5.17-3.1.2mdv2007.0
tomcat5-admin-webapps-5.5.17-3.1.2mdv2007.0
tomcat5-servlet-2.4-api-5.5.17-3.1.2mdv2007.0
tomcat5-jsp-2.0-api-javadoc-5.5.17-3.1.2mdv2007.0
tomcat5-webapps-5.5.17-3.1.2mdv2007.0
tomcat5-jasper-javadoc-5.5.17-3.1.2mdv2007.0
tomcat5-5.5.17-3.1.2mdv2007.0


jakarta-commons-discovery-0.3-2.1mdv2007.0
jakarta-commons-modeler-1.1-7.1mdv2007.0
jakarta-commons-el-1.0-6.2mdv2007.0
jakarta-commons-daemon-1.0.1-4.1mdv2007.0
jakarta-commons-collections-3.2-1.1mdv2007.0
jakarta-commons-beanutils-1.7.0-4.2mdv2007.0
jakarta-commons-digester-1.7-4.1mdv2007.0
jakarta-commons-fileupload-1.0-5.1mdv2007.0
jakarta-commons-pool-1.3-2.1mdv2007.0
jakarta-commons-logging-1.1-3.2mdv2007.0
jakarta-commons-validator-1.3.0-1.1mdv2007.0
jakarta-commons-httpclient-3.0.1-1mdv2007.0
jakarta-commons-dbcp-1.2.1-5.1mdv2007.0
jakarta-commons-launcher-1.1-1.1mdv2007.0
jakarta-commons-collections-javadoc-3.2-1.1mdv2007.0


i use the minimal-server.xml as the server.xml , but i still get the error:
java.lang.NoClassDefFoundError: org.apache.jasper.servlet.JspServlet.


Any ideas ?

Thanks

Assaf

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: New tomcat and Jasper error

Posted by Mark Thomas <ma...@apache.org>.
Assaf Flatto wrote:
> i use the minimal-server.xml as the server.xml , but i still get the error:
> java.lang.NoClassDefFoundError: org.apache.jasper.servlet.JspServlet.
> 
> Any ideas ?

Don't use third party distributions?

You could try the tar.gz distribution from the Apache Tomcat web site:
http://tomcat.apache.org/download-55.cgi

Once you have unpacked it, further instructions are in the RUNNING.txt
file.

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: New tomcat and Jasper error

Posted by Martin Gainty <mg...@hotmail.com>.
have you verified your jasper libraries are located in $CATALINA_HOME/commons/lib
jasper-compiler-jdt.jar
jasper-compiler.jar
jasper-runtime.jar

?

This e-mail communication and any attachments may contain confidential and privileged information for the use of the 
designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received
this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its 
contents
----- Original Message ----- 
From: "Assaf Flatto" <as...@atelis.net>
To: "Tomcat Users List" <us...@tomcat.apache.org>
Sent: Sunday, November 12, 2006 11:11 AM
Subject: New tomcat and Jasper error


> hello list
> 
> i have a brand new installation of tomcat 5.5.17 , with the following 
> packages :
> 
> tomcat5-common-lib-5.5.17-3.1.2mdv2007.0
> tomcat5-jasper-5.5.17-3.1.2mdv2007.0
> tomcat5-jsp-2.0-api-5.5.17-3.1.2mdv2007.0
> tomcat5-server-lib-5.5.17-3.1.2mdv2007.0
> tomcat5-servlet-2.4-api-javadoc-5.5.17-3.1.2mdv2007.0
> tomcat5-admin-webapps-5.5.17-3.1.2mdv2007.0
> tomcat5-servlet-2.4-api-5.5.17-3.1.2mdv2007.0
> tomcat5-jsp-2.0-api-javadoc-5.5.17-3.1.2mdv2007.0
> tomcat5-webapps-5.5.17-3.1.2mdv2007.0
> tomcat5-jasper-javadoc-5.5.17-3.1.2mdv2007.0
> tomcat5-5.5.17-3.1.2mdv2007.0
> 
> 
> jakarta-commons-discovery-0.3-2.1mdv2007.0
> jakarta-commons-modeler-1.1-7.1mdv2007.0
> jakarta-commons-el-1.0-6.2mdv2007.0
> jakarta-commons-daemon-1.0.1-4.1mdv2007.0
> jakarta-commons-collections-3.2-1.1mdv2007.0
> jakarta-commons-beanutils-1.7.0-4.2mdv2007.0
> jakarta-commons-digester-1.7-4.1mdv2007.0
> jakarta-commons-fileupload-1.0-5.1mdv2007.0
> jakarta-commons-pool-1.3-2.1mdv2007.0
> jakarta-commons-logging-1.1-3.2mdv2007.0
> jakarta-commons-validator-1.3.0-1.1mdv2007.0
> jakarta-commons-httpclient-3.0.1-1mdv2007.0
> jakarta-commons-dbcp-1.2.1-5.1mdv2007.0
> jakarta-commons-launcher-1.1-1.1mdv2007.0
> jakarta-commons-collections-javadoc-3.2-1.1mdv2007.0
> 
> 
> i use the minimal-server.xml as the server.xml , but i still get the error:
> java.lang.NoClassDefFoundError: org.apache.jasper.servlet.JspServlet.
> 
> 
> Any ideas ?
> 
> Thanks
> 
> Assaf
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 
>