OK, response to last two (Thomas and Charles)

ROOT.xml (understood the case matters comment, it is capitals ROOT.xml)

removed the path=""

contents now are:

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

Same message showing in the browser (Lost session info……………..)

When the /corda folder is located within the /webapps folder, I can use the URL 
localhost/corda and everything works fine so I am assuming the app is ok.  I 
just checked with the vendor for the webapp and they indicated that it should 
be able to exist outside the /webapps folder.

Thoughts?

Kevin

On Jun 1, 2012, at 2:56 PM, Mark Thomas wrote:

> 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
> 


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

Reply via email to