Halem, On Sat, Mar 7, 2009 at 8:05 PM, frenchStudent <halem.bouh...@gmail.com> wrote: > > > [code]7 mars 2009 20:01:01 org.apache.tomcat.util.digester.SetPropertiesRule > begin > ATTENTION: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting > property 'source' to 'org.eclipse.jst.jee.server:newProject' did not find a > matching property. > 7 mars 2009 20:01:01 org.apache.tomcat.util.digester.SetPropertiesRule begin > ATTENTION: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting > property 'source' to 'org.eclipse.jst.jee.server:tp4' did not find a > matching property.
The above error-messages are error-messages from Eclipse. Might be that you don't have your Tomcat-Plugin set up properly in Eclipse - I suggest you ask in some Eclipse-forum/newsgroup wether those messages have to be taken seriously. If your servlet works and you're able to deploy / run / debug, I suggest you just live with it for the beginning. > 7 mars 2009 20:01:01 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\jdk1.6.0_12\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program > Files/Java/jdk1.6.0_12/bin/../jre/bin/client;C:/Program > Files/Java/jdk1.6.0_12/bin/../jre/bin;C:\Program > Files\Java\jdk1.6.0_12\bin;C:\Program Files\Java\jre6\bin;C:\Program > Files\Java\jre6\bin\client;C:\Program Files\Java\jdk1.6.0_12;C:\Program > Files\Java\jre6;C:\Program Files\Java\jdk1.6.0_12\bin;C:\Program > Files\Java\jre6\bin;C:\Program Files\Java\jre6\bin\client; This is a message from Tomcat saying that you have set up the APR-LifecycleListener in your server.xml but not APR set up. APR is the Apache Portable Runtime wich makes sense if you use it together with Tomcat in a production-real-world-environment and when you are serving a lot ofstatic html-content. However, for studying & development you don't need the APR. Besides, this message is just an information - nothing to worry about. > 7 mars 2009 20:01:01 org.apache.coyote.http11.Http11Protocol init > INFO: Initialisation de Coyote HTTP/1.1 sur http-8080 > 7 mars 2009 20:01:01 org.apache.catalina.startup.Catalina load > INFO: Initialization processed in 685 ms > 7 mars 2009 20:01:01 org.apache.catalina.core.StandardService start > INFO: D�marrage du service Catalina > 7 mars 2009 20:01:01 org.apache.catalina.core.StandardEngine start > INFO: Starting Servlet Engine: Apache Tomcat/6.0.18 > 7 mars 2009 20:01:01 org.apache.coyote.http11.Http11Protocol start > INFO: D�marrage de Coyote HTTP/1.1 sur http-8080 > 7 mars 2009 20:01:01 org.apache.jk.common.ChannelSocket init > INFO: JK: ajp13 listening on /0.0.0.0:8009 > 7 mars 2009 20:01:01 org.apache.jk.server.JkMain start > INFO: Jk running ID=0 time=0/31 config=null > 7 mars 2009 20:01:01 org.apache.catalina.startup.Catalina start > INFO: Server startup in 535 ms > [/code] All the above are information from a talkative Tomcat - server started up just fine. Rgds Gregor -- just because your paranoid, doesn't mean they're not after you... gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org