Re: steps to get jspwiki-2.10.1-rc1 running with container managed aut

2014-05-27 Thread Juan Pablo Santos Rodríguez
Hi, maybe it's an overkill for home usage, but you can make use of maven's overlays to generate a new war with your desired web.xml configuration and other customizations, without having to open and modify JSPWiki war. That way you could also put your configuration under version control / ci, and

Re: steps to get jspwiki-2.10.1-rc1 running with container managed aut

2014-05-26 Thread Jürgen Weber
I like the war and the separate jspwiki-custom.properties out of the war in Tomcat's lib, problem is that I alway use container auth and therefore have to explode the war to edit the web.xml 2014-05-26 18:35 GMT+02:00 Harry Metske : > The way JSPWiki currently works is optimized for a setup whe

Re: steps to get jspwiki-2.10.1-rc1 running with container managed aut

2014-05-26 Thread Glen Mazza
(umlaut in name = get to practice my high school German :) Ich habe unsere Doku aktuelisiert: https://jspwiki-wiki.apache.org/Wiki.jsp?page=Documentation quote: The default jspwiki.properties can be easilyviewed online

Re: steps to get jspwiki-2.10.1-rc1 running with container managed aut

2014-05-26 Thread Jürgen Weber
Glen, I had put jspwiki-custom.properties into /projekte/apache-tomcat-8.0.8/lib It's just that there is no properties whatever in the war, and I would have like a properties template in the war to work on. Juergen 2014-05-26 18:35 GMT+02:00 Harry Metske : > The way JSPWiki currently works is

Re: steps to get jspwiki-2.10.1-rc1 running with container managed aut

2014-05-26 Thread Harry Metske
The way JSPWiki currently works is optimized for a setup where you have : * one jspwiki instance in tomcat * write access to tomcat's lib directory If you miss one of these, you have to do something withing the exploded war to get the properties file on the classpath. In that case I would recommen

Re: steps to get jspwiki-2.10.1-rc1 running with container managed aut

2014-05-26 Thread Glen Mazza
Hello Jürgen, while it will work, I recommend against placing the jspwiki-custom.properties file within the WAR. Just place it in the Tomcat "lib" folder, and JSPWiki will automatically pick it up and use its values to override whatever is in jspwiki.properties. (If you're inclined to place t

steps to get jspwiki-2.10.1-rc1 running with container managed aut

2014-05-26 Thread Jürgen Weber
My steps to get jspwiki-2.10.1-rc1 running with container managed auth: explode the war to /projekte/jspwiki-2.10.1-rc1/JSPWiki add /projekte/apache-tomcat-8.0.8/conf/Catalina/localhost/JSPWiki.xml change /projekte/apache-tomcat-8.0.8/conf/server.xml in web.xml enabled CONTAINER-M