"Kumar, Ashok" wrote:
> Hi Dirk
> Thanks for the info. Now I find the the problem is really at the root
> I made the build of the latest cvs release of slide and deployed the
> slide.war
> to tomcat4.b7 webapps folder and restarted the tomcat. If I check the
> tomcat log
> What is wrong with the servlet is it anything related to the way the
> build was made(iused the basic build.xml without any changes. Any IDEA
>
> Ashok
>
> I get the following message:
>
> 2001-08-15 13:48:50 WebappLoader[/slide]: Deploy JAR
> /WEB-INF/lib/slide.jar to
> C:\appl\jakarta-tomcat-4.0-b7\webapps\slide\WEB-INF\lib\slide.jar
> 2001-08-15 13:48:50 WebappLoader[/slide]: Deploy JAR
> /WEB-INF/lib/slidestores.jar to
> C:\appl\jakarta-tomcat-4.0-b7\webapps\slide\WEB-INF\lib\slidestores.jar
> 2001-08-15 13:48:50 WebappLoader[/slide]: Deploy JAR
> /WEB-INF/lib/roles.jar to
> C:\appl\jakarta-tomcat-4.0-b7\webapps\slide\WEB-INF\lib\roles.jar
> 2001-08-15 13:48:50 WebappLoader[/slide]: Deploy JAR
> /WEB-INF/lib/webdav.jar to
> C:\appl\jakarta-tomcat-4.0-b7\webapps\slide\WEB-INF\lib\webdav.jar
> 2001-08-15 13:48:50 WebappLoader[/slide]: Deploy JAR
> /WEB-INF/lib/servlet.jar to
> C:\appl\jakarta-tomcat-4.0-b7\webapps\slide\WEB-INF\lib\servlet.jar
> --------------------------
> 2001-08-15 13:48:50 StandardManager[/slide]: Seeding random number
> generator class java.security.SecureRandom
> 2001-08-15 13:48:50 StandardManager[/slide]: Seeding of random number
> generator has been completed
> 2001-08-15 13:48:50 StandardWrapper[/slide:webdav]: Marking servlet
> webdav as unavailable
> 2001-08-15 13:48:50 StandardContext[/slide]: Servlet /slide threw load()
> exception
> javax.servlet.ServletException: Class
> org.apache.slide.webdav.WebdavServlet is not a Servlet
> at
You shouldn't have a servlet.jar inside your war file.
delete C:\appl\jakarta-tomcat-4.0-b7\webapps\slide\WEB-INF\lib\servlet.jar
Dirk