Hmm
I don't know about this 16k limit, but AFAIK you can set any kind of content
type in your jsp.
JSPs are ultimately servlets (once translated), so  you have no limit in
content types

e.g. I used to set "text/xml" for creating dynamic JNLP files with jsps


-----Messaggio originale-----
Da: Kransen, J. [mailto:[EMAIL PROTECTED] 
Inviato: luned́ 17 maggio 2004 12.32
A: 'Struts Users Mailing List'
Oggetto: [very OT] 16 kb limit in XML from Tomcat?

Hello, I generate an XML file from within a JSP in Tomcat. Especially after
16384 bytes the contents are really interesting. Unfortunately, Tomcat
disagrees and truncates it. It can't be coincidence that this is 16k
precisely, so I hoped to find a configuration item set to 16k (in fact I
hoped not to have a limit at all), but I can't find one. There are also no
stack traces or any errors/warnings, it just gets truncated and that's it.
It can't be the browser, because it happens with IE6 and Opera 7.23.

By the way, do I have to (can I) set a content type "text/xml" in JSP? 

Regards, Jeroen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to