Re: Tomcat 3.2 on Solaris 8 with Sun JDK 1.1.2

2000-12-04 Thread Pilho Kim
Hi, You should use either out.print(String) or out.println(String) instead of out.write(String). Kim. On Mon, 4 Dec 2000, Shahed Ali wrote: > > I have faced this problem earlier with Tomcat 3.1. > > It just does not seem to work with JDK 1.2.2. > > When I access a jsp, the .java file under

Tomcat 3.2 on Solaris 8 with Sun JDK 1.1.2

2000-12-04 Thread Shahed Ali
  I have faced this problem earlier with Tomcat 3.1.   It just does not seem to work with JDK 1.2.2.   When I access a jsp, the .java file under the work directory  get stuck at     out.write("\r\n\r\n\r\n");   It works fine if I set JAVA_HOME to jdk1.2.1   Is this bug fixed in later version