
i am working in jsp..i need a thumbnail creator for the video that will be uploaded by the user of my website(like youtube)...Once the video has been uploaded,i wanna display the thumbnail of that video to the user..

Hi Please Configure the Spring as in web.xml
<servlet>
<servlet-name>dispatcherSertvlet</servlet-name>
<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>dispatcherSertvlet</servlet-name>
<url-pattern>*.htm</url-pattern>
</servlet-mapping>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.