You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ndolan <th...@yahoo.com> on 2009/03/16 19:56:51 UTC

Tomcat 6.0.18 warning

Hi, 
I am trying to run a sample JSF tutorial on eclipse 3.2 on mac osx 10.5. The
server comes back with a 'requested resource() not found error. From the
server log in console, I found a warning as seen below: 


Mar 15, 2009 7:03:00 PM org.apache.tomcat.util.digester.SetPropertiesRule
begin 
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting
property 'source' to 'org.eclipse.jst.jee.server:JSFTutorial' did not find a
matching property. 
Mar 15, 2009 7:03:00 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:
.:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java 
Mar 15, 2009 7:03:00 PM org.apache.coyote.http11.Http11Protocol init 
INFO: Initializing Coyote HTTP/1.1 on http-8080 
Mar 15, 2009 7:03:00 PM org.apache.catalina.startup.Catalina load 
INFO: Initialization processed in 2031 ms 
Mar 15, 2009 7:03:01 PM org.apache.catalina.core.StandardService start 
INFO: Starting service Catalina 
Mar 15, 2009 7:03:01 PM org.apache.catalina.core.StandardEngine start 
INFO: Starting Servlet Engine: Apache Tomcat/6.0.18 
Mar 15, 2009 7:03:02 PM com.sun.faces.config.ConfigureListener
contextInitialized 
INFO: Initializing Mojarra (1.2_09-b02-FCS) for context '/JSFTutorial' 
Mar 15, 2009 7:03:05 PM org.apache.coyote.http11.Http11Protocol start 
INFO: Starting Coyote HTTP/1.1 on http-8080 
Mar 15, 2009 7:03:05 PM org.apache.jk.common.ChannelSocket init 
INFO: JK: ajp13 listening on /0.0.0.0:8009 
Mar 15, 2009 7:03:05 PM org.apache.jk.server.JkMain start 
INFO: Jk running ID=0 time=0/90 config=null 
Mar 15, 2009 7:03:05 PM org.apache.catalina.startup.Catalina start 
INFO: Server startup in 4916 ms 

Anyone know what this means? 

Thanks. 
-- 
View this message in context: http://www.nabble.com/Tomcat-6.0.18-warning-tp22541483p22541483.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: Tomcat 6.0.18 warning

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: ndolan [mailto:thalluriks@yahoo.com] 
> Subject: Tomcat 6.0.18 warning
> 
> The server comes back with a 'requested resource() 
> not found error.

Comes back from what URL?  Check all the logs, not just the console.

> Mar 15, 2009 7:03:00 PM 
> org.apache.tomcat.util.digester.SetPropertiesRule begin 
> WARNING: 
> [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting
> property 'source' to 'org.eclipse.jst.jee.server:JSFTutorial' 
> did not find a matching property. 

Some IDEs insist on throwing invalid junk into the <Context> element.  (Yet another reason I have not to trust them blindly.)  If you look at the doc for <Context>, you'll see there is no source attribute:
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html

This has nothing to do with the resource not found error.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org