On Sat, Nov 2, 2013 at 11:05 PM, Timothy Washington <twash...@gmail.com> wrote:
> C) Now, I run my environment in a Virtual Machine. So when using the browser
> to try and go to each of the url end points, I got an HTTP 404, "Not Found"
> error for all of these URLs. Ie, Compojure and Pedestal were running, giving
> me HTTP responses. They just weren't giving me the advertised endpoints,
> only 404s. This corresponded errors I was experiencing when I tried to
> stitch in one of my simple compojure handlers in a separate jig. There's
> probably some small config I'm missing, before this becomes reeeally useful.
> Can't wait :)

I ran into this as well - it turns out that if you have a
:jig/hostname in a jig.web.app component, e.g.

     :jig/hostname     "localhost"

you can only hit that web component with that particular hostname -
another hostname or an IP results in "Not Found".  (A typical virtual
host setup, but a little unexpected in a development environment.)

Ivan

-- 
-- 
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/groups/opt_out.

Reply via email to