getOutputStream() or getWriter() within a JSP

2001-12-13 Thread JULIEN,TIMOTHY (HP-NewJersey,ex2)
According to the Servlet spec, I know that calling response.getOutputStream() after response.getWriter() has been called is an IllegalStateException, and vice versa. I have a question about a related area in JSP 1.2, section 2.7: "Initially, out is a new JspWriter object. This object may be diff

RE: sun.tools.javac.Main will be removed from JDK1.4

2001-07-20 Thread JULIEN,TIMOTHY (HP-NewJersey,ex2)
Over in HP middleware, we're not to happy with this development either our JSP implementation will suffer for the same reasons Jasper will We can work with an external compiler, but for speed, we much prefer sun.tool.javac.Main. Tim Julien HP Middleware > -Original Message- > Fr

pluggable JSP implementations

2001-06-11 Thread JULIEN,TIMOTHY (HP-NewJersey,ex2)
Does jasper have an architecture goal to run in other Servlet Containers? I ask because I am working on a Servlet/JSP Container, and the JSP portion (a Servlet) has been kept separate for this exact reason. We would like our JSP implementation to be able to run in any Servlet Container, and we wo

servlet.jar and jsp.jar

2001-05-22 Thread JULIEN,TIMOTHY (HP-NewJersey,ex2)
I see that Tomcat 4.0 is not yet using the new servlet.jar and jsp.jar that were released on April 24 by SUN. I think they are broken - servlet.jar is missing javax.servlet.LocalStrings.properties, javax.servlet.LocalStrings_es.properties, and javax.servlet.http.LocalStrings.properties files. Th

RE: FORM implementation

2001-05-14 Thread JULIEN,TIMOTHY (HP-NewJersey,ex2)
ignore this mail - dont know why it just now went through - i sent it days ago. Tim Julien HP Middleware -Original Message- From: JULIEN,TIMOTHY (HP-NewJersey,ex2) [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 4:52 PM To: '[EMAIL PROTECTED]' Subject: FORM implementat

FORM implementation

2001-05-14 Thread JULIEN,TIMOTHY (HP-NewJersey,ex2)
does Tomcat save header, cookie, and parameter (could be POST data) data when doing FORM login? Tim Julien HP Middleware

RE: Class Reloading

2001-05-11 Thread JULIEN,TIMOTHY (HP-NewJersey,ex2)
After a successful FORM login, how does Tomcat restore the original request? If it uses the forward mechanism, how does it force the browser to use the URL of the original request, and not */j_security_check? Tim Julien HP Middleware