Re: [naviserver-devel] Configuration / Production system

2005-04-30 Thread Stephen Deasey
On 4/28/05, Bernd Eidenschink <[EMAIL PROTECTED]> wrote: > > What I got when starting nsd with the same config file (and command args) that > works with plain AS: > > ...[28079.1076405344][-main-] Notice: prebind: tcp: 85.x.y.z:8000 = 3 > ...[28079.1076405344][-main-] Fatal: nsmain: no such server

Re: [naviserver-devel] Configuration / Production system

2005-04-28 Thread Bernd Eidenschink
Hi all, thanks for your tips with ns_url[en|de]code; conn_id etc! What I got when starting nsd with the same config file (and command args) that works with plain AS: ...[28079.1076405344][-main-] Notice: prebind: tcp: 85.x.y.z:8000 = 3 ...[28079.1076405344][-main-] Fatal: nsmain: no such server

Re: [naviserver-devel] Configuration / Production system

2005-04-26 Thread Zoran Vasiljevic
Am 27.04.2005 um 01:05 schrieb Stephen Deasey: On 4/25/05, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote: We have switched our app to Naviserver and there was one spot I had to fix: ns_urlencode This call is now properly escaping blanks depending on the part of the URL string: path-part or query

Re: [naviserver-devel] Configuration / Production system

2005-04-26 Thread Stephen Deasey
On 4/25/05, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote: > > We have switched our app to Naviserver and there was one spot > I had to fix: ns_urlencode > > This call is now properly escaping blanks depending on the > part of the URL string: path-part or query-part. If you use > this command you mi

Re: [naviserver-devel] Configuration / Production system

2005-04-25 Thread Stephen Deasey
On 4/25/05, Bernd Eidenschink <[EMAIL PROTECTED]> wrote: > > Hi all, > > just one quick (configuration) question: When I use the lastest naviserver as > a replacement for AS, is there anything to consider because of the new > features? Some kind of (even small) side effect one has to be aware of?

Re: [naviserver-devel] Configuration / Production system

2005-04-25 Thread Zoran Vasiljevic
Am 25.04.2005 um 19:57 schrieb Bernd Eidenschink: Hi all, just one quick (configuration) question: When I use the lastest naviserver as a replacement for AS, is there anything to consider because of the new features? Some kind of (even small) side effect one has to be aware of? (besides the

Re: [naviserver-devel] Configuration / Production system

2005-04-25 Thread Vlad Seryakov
When i replcaed my AS servers, the only Tcl code i had to change is ns_schedule_proc calls, and filters. NS does not have conn_id parameter anymore. Bernd Eidenschink wrote: Hi all, just one quick (configuration) question: When I use the lastest naviserver as a replacement for AS, is there a