Error parsing JSP with tag library -- how do I track down what's wrong?

2000-11-28 Thread Duane Morse
and this stuff fine, what's the problem here? I can't find anything in the log files or the console to enlighten me, and the temporary .java file created for the JSP is empty. I have the debug level set to 9, but that doesn't seem to help. Duane Morse, Eldorado Computing Inc., Phoenix AZ

RE: Error parsing JSP with tag library -- how do I track down what's wrong?

2000-11-28 Thread Duane Morse
I don't find "web-app" defined as a tld tag in the spec. It's a tag in web.xml, but not in the tld. I'm trying to use Tomcat 3.1. Duane Morse, Eldorado Computing Inc., Phoenix AZ -Original Message- From: Pierre Delisle [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 28,

Incompatibilities with XML processing?

2000-11-28 Thread Duane Morse
e new wave, won't that break existing code that depended on the old wave? Any suggestions on how to deal with this version incompatibility problem? Duane Morse, Eldorado Computing Inc., Phoenix AZ

Problem forwarding to JSP when calling servlet has already processed POST data

2000-11-29 Thread Duane Morse
nce my JSP doesn't fetch any POST data, there's no problem.) Duane Morse, Eldorado Computing Inc., Phoenix AZ

Tomcat 3.2 tries to read POST data before forwarding to JSP

2000-11-30 Thread Duane Morse
letWrapper.doService(ServletWrapper.java:404) at org.apache.tomcat.core.Handler.service(Handler.java:286) at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) at org.apache.tomcat.facade.RequestDispatcherImpl.forward(RequestDispatcherImpl .java:194) Duane Morse, Eldorado Computing Inc., Phoenix Arizona

Don't try to mix jaxp-1.1ea with Tomcat!

2000-11-30 Thread Duane Morse
I've tried for 3 days to get Tomcat 3.2 (b8 and now the final release0 to work with Sun's 1.1 early release of XML parsing software (jaxp-1.1ea), without success, so if you're looking for XML parsers to use with your Tomcat build, don't use these! Duane Morse, Eldorado Computing Inc., Phoenix

RE: Tomcat Win stdErr

2000-12-04 Thread Duane Morse
My experience has been that certain errors inside a native method can easily bring the JVM down, such as using a string which happens to be null without first testing for this condition. In cases like this, the best you can do is log the input to your native method and see what it was being fed

RE: Tomcat 3.2 Final and Taglibs

2000-12-05 Thread Duane Morse
You're using a jar file for your tag library, right? I think Tomcat is expecting to find the TLD file in the jar file under subdirectory META-INF; further, it is expecting the file name to be "taglib.tld". -Original Message- From: David Geary [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: XSLT Transformations with Tomcat 3.2 Final and Xalan or XT?

2000-12-06 Thread Duane Morse
? Duane Morse, Eldorado Computing Inc., Phoenix AZ -Original Message- From: David Geary [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 06, 2000 2:55 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: XSLT Transformations with Tomcat 3.2 Final and Xalan or XT? Has anyone had success

RE: For what's it worth.

2000-12-07 Thread Duane Morse
I didn't find it particularly enlightening -- it pretty much deals with just the simple stuff. -Original Message- From: micky mimo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 06, 2000 7:43 PM To: [EMAIL PROTECTED] Subject: For what's it worth. The December issue of Java-pro

RE: Java VJM won't quit?

2000-12-07 Thread Duane Morse
Add to that the possibility that something in a native method has gone bonkers. -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000 12:10 PM To: '[EMAIL PROTECTED]' Subject: AW: Java VJM won't quit? Two suggestions for a cause:

RE: Error Messages

2000-12-08 Thread Duane Morse
Title: Error Messages I think you can get errors of this type if the user clicks the STOP button on the browser before the response is completely transmitted (or, equivalently, when the user closes the browser prematurely). Duane Morse, Eldorado Computing Inc., Phoenix AZ

RE: IllegalStateException: Short Read while trying to do forward()

2000-12-19 Thread Duane Morse
This is probably the same error I reported a couple of weeks ago, though in my case the error was occurring before the servlet container tried compiling a JSP. My servlet already processed the POST data, but the servlet container tried to re-read the data in preparation to hand the request to the

Does unsubscribe really work?

2000-12-21 Thread Duane Morse
I've tried 3 times over the last 3 days to remove my subscription to this mailing list by sending mail to mailto:[EMAIL PROTECTED], but I continue to get tomcat-related mail. I'm using the same e-mail address I used to start my subscription. What am I doing wrong? Duane Morse, Eldorado