Displaying 1 result from an estimated 1 matches for "jspell".
Did you mean:
spell
2007 Jan 04
3
Slightly OT: Rails + Mongrel Proxy Server without Apache
...h keepalives, etc.
Yes, I know I can do this with Apache''s proxy module, and we already
do that for the non-development/test environments. This is just for
the development/test environment where we don''t run Apache, just
Mongrel.
Background: This is to support the usage of the Jspell AJAX-based
spellchecker tool. This requires AJAX requests to be made to the
JSpell server, which is a Java servlet. However, since it''s AJAX, the
responses from the JSpell server must be served from the same host as
the rest of the rails app (whether or not this is absolutely
necessary,...