On Friday, February 11, 2011 3:42:30 AM UTC, jk wrote:
>
> I don't know GAE but it's a web app right? Do you need to make a war 
> file with a web.xml descriptor for it to find your servlet? 
>
GAE is Google's Application Engine, a Python/Java webapp container that can 
be easily used to host Clojure server-side applications. See 
http://code.google.com/appengine/ for details.


> On Feb 10, 9:19 pm, Edgar Gonçalves <edgar.g...@gmail.com> wrote: 
> > Hi! 
> > 
> > I just realized there's this 3000 files limit we can upload on a WebApp 
> to 
> > Google's Application Engine (GAE). I also realized more than 2700 of mine 
>
> > were .class files generated by clojure. (Which is obvious, once you think 
> of 
> > how it works). 
> > 
> > Question: how can I delete those classes and make GAE happy with my 
> > servlet? 
> > - I tried simply placing a standalone jar with everything, but it 
> complains 
> > the servlet can't be found. I've yet to find a valid documentation to 
> > explain this, but I'm exploring the next idea. 
> > - I tried erasing all .classes except the .class generated by the 
> > (:gen-class...) clause in the servlet file. No use, I'm guessing clojure 
> > code can only be used from .classes, too? Or am I missing something? 
> > 
> > Thanks in advance, all pointers are welcome!

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

Reply via email to