On 4/10/2013 5:47 PM, Howard W. Smith, Jr. wrote:
Some legit 404s definitely show up for every enduser that access the webapp
via mobile device, because PrimeFaces has 2 files that no longer exist in
the JAR file, and I just reported this in their Issue Tracker.

127.0.0.1 - - [10/Apr/2013:20:00:54 -0400] "GET
/apple-touch-icon-precomposed.png HTTP/1.1" 404 -
127.0.0.1 - - [10/Apr/2013:20:00:54 -0400] "GET /apple-touch-icon.png
HTTP/1.1" 404 -

Also, netbeans IDE and start-stop-tomcat implementation results in the
following:

127.0.0.1 - - [10/Apr/2013:20:11:05 -0400] "HEAD
/netbeans-tomcat-status-test HTTP/1.1" 404 -
127.0.0.1 - - [10/Apr/2013:20:11:05 -0400] "HEAD
/netbeans-tomcat-status-test HTTP/1.1" 404 -
127.0.0.1 - - [10/Apr/2013:20:11:05 -0400] "HEAD
/netbeans-tomcat-status-test HTTP/1.1" 404 -


A little off-topic here . . .

This is analogous to the favicon.ico file. Mobile devices (Android and iOS at least) use these so you can create a bookmark on the desktop (or whatever the mobile devices call it).

So, make a nice icon (png, 100x100) for your site. Then users can bookmark the site and put the link on the desktop.

And yes, NetBeans seems to do that in order to figure out when Tomcat starts up (even if it's already started). It also issues a start command to the manager application for your web application (even if autoDeploy=true).

. . . . just my two cents.
/mde/


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

Reply via email to