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:

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

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: ?xml version='1.0' encoding='utf-8'? Context docBase=C:\Corda\CenterView4\Server\corda\ reloadable=true / in the browser I am entering http://localhost:8080

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: ?xml version='1.0' encoding='utf-8'? Context docBase=C:\Corda\CenterView4\Server\corda\ reloadable=true / in the browser I am entering

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: ?xml version='1.0' encoding='utf-8'? Context docBase=C:\Corda\CenterView4\Server\corda\ reloadable=true / in the

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

Re: ROOT.xml problem

2012-06-01 Thread Konstantin Kolinko
2012/6/1 Kevin Marx simplyfema...@gmail.com: 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…. ?xml version=1.0 encoding=utf-8? Context

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

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

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 the

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

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? ?xml version=1.0 encoding=ISO-8859-1? Context docBase=C:\Corda\CenterView4\Server\corda path=

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 ?xml version=1.0 encoding=ISO-8859-1? Context docBase=C:\Corda\CenterView4\Server\corda path= reloadable=true / As you've been told before

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: ?xml version=1.0 encoding=ISO-8859-1? Context docBase=C:\Corda\CenterView4\Server\corda reloadable=true / Same message

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: ?xml version=1.0 encoding=ISO-8859-1? Context docBase=C:\Corda\CenterView4\Server\corda reloadable=true / Same message

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? /baffled If you're really desperate to see that it's called 'corda', call the