Seems like it is a context issue. I defined a servlet mapping to turbine servlet and am able to invoke it by http://localhost:7001/newapp/turbine. But it I only get the login page without Velocity header and footer. Velocity is complaining it is not finding the templates. Looking into why. Still working on resolving it (I guess I will land up learning the internals or Turbine first, quick and easy route doesn't work :) ). Let me know if anyone has any suggestions. Deepak
Sachin Kumar <[EMAIL PROTECTED]> wrote: Hello Oron, Thanks a lot, I am not getting that error anymore. But I am still not able to run my sample application, as when i try to access the url "http://localhost:8080/newapp/servlet/newapp" instead of displaying me the login screen, i get an error saying: HTTP Status 404 - /newapp/servlet/newapp -------------------------------------------------------------------------------- type Status report message /newapp/servlet/newapp description The requested resource (/newapp/servlet/newapp) is not available. -------------------------------------------------------------------------------- Apache Tomcat/4.1.27-LE-jdk14 To me it looks like, that it is not getting the servlet specified in web.xml. Thanks in advance. Regards, Sachin >>> [EMAIL PROTECTED] 9/15/2003 8:18:42 PM >>> Hi Sachin I guess tomcat 4.1.27 has servlet.jar (2.3) already in commons / lib so you can delete it from your app lib directory BR Oron http://netada.co.uk -----Original Message----- From: Sachin Kumar [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 2:40 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: TDK-2.3 test build available Hi, I tried running the sample application in TDK-2.3, but getting the following error: Apache Tomcat/4.1.27-LE-jdk14 WebappClassLoader: validateJarFile(D:\tdk-2.3\.\webapps\newapp\WEB-INF\lib\servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class since, servlet.jar is not loaded, am not able to run the sample application. Do I need to change servlet.jar, or is there anything else which I am missing. Thanks in advance. Regards, Sachin >>> [EMAIL PROTECTED] 9/12/2003 10:45:15 PM >>> Are there any instructions on creating sample app for someone starting fresh with TDK 2.3. I tried to follow instructions for creation sample app using TDK 2.2 instructions and ran into issues. Is only choice to create sample app using TDK 2.2 and then port using Turbine 2.3 port instructions? Deepak Martin Poeschl wrote: http://jakarta.apache.org/~mpoeschl/ This version includes Tomcat 4.1.27-LE .. so you need JDK 1.4! It would be nice to extend the sample application or add some more simple apps to the tdk ... send your patches now! ;-) martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software
