SSL configuration / APR / Tomcat 7.0.17

2011-08-30 Thread Andrew Eells
( http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#SSL%20Support) but still receive the same error. Any pointers gratefully received. Best regards, -- *Andrew Eells* 32-38 Dukes Place, London, EC3A 7LP tel: +44 (0) 845 475 1415 mobile:+44 (0) 772 555 1809 web

Re: root context path - war file not unwar'd

2009-03-25 Thread Andrew Eells
ext.html. deploying your war file without having to rename it ROOT.war or use Apache RewriteRules to rewrite "/myapp" to "/" is still preferable in my opinion though, and the real point of the article. just don't set the "path"! thanks pid-2 Pid-2 wrote: >

Re: root context path - war file not unwar'd

2009-03-24 Thread Andrew Eells
If it helps it's also possible to deploy your war file with any name at all and have it deployed as the default context "/" - without the need to name it ROOT.war. The trick is to have it located outside the Tomcat directory and have the ROOT.xml context docBase point to it whilst setting path="