No, we always create a session (or want to).
The only <%@ in the welcome page are

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="http://tiles.apache.org/tags-tiles"; prefix="tiles" %>
<%@ taglib uri="http://java.sun.com/jstl/core_rt"; prefix="c" %>

As I mentioned at the end of the initial email, this all works (i.e., as session is created) when I run the same welcome page with the same SessionListener and the indicated change to the context- param ; and run it as webapps/strongbrain/ instead of webapps/ROOT. That's what's so mysterious.

Obviously, something else is being changed too. But sessions have never been optional in this app.

--Ken

On Dec 1, 2009, at 1:42 PM, Caldarale, Charles R wrote:

session=


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to