On Fri, 2006-08-25 at 15:45 +0200, Jean-Eric Cuendet (ML) wrote:
> Hi,
> It would be nice if Mongrel would do multiapps in one Mongrel instance.
> For the moment, I have one Mongrel for each app of my server, each on a
> different port.
> For example:
>    http://server:8080/app1
>    http://server:8080/app2
> instead of:
>    http://server:8080/
>    http://server:8081/
> Is that planned?

Unfortunately Rails can't do this.  You can run multiple Camping apps in
Mongrel no problem, but not Rails.  Rails is the king of the world so it
owns everything.


-- 
Zed A. Shaw
http://www.zedshaw.com/
http://mongrel.rubyforge.org/
http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help.

_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to