summaryrefslogtreecommitdiff
path: root/src/com/p4square/grow/GrowProcessComponent.java
AgeCommit message (Collapse)Author
2014-03-31Locking down restlet library version.20140331aJesse Morgan
While trying to fix this issue, I also moved FMFacade into this package and fixed a couple bugs that snuck into the last commit.
2014-03-15Adding authenticated outside access to backend.Jesse Morgan
2013-09-22Fixing tomcat config overrides.20130922bJesse Morgan
Finally fixing config overrides. Found a bug? in restlet where the Servlet context parameters aren't passed to the final application. I'm working around the issue by creating my own component which builds the config and shares it with the frontend and backend. Overall I think it's a much more elegant solution. Now we have the ability to specify an external config file for the F1 credentials and the ability configure different domains in different tomcat containers.