Hi Ruben, You will need to find the class not found error in the stacktrace to determine what dependency (library) is missing.
regards Malcolm Edgar On 2/2/07, Ruben Fragoso <[EMAIL PROTECTED]> wrote:
Hi all I am trying to run a template in an application on IBM WebSphere 6, and everytime i get this message: Error 404: SRVE0203E: Servlet [velocity]: org.apache.velocity.tools.view.servlet.VelocityViewServlet was found, but is missing another required class. SRVE0206E: This error typically implies that the servlet was originally compiled with classes which cannot be located by the server. SRVE0187E: Check your classpath to ensure that all classes required by the servlet are present.SRVE0210I: This problem can be debugged by recompiling the servlet using only the classes in the application's runtime classpath I have tryed to run my application with the Velocity1.4.jar and velocity-tools.1.1.jar and 1.2, several combinations of jars, in the Server shared lib location, just in my application, an di just can not get around this error, can anyone help with this? Thank you in advance
