Here's what's happening, I'm using Windows 98, Tomcat 4.1, Java 1.4(Eclipse), struts and everything was running perfectly, sunddenly after I made a change to a .jsp file it stopped working, only the .jsp file I modified. now when I type "http://localhost:8080/MyProject/test.do" to run, it quickly says down at the status bar "concluded" and the page stays blank! if I try a different .do from the same project, using the same struts-config.xml file, same server.xml , same everything, it works! I deleted the MyProject folder from tomcat folder, so it would create it again, it does but never compiles the "damaged" .jsp, all I get is the blank page. I've been checking .xml files over and over again for hours, restarted everything many times, I also tried replacing the .jsp file with a different working one and nothing works! I know there's not a path problem, if I type it wrong I get a message error for path. I don't know what else to do! Anyone ever been through this? also tried reinstalling tomcat. My conclusion, for some reason tomcat don't wanna compile this specific .jsp anymore, god knows for what reason! any info much appreciated!