Help Please - HTMLDocuments via Apache
Posted: Mon Aug 27, 2012 8:05 pm
I'm having a problem with Jade's HTMLDocuments in Apache. I have previously had a version working with IIS but I wanted to give it a go under Apache.
I have an initial logon form presented as the startup form - that part is fine. However when I do the post all that Jade is getting is the base html. I used Fiddler to capture the post request and I was able to see the other attributes being sent from the page (the following is shown in the textView Tab - "_ts=27+August+2012%2C+19%3A57%3A32&_jadeReferenceClass=IwfmLogin&_jadeReferenceDocument=IwfmLogin&_session=1fbf49bdb05fb6ea&formID=22262179553859&q4_logonId=usercode&q6_password=1234&website=&simple_spc=22262179553859-22262179553859").
I have reimplimented the processRequest and reply methods to just include a simple write for logging. The processRequest is not invoked. The Web Monitor window shows the request coming in - the query and http strings only have the application name.
Has anyone else had this problem (did you find the solution)? Is there something I could have missed in the jadehttp.conf?
I have an initial logon form presented as the startup form - that part is fine. However when I do the post all that Jade is getting is the base html. I used Fiddler to capture the post request and I was able to see the other attributes being sent from the page (the following is shown in the textView Tab - "_ts=27+August+2012%2C+19%3A57%3A32&_jadeReferenceClass=IwfmLogin&_jadeReferenceDocument=IwfmLogin&_session=1fbf49bdb05fb6ea&formID=22262179553859&q4_logonId=usercode&q6_password=1234&website=&simple_spc=22262179553859-22262179553859").
I have reimplimented the processRequest and reply methods to just include a simple write for logging. The processRequest is not invoked. The Web Monitor window shows the request coming in - the query and http strings only have the application name.
Has anyone else had this problem (did you find the solution)? Is there something I could have missed in the jadehttp.conf?