You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by David Thielen <da...@windward.net> on 2006/01/30 16:33:00 UTC

logfile weirdness

I am having a problem where requested pages are not being listed in my IIS
log - and I need those entries for my web tracking. I know this isn't struts
(it's JSF) but I figure someone here might know the answer to this.

 

My environment is as follows. The site is IIS 6.0 with Tomcat 5.5. All
requests to port 80 go to IIS and it then talks to Tomcat using Tomcat's
ISAPI filter. The pages are JSF pages and they are rendered using the
reference implementation of JSF on Tomcat.

 

When a user clicks the link to get a demo, it takes them to the page
http://www.windwardreports.com/store/pages/demo.faces and this works fine -
this is always logged in the IIS logfile. So the whole JSF -> Tomcat -> IIS
does get logged.

 

When the user clicks submit on the demo.faces form, it takes them to the
page http://www.windwardreports.com/store/pages/demo_license.faces which is
also a form. This page does not appear in the log file. The log file does
show the file base.css being requested 4 times by demo_license.faces (see
below).

 

The url in the browser does show demo_license.faces so it is getting
forwarded to the demo_license.faces page. I have caching off for both pages
but they are also forms so I think they would never be cached anyways.

 

In my code the action handler returns "success" and the navigation rule for
success is to go to demo_license.faces (see below).

 

Any ideas - ??? - thanks - dave

 

 

Faces-config.xml:

            <navigation-rule>

                        <from-view-id>/pages/demo.jsp</from-view-id>

                        <navigation-case>

                                    <from-outcome>success</from-outcome>

 
<to-view-id>/pages/demo_license.jsp</to-view-id>

                                    <redirect/>

                        </navigation-case>

            </navigation-rule>

 

 

Log file (partial):

2006-01-28 09:16:59 W3SVC1059338337 JASMINE 192.168.200.11 POST
/store/pages/demo.faces - 80 - 85.147.41.91
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+98;+WFX;+KITV4+Wanadoo;+.NET+CLR+
1.1.4322)
JSESSIONID=B17B7CD40F7216D194174DB16D50FC23;+sourceid=1138439323580_826;+sou
rce=industrybrains;+id=160;+referrer=www.infoworld.com
http://www.windwardreports.com/store/pages/demo.faces
www.windwardreports.com 200 0 0

2006-01-28 09:16:59 W3SVC1059338337 JASMINE 192.168.200.11 GET
/store/pages/demo.faces - 80 - 85.147.41.91
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+98;+WFX;+KITV4+Wanadoo;+.NET+CLR+
1.1.4322)
JSESSIONID=B17B7CD40F7216D194174DB16D50FC23;+sourceid=1138439323580_826;+sou
rce=industrybrains;+id=160;+referrer=www.infoworld.com
http://www.windwardreports.com/store/pages/demo.faces
www.windwardreports.com 200 0 0

2006-01-28 09:17:00 W3SVC1059338337 JASMINE 192.168.200.11 GET
/store/base.css - 80 - 85.147.41.91
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+98;+WFX;+KITV4+Wanadoo;+.NET+CLR+
1.1.4322)
JSESSIONID=B17B7CD40F7216D194174DB16D50FC23;+sourceid=1138439323580_826;+sou
rce=industrybrains;+id=160;+referrer=www.infoworld.com
http://www.windwardreports.com/store/pages/demo_license.faces
www.windwardreports.com 200 0 0

2006-01-28 09:17:31 W3SVC1059338337 JASMINE 192.168.200.11 POST
/store/base.css - 80 - 85.147.41.91
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+98;+WFX;+KITV4+Wanadoo;+.NET+CLR+
1.1.4322)
JSESSIONID=B17B7CD40F7216D194174DB16D50FC23;+sourceid=1138439323580_826;+sou
rce=industrybrains;+id=160;+referrer=www.infoworld.com
http://www.windwardreports.com/store/pages/demo_license.faces
www.windwardreports.com 200 0 0

2006-01-28 09:17:31 W3SVC1059338337 JASMINE 192.168.200.11 GET
/store/base.css - 80 - 85.147.41.91
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+98;+WFX;+KITV4+Wanadoo;+.NET+CLR+
1.1.4322)
JSESSIONID=B17B7CD40F7216D194174DB16D50FC23;+sourceid=1138439323580_826;+sou
rce=industrybrains;+id=160;+referrer=www.infoworld.com
http://www.windwardreports.com/store/pages/demo_license.faces
www.windwardreports.com 200 0 0

2006-01-28 09:17:31 W3SVC1059338337 JASMINE 192.168.200.11 GET
/store/base.css - 80 - 85.147.41.91
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+98;+WFX;+KITV4+Wanadoo;+.NET+CLR+
1.1.4322)
sourceid=1138439323580_826;+source=industrybrains;+id=160;+referrer=www.info
world.com http://www.windwardreports.com/store/pages/demo_license.faces
www.windwardreports.com 200 0 0

2006-01-28 09:17:31 W3SVC1059338337 JASMINE 192.168.200.11 GET
/store/base.css - 80 - 85.147.41.91
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+98;+WFX;+KITV4+Wanadoo;+.NET+CLR+
1.1.4322)
sourceid=1138439323580_826;+source=industrybrains;+id=160;+referrer=www.info
world.com http://www.windwardreports.com/demo_complete.htm
www.windwardreports.com 304 0 0

2006-01-28 09:17:32 W3SVC1059338337 JASMINE 192.168.200.11 GET /windward.css
- 80 - 85.147.41.91
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+98;+WFX;+KITV4+Wanadoo;+.NET+CLR+
1.1.4322)
sourceid=1138439323580_826;+source=industrybrains;+id=160;+referrer=www.info
world.com http://www.windwardreports.com/demo_complete.htm
www.windwardreports.com 304 0 0

2006-01-28 09:17:32 W3SVC1059338337 JASMINE 192.168.200.11 GET
/store/base.css - 80 - 85.147.41.91
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+98;+WFX;+KITV4+Wanadoo;+.NET+CLR+
1.1.4322)
sourceid=1138439323580_826;+source=industrybrains;+id=160;+referrer=www.info
world.com http://www.windwardreports.com/demo_complete.htm
www.windwardreports.com 304 0 0