Connors, Bernie (ELG/EGL) wrote:
Hello,
My server is not serving HTML pages. It is running Apache Tomcat and the only thing it is serving is a 'servlet'. Here is a sample line from my log file:
142.139.214.57 142.139.214.57 200 [12/Apr/2005:10:04:43 -0400] 958 - /SpatialFusionEnterprise/servlet/OpenCiteServlet
The last string in this record is the path to the servlet. Can I trick Analog into thinking this is a 'page' so my reports won't show pages = 0?
You can use any wildcard to match pages, so something like this might work:
PAGEINCLUDE /SpatialFusionEnterprise/servlet/*
-- Jeremy Wadsack Seven Simple Machines
+------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------

