jsp, 这是什么原因呀
type   Status   report   
 message   /jsptest/TestTomcat.jsp   
 description   The   requested   resource   (/jsptest/TestTomcat.jsp)   is   not   available.     
 运行时IE   中出现这几句话,请问是什么原因呀,谢谢!!!!!!!!!     
 TestTomcat.jsp     
  <%@   page   contentType= "text/html;charset=gb2312 "      import=    "java.util.* "   %>  
  <html>  
 	 <head>  
 		 <title> 在Tomcat中部署JSP </title> 	 
 	 </head>  
 	 <h1>  
 	 <body>  
 	            当前系统时间是: <br>  
 		 <% 
                                                                                                                      Date   d   =   new   Date(); 
                                                                                                                      out.println(d); 
                                                                                                             %>  
 	 </body>  
 	 </h1>  
  </html>      
------解决方案--------------------请问你的环境变量配置了么