|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Fall through for appmods?I am trying to create a boostrap loader for webapps which is seemingly
integrated as the root folder so my config file looks like: ebin_dir = /home/dev/ebin <server localhost> port = 8080 listen = 0.0.0.0 docroot = /home/dev/hp appmods = </, conductor> </server> I want the conductor module to load the webapp specified modules and so on but it would be quite inefficient I think to go through the module everytime I want to reach an image file or whatever we have. Actually at this point, I would be glad to reach anything but the conductor module... Anyone know how to create a fallthrough either inside the conductor module or by the means of Yaws configuration? Best regards Nicklas W Bjurman ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Erlyaws-list mailing list Erlyaws-list@... https://lists.sourceforge.net/lists/listinfo/erlyaws-list |
|
|
Re: Fall through for appmods?On Tue, Oct 27, 2009 at 11:13 PM, Nicklas Widlund Bjurman <lordmetroid@...> wrote:
I am trying to create a boostrap loader for webapps which is seemingly Have conductor return {page, ImagePathname} for the image file -- see section 7.2 of http://yaws.hyber.org/yaws.pdf and also this issue from the yaws github issue list:
--steve ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Erlyaws-list mailing list Erlyaws-list@... https://lists.sourceforge.net/lists/listinfo/erlyaws-list |
| Free embeddable forum powered by Nabble | Forum Help |