Re: help with webserver

2011-12-14 Thread Chris Granger
If you used Noir (www.webnoir.org), anything you put into the
resources/public/ directory would be accessible from a url. So for
example, if I had resources/public/hey.mp4  and accessed http://my-site/hey.mp4
I would get it.

Cheers,
Chris.

On Dec 14, 12:46 pm, labwor...@gmail.com wrote:
 I'm using a combination of clojure, enlive and jetty. I want to be able to
 serve arbitrary files. Can somebody show me an example?

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


Re: help with webserver

2011-12-14 Thread Mark Rathwell
Generally, in production, jetty or tomcat would be fronted by a web
server like nginx or apache httpd, and those would be setup to serve
your static files.  In development, or if you just don't want to set
that up, with Compojure you can use compojure.route/files to serve
static files [1].

Or, as Chris said, Noir might make your life easier.

[1] http://weavejester.github.com/compojure/compojure.route-api.html

On Wed, Dec 14, 2011 at 3:46 PM,  labwor...@gmail.com wrote:
 I'm using a combination of clojure, enlive and jetty. I want to be able to
 serve arbitrary files. Can somebody show me an example?

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


Re: Re: help with webserver

2011-12-14 Thread labwork07
Thanks everybody. Adding a resources route did work. The link below was  
helpful:

http://stackoverflow.com/questions/7816465/serving-static-files-with-ring-compojure-from-a-war

On , Mark Rathwell mark.rathw...@gmail.com wrote:

Generally, in production, jetty or tomcat would be fronted by a web



server like nginx or apache httpd, and those would be setup to serve



your static files. In development, or if you just don't want to set



that up, with Compojure you can use compojure.route/files to serve



static files [1].





Or, as Chris said, Noir might make your life easier.





[1] http://weavejester.github.com/compojure/compojure.route-api.html





On Wed, Dec 14, 2011 at 3:46 PM, labwor...@gmail.com wrote:


 I'm using a combination of clojure, enlive and jetty. I want to be able  
to



 serve arbitrary files. Can somebody show me an example?







 --



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

Re: Re: help with webserver

2011-12-14 Thread labwork07
Thanks everybody. Adding a resources route did work. The link below was  
helpful:

http://stackoverflow.com/questions/7816465/serving-static-files-with-ring-compojure-from-a-war

On , Mark Rathwell mark.rathw...@gmail.com wrote:

Generally, in production, jetty or tomcat would be fronted by a web



server like nginx or apache httpd, and those would be setup to serve



your static files. In development, or if you just don't want to set



that up, with Compojure you can use compojure.route/files to serve



static files [1].





Or, as Chris said, Noir might make your life easier.





[1] http://weavejester.github.com/compojure/compojure.route-api.html





On Wed, Dec 14, 2011 at 3:46 PM, labwor...@gmail.com wrote:


 I'm using a combination of clojure, enlive and jetty. I want to be able  
to



 serve arbitrary files. Can somebody show me an example?







 --



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