-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thomas,

On 11/12/2009 10:12 AM, thomas2004 wrote:
> I issue a request from the client (browser) to the to generate the report.
> On Jboss-log I can watch as follow:
> 
> 2009-11-12 15:50:24,094 INFO  [STDOUT] ----- 1. Get data -----
> 2009-11-12 15:56:15,478 INFO  [STDOUT] ----- 2. Process data -----
> 2009-11-12 15:56:15,509 INFO  [STDOUT] ----- 3. Completed -----
> 2009-11-12 15:56:15,510 INFO  [STDOUT] ----- Clearing resources -----
> 2009-11-12 15:56:15,510 INFO  [STDOUT] ----- 4. Render page -----
> 
> One can see It just take about 6 min. to generate the PDF report and then
> send it back to the client.
> 
> On Apache-Http-WebSer mod_jk.log I can see at the same time:
> [Thu Nov 12 16:09:07 2009] [9286:2537062720] [debug] jk_handler::mod_jk.c
> (2599): Service finished with status=200 for worker=samos-test
> 
> But on the browser client I can't get the PDF shown.

[snip]

> [Thu Nov 12 15:56:15 2009] [9287:2537062720] [debug]
> ajp_unmarshal_response::jk_ajp_common.c (660): status = 200

[snip]

> [Thu Nov 12 15:56:15 2009] [9287:2537062720] [debug]
> ajp_unmarshal_response::jk_ajp_common.c (723): Header[5] [Content-Type] =
> [text/html;charset=UTF-8]

The Content-Type is text/html. What does the content actually look like?
Is it an error message or something?

If the browser is showing nothing, you may want to use an HTTP protocol
sniffer to see what the content is (although mod_jk appears to be
dumping the full data into the log file, so you could painstakingly
recreate the data from that, I suppose).

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkr8KKcACgkQ9CaO5/Lv0PCknwCbB5tN9dJqaG/6r0c60Yq19Nu1
7cEAnj60CPVQj9jtybU7wn4eL18ehPtz
=i2i+
-----END PGP SIGNATURE-----

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

Reply via email to