Re: ROOT.xml problem

2012-06-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan, On 6/3/12 9:20 AM, Stefan Mayr wrote: > Steps: 1. remove everything you did to make it work as ROOT; back > to the working /corda version +1 > 2. Create a redirect in your ROOT context > > Options to make no. 2 work: create webapps/ROOT/ind

Re: ROOT.xml problem

2012-06-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin, On 6/3/12 3:17 AM, Kevin Marx wrote: > in the browser I am entering http://localhost:8080 > > the URL is comes up with is thus: > > http://localhost:8080/dashboards/welcome/main.dashxml > > However it should be: > > http://localhost:8080/co

Re: ROOT.xml problem

2012-06-03 Thread Pid
On 03/06/2012 14:20, Stefan Mayr wrote: > > So you have a third-party app which needs to be called in the /corda > context. There seems no way to make it accessible as ROOT applications. > > I think you just need a redirect pointing to your applications location. > > Steps: > 1. remove everythin

Re: ROOT.xml problem

2012-06-03 Thread Stefan Mayr
Am 03.06.2012 09:17, schrieb Kevin Marx: OK, so now, how is this working? How to fix it? ROOT.xml is located in conf/Catalina/localhost File contents are thus: in the browser I am entering http://localhost:8080 the URL is comes up with is thus: http://localhost:8080/dashboards/welcome/ma

Re: ROOT.xml problem

2012-06-03 Thread André Warnier
Kevin Marx wrote: OK, so now, how is this working? How to fix it? ROOT.xml is located in conf/Catalina/localhost File contents are thus: in the browser I am entering http://localhost:8080 the URL is comes up with is thus: http://localhost:8080/dashboards/welcome/main.dashxml What do yo

Re: ROOT.xml problem

2012-06-03 Thread Kevin Marx
OK, so now, how is this working? How to fix it? ROOT.xml is located in conf/Catalina/localhost File contents are thus: in the browser I am entering http://localhost:8080 the URL is comes up with is thus: http://localhost:8080/dashboards/welcome/main.dashxml However it should be: http://l

Re: ROOT.xml problem

2012-06-01 Thread Pid
On 01/06/2012 22:22, Kevin Marx wrote: > I know there is a way to do this without renaming things to ROOT, that's what > I'm looking for. Why make your life so difficult, what's wrong with just calling it ROOT.war? If you're really desperate to see that it's called 'corda', call the app: ROOT

Re: ROOT.xml problem

2012-06-01 Thread Kevin Marx
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: Same message showing in the browser (Lost session info…..) When the /corda folder is located within the /webapps folder, I can use

Re: ROOT.xml problem

2012-06-01 Thread Kevin Marx
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: Same message showing in the browser (Lost session info…..) When the /corda folder is located within the /webapps folder, I can use

RE: ROOT.xml problem

2012-06-01 Thread Caldarale, Charles R
> From: Kevin Marx [mailto:simplyfema...@gmail.com] > Subject: Re: ROOT.xml problem > ROOT.xml located in /conf/Catalina/localhost > > docBase="C:\Corda\CenterView4\Server\corda" >path="" >reloadable="true" > /&g

Re: ROOT.xml problem

2012-06-01 Thread Mark Thomas
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? > > docBase="C:\Corda\CenterView4\Server\corda" >path="" >reloadable="true" > /> Remove the path att

Re: ROOT.xml problem

2012-06-01 Thread Kevin Marx
OK… here's what I've done. ROOT.xml located in /conf/Catalina/localhost contents of Root.xml 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 J

Re: ROOT.xml problem

2012-06-01 Thread Mark Thomas
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

Re: ROOT.xml problem

2012-06-01 Thread Kevin Marx
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 everyth

Re: ROOT.xml problem

2012-06-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin, On 6/1/12 2:40 PM, Kevin Marx wrote: > I am using Tomcat 7 and wish to have my app open as the default > page. > > I have googled and basically found the following recommendation, > but its not working. Wondering what I am missing? > > ROOT.

Re: ROOT.xml problem

2012-06-01 Thread Konstantin Kolinko
2012/6/1 Kevin Marx : > I am using Tomcat 7 and wish to have my app open as the default page. > > I have googled and basically found the following recommendation, but its not > working.  Wondering what I am missing? > > ROOT.xml code…. > > > >        docBase="corda.war" >        path="/corda" >