hi,
i'm not familiar with the tdk, but this error with the servlet.jar is no big problem, it just says that it didn't copy the lib, due to the servlet spec 2.3.
tomcat uses his own servlet.jar in /tomcat/common/lib/servlet.jar


you're deploying with maven or ant?

when you undeploy, do you do it when tomcat is running?
if so, you have a windows specific problem of file handling!
tomcat isn't able to delete the logs file because of a file lock,
that windows doesen't release!

can you post your *.properties files?

greetz
sven kuncikowski

George A wrote:
...
and when i shut it down and create an application then following error comes on clicking startup :
WebappClassLoader: validateJarFile(E:\software\TDK_2.3\webapps\appl1\WEB-INF\lib\servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
log4j:ERROR setFile(null,false) call failed.
java.io.FileNotFoundException: \logs\turbine.log (The system cannot find the path specified)
.................and a big list of errors and exceptions ........................

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to