Hi Anders

I finally managed to solve the problem. You have to check 2 things.

1 reason is that you could be submitting a form using "get" which cannot
take a big request, so change the submit-type to post.

Other reason is that JRun is not designed to be a web server and can be
inconsistent with long requests. I just set up apache to listen to http
requests and use the connector to talk to jrun; the site became blindingly
fast also and it solved the problem.

Hope this is helpful.

Cheers
Vijay


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to