Hi Friends,
I have written sample application for file uploading using
servlet. I am facing following errors while calling servlet.
Can any one give me pointers related to same. logs are given below.
Thanks in advance
Jul 15, 2009 8:52:37 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:FileUploading' did not find a matching property.
Jul 15, 2009 8:52:37 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:SampleFileUploading' did not find a matching property.
Jul 15, 2009 8:52:37 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache
Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre1.6.0_04\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:/Program Files/Java/jre1.6.0_04/bin/client;C:/Program Files/Java/jre1.6.0_04/bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin;D:\Softwares\apache-ant-1.7.1\bin;C:\Program Files\Java\jdk1.5.0_05\bin
Jul 15, 2009 8:52:37 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Jul 15, 2009 8:52:37 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 329 ms
Jul 15, 2009 8:52:37 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jul 15, 2009 8:52:37 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.20
Jul 15, 2009 8:52:37 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jul 15, 2009 8:52:37 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jul 15, 2009 8:52:37 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/0 config=null
Jul 15, 2009 8:52:37 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 246 ms