https://issues.apache.org/bugzilla/show_bug.cgi?id=56882
Konstantin Kolinko <knst.koli...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|trunk |8.0.11 OS| |All --- Comment #1 from Konstantin Kolinko <knst.koli...@gmail.com> --- Ack. Reproducible with 8.0.11 using the examples webapp. Steps: 1. Configure a user with manager-gui role in conf/tomcat-users.xml 2. Start Tomcat 3. Access "Include" and "Forward" JSP examples, in two different tabs in Firefox http://localhost:8080/examples/jsp/include/include.jsp http://localhost:8080/examples/jsp/forward/forward.jsp 4. Go to Tomcat Manager web application and click "Reload" button on the examples webapp. 5. Reload (F5 in Firefox) the above example pages. Expected: The same output as on step 3 though with diifferent time stamps. Actual: include.jsp gives: [[[ In place evaluation of another JSP which gives you the current time: 1408802860131 by including the output of another JSP: :-) ]]] The second sentence had to contain a timestamp value. It is missing. forward.jsp gives: [[[ HTTP Status 503 - Servlet jsp is currently unavailable ]]] There are no error messages in the logs. Access logs have 127.0.0.1 - - [23/Aug/2014:18:07:37 +0400] "GET /examples/jsp/forward/forward.jsp HTTP/1.1" 503 1073 127.0.0.1 - - [23/Aug/2014:18:07:40 +0400] "GET /examples/jsp/include/include.jsp HTTP/1.1" 200 299 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org