Hi gurus ,I am using tomcat 3.1 and working in jsp . I am getting this nagging error
"Response already committed". Could any one of you gurus out there give me
some material on this.thanks in anticipation
brgds
partha
Yeah, I searched this month's archive and found a clue. I got the
same problem. Try following (modified in accordance with your system, of
course) in your autoexec.bat (assuming u r running win):
@ECHO OFF
%winbootdir%\twh >%winbootdir%\twh.cfg
rem c:\cdrom\mscdex.exe /d:cdrom-1 /l:e
PATH C:\WINDOWS;C:\WINDOWS\COMMAND;C:\tc;C:\tc\bin;C:\jdk1.3\bin;C:\Progra~1\JavaSoft\JRE\1.3\bin;
rem C:\Progra~1 stands for C:\Program Files directory
set CLASSPATH=.;C:\jdk1.3\lib\tools.jar;
set TOMCAT_HOME=C:\Tomcat
set JAVA_HOME=jdk1.3
That's it!
