Hi, i have configured my application to be automatically loaded when tomcat starts. But when I start tomcat my servlet isn�t loaded. I have seen the logs of tomcat and found the following: 2003-07-11 09:34:45 ContextConfig[/LADIVA-AZR] Exception processing JAR at resource path /WEB-INF/lib/ParserXMLAPIs.jar javax.servlet.ServletException: Exception processing JAR at resource path /WEB-INF/lib/ParserXMLAPIs.jar at org.apache.catalina.startup.ContextConfig.tldScanJar(ContextConfig.java:930) at org.apache.catalina.startup.ContextConfig.tldScan(ContextConfig.java:868) at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:647) .... ----- Root Cause ----- java.io.IOException: The system couldn�t find the file at java.io.WinNTFileSystem.createFileExclusively(Native Method) at java.io.File.checkAndCreate(File.java:1314) at java.io.File.createTempFile(File.java:1402) at java.io.File.createTempFile(File.java:1439) ...
003-07-11 09:34:45 ContextConfig[/LADIVA-AZR]: Marking this application unavailable due to previous error(s) The jar-File exists however. what do you think the problem is? Please HELP ASAP Anis
