JSPs not found... sometimes

2002-06-21 Thread Allen Hopkins
_create_worker, done [jk_worker.c (238)]: build_worker_map, removing old ajp13 worker [jk_worker.c (250)]: build_worker_map, done [jk_worker.c (111)]: wc_open, done 2 --- 8< -Allen Hopkins -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Session gone after 2 forwards

2001-05-29 Thread Allen Hopkins
+ httpSession.getCreationTime() + ""; message += "session getLastAccessedTime() = " + httpSession.getLastAccessedTime() + ""; message += "servlet3 says myAttribute = " + httpSession.getAttribute("myAttribute") + ""; res.setContentType("text/html"); PrintWriter out = res.getWriter(); out.println(""); out.println(message); out.println(""); } } BTW, tomcat 3.2.1, apache 1.3.19, Solaris 2.8, Sun Ultra 60. Thanks for your smarts. -Allen Hopkins

2 forwards, HttpSession gone

2001-05-24 Thread Allen Hopkins
hour ago. Does this make sense to anybody? Suggestions welcome. Thanks. -Allen Hopkins Gigascale Silicon Research Center UC Berkeley