I am integrating Togglz library into a Clojure Ring project to support 
feature toggles and would like to activate the Togglz admin console. 
According to the Togglz documentation it is necessary to add a servlet in 
the /WEB-INF/web.xml file for projects that don't support Servlet 3.0. I 
used the :uberjar-merge-with leiningen plugin to merge the file with the 
Togglz servlet configuration with the web.xml file autogenerated by 
leiningen. However, this was not sufficient to activate the admin console. 
I could not find much information on how to integrate a servlet from an 
external library into a Ring application. What would be the best way to do 
it?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to