OK… here's what I've done.
ROOT.xml located in /conf/Catalina/localhost
contents of Root.xml
<?xml version="1.0" encoding="ISO-8859-1"?>
<Context
docBase="C:\Corda\CenterView4\Server\corda"
path=""
reloadable="true"
/>
http://localhost:8080 entered on a browser
"Lost session info before entering the auth filter" shown as result
I have also tried including path="\corda" and received the same results.
Kevin
On Jun 1, 2012, at 2:27 PM, Mark Thomas wrote:
> On 01/06/2012 22:22, Kevin Marx wrote:
>> The ROOT.xml file is in the Catalina/localhost folder
>>
>> Renaming the folder didn't work BTW.
>>
>> I have the /corda folder located in the /webapps folder
>>
>> I'd like the /corda to be the default app
>>
>> when I don't have the ROOT.xml file, I can go to the browser and
>> enter http://localhost/corda and everything works fine
>>
>> I'd like it to work so that when I enter http://localhost I get the
>> corda as the default. (without having to use the /corda in the
>> URL)
>>
>> I know there is a way to do this without renaming things to ROOT,
>> that's what I'm looking for. How do I set up the ROOT.xml file so
>> that it makes the /corda the default rather than /ROOT as the
>> default?
>
> Move the /corda directory outside of webapps and then set the docBase
> in ROOT.xml
>
> Mark
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]