On 5/29/07, buffalob <[EMAIL PROTECTED]> wrote: > > > (and my understanding is that TG running in dev config does not allow > access > via a real URL - only standalone "localhost", correct?)
AFAIK, this is not the case, but I could be wrong...though I have been able to access my TG apps in dev mode from other machines using real URLs with no problem. Ok, thanks, I can look into such approaches from a unix perspective. > But also perhaps as a future suggestion for TG it might be nice for > non expert users for TG to provide some start and stop scripts to do > this, similar to what Apache Tomcat provides. When I was developing > in Tomcat last year I was able to have the web app keep running my > terminal session without needing to delve into lower level unix to do > this. Probably most TG users never need this, but just mentioning it > as a suggestion of something to consider. > > There are a number of ways to do this, and I guess the TG philosophy has been to leave this up to the individual app developer, since environments can vary so widely. A sensible default would be nice though, as well as more stuff in the docs about this issue. I'm currently using a hacked together init script, that I adapted from this trac ticket: http://trac.turbogears.org/ticket/172 other solutions include using supervised, the screen/detach trick described above, etc. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

