Re: Tomcat 4.0 -- JSP XML representation problems

2000-11-13 Thread Boyd Waters
Boyd Waters wrote: It's actually worse than this, because my site uses XHTML -- the HTML pages are XML documents. I need Tomcat to emit XML, *INCLUDING* the DOCTYPE declaration. So by way of winding down this rant, has anyone been able to use the XSL taglib with Tomcat 4.0? Or any XML at

Make rant

2000-11-13 Thread Roy Wilson
FWIW, I've been unable to set up cross-compilers and other things because I couldn't get enough knowledge to sort out the nested make files that appear to have been written for a particular configuration (which was not mine). I've struggled to find what was for me a useable tutorial on

tomcat 4.0 m4: bug while submitting UTF-8 data to JSP page

2000-11-13 Thread Christian Mallwitz
Hi, I have a JSP file (see attachment) which lets you submit text in UTF-8 to the same JSP file. For this to work the JSP file contains code for converting the submitted text from Unicode to UTF-8. I run some test to submit the Euro symbol. In Unicode this is code point 0x20ac and in UTF-8 it

Re: [ANNOUNCEMENT] Tomcat 3.2 Beta 7

2000-11-13 Thread cmanolache
6.8 Container Managed Security Constraints Due to the way that Tomcat 3.2 is implemented, container managed security constraints are imposed both on the original request URI *and* on subrequests initiated to handle RequestDispatcher.forward() or RequestDispatcher.include() calls.

Re: Ant rant

2000-11-13 Thread Nick Bauman
On Mon, 13 Nov 2000 [EMAIL PROTECTED] wrote: If it works out-of-box with jikes 1.12, then awesome! (I've had problems with 1.12 because of the multibyte encoding changes between 1.11 and 1.12) I use it with jikes most of the time. If you are on unix, you can use an .antrc and

Re: [Resend] Ready for 3.2b7?

2000-11-13 Thread kenneth topp
Craig, the issues is still there. Here (attached is a simple test case to test the issue). It's gzip'ed to 500 byes, but's uncompressed' it's 100k. Please let me know if you want it in a different form. How to test: 1) apache-tomcat 3.2b7 via ajp13 (on mod_jk) 2) point to test-postbug.jsp

[ANNOUNCEMENT] Tomcat 3.2 Beta 7 RPM available

2000-11-13 Thread GOMEZ Henri
RPM for TC 3.2b7 are available at : http://rpmized.free.fr/ Compiled under Redhat 6.1 + updates with SSL support. size 2106243 tomcat-3.2-beta7.1.src.rpm 1567141 tomcat-3.2-beta7.1.noarch.rpm 257654 tomcat-manual-3.2-beta7.1.noarch.rpm 1093345 tomcat-mod-3.2-beta7.1.src.rpm 84332

Servlet - Jini - Tomcat3.1

2000-11-13 Thread Flávio Rodrigo M. de Carvalho
Hi all, My servlet is getting the following exception when running on Tomcat3.1. This happens when I try to get the reference of a jini service (by a unicast call) : java.lang.ClassCastException: org.apache.tomcat.protocol.WARConnection A friend told me that it is a bug from Tomcat and