On 01/06/2012 22:53, Kevin Marx wrote:
> OK… here's what I've done.
> 
> ROOT.xml located in /conf/Catalina/localhost
> 
> contents of Root.xml

Case matters. Which is it?

> <?xml version="1.0" encoding="ISO-8859-1"?>
> <Context
>        docBase="C:\Corda\CenterView4\Server\corda"
>        path=""
>        reloadable="true"
> />

Remove the path attribute, it is invalid here as the message in the logs
tells you.

> http://localhost:8080 entered on a browser
> 
> "Lost session info before entering the auth filter" shown as result

That would be an application error you need to debug, not a Tomcat error.

> I have also tried including path="\corda" and received the same results.

Yep, that won't help and may make things worse.

Mark

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

Reply via email to