Re: Witango-Talk: Modifying wintango.ini file

2005-02-28 Thread Roland Dumas
Well, I'll be. Thank you. On 2/28/05 5:03 PM, "Jon van der Raadt" <[EMAIL PROTECTED]> wrote: > Works with firefox but not Safari > On Feb 28, 2005, at 5:46 PM, Roland Dumas wrote: > >> Hmm. Config utility doesn't work, at least on Mac. You can try to >> change >> things, but they don't take.

FW: Witango-Talk: Reg Ex Help

2005-02-28 Thread Phil Wade
Title: FW: Witango-Talk: Reg Ex Help The T2K and W5.0 server used a regex engine from 1996. We upgraded the regex engine in 5.5 to the latest version so it may be that they “fixed” something in the library. This is the regex I like to use to validate an email.  It will work with pretty well an

Re: Witango-Talk: Modifying wintango.ini file

2005-02-28 Thread Jon van der Raadt
Works with firefox but not Safari On Feb 28, 2005, at 5:46 PM, Roland Dumas wrote: Hmm. Config utility doesn't work, at least on Mac. You can try to change things, but they don't take. Stopping and starting the server is a bit disruptive So I'll work with the @assign routine, just build a little

Re: Witango-Talk: Modifying wintango.ini file

2005-02-28 Thread Roland Dumas
Hmm. Config utility doesn't work, at least on Mac. You can try to change things, but they don't take. Stopping and starting the server is a bit disruptive So I'll work with the @assign routine, just build a little admin taf. On 2/28/05 3:27 PM, "Ben Johansen" <[EMAIL PROTECTED]> wrote: > Hi, >

Re: Witango-Talk: Modifying wintango.ini file

2005-02-28 Thread Customer Support
All you need to do is set the configpasswd in user scope, assign the value you require in system scope variables and then call @RELOADCONFIG. This will then write the new value out to the ini file. This is the technique the admin application uses. Witango Support On 01/03/2005, at 10:27 AM

RE: Witango-Talk: Modifying wintango.ini file

2005-02-28 Thread Ben Johansen
Hi, It has been my experience that the server caches the ini information. So there are 3 options. 1. Stop the Server, make changes, start server. 2. Use the Config utility with provides. 3. Change values via @ASSIGN with your permission set. Ben -Original Message- From: Bill Conlon [ma

Re: Witango-Talk: Modifying wintango.ini file

2005-02-28 Thread Bill Conlon
No, but I only change configuration variables by editing witango.ini, not in any appfiles. On Monday, February 28, 2005, at 01:41 PM, Roland Dumas wrote: Yes. Can edit, save, open and see my edits. Then run reloadconfig and watch it get overwritten by previous values. Doesn't everyone experi

Re: Witango-Talk: Modifying wintango.ini file

2005-02-28 Thread Roland Dumas
Yes. Can edit, save, open and see my edits. Then run reloadconfig and watch it get overwritten by previous values. Doesn't everyone experience this? On 2/28/05 12:55 PM, "Bill Conlon" <[EMAIL PROTECTED]> wrote: > Roland, are you sure your changes are saved? In other words do you > have write p

Re: Witango-Talk: Modifying wintango.ini file

2005-02-28 Thread Roland Dumas
Ah, I can make the changes in the .ini file, but when I reloadconfig, the current values overwrite my edits, so editing witango.ini seems to have no impact unless witango server is stopped. On 2/28/05 1:13 PM, "Storey, Paul" <[EMAIL PROTECTED]> wrote: > I'm assuming that you are on a windows box

RE: Witango-Talk: Modifying wintango.ini file

2005-02-28 Thread Storey, Paul
I'm assuming that you are on a windows box. If so, just make the changes using notepad. After saving the changes, close the file and then open the folder containing the file. Right-click on the file and select properties. Click on the read-only attribute and then click OK. -Original Message

Re: Witango-Talk: Modifying wintango.ini file

2005-02-28 Thread Bill Conlon
$chmod -w witango.ini On Monday, February 28, 2005, at 01:08 PM, Roland Dumas wrote: How? On 2/28/05 1:06 PM, "Storey, Paul" <[EMAIL PROTECTED]> wrote: Just a thought, but what would happen if you make your changes to the witango.ini file and the change the attributes to read only before running

Re: Witango-Talk: Modifying wintango.ini file

2005-02-28 Thread Roland Dumas
How? On 2/28/05 1:06 PM, "Storey, Paul" <[EMAIL PROTECTED]> wrote: > Just a thought, but what would happen if you make your changes to the > witango.ini file and the change the attributes to read only before running > <@RELOADCONFIG>? > > -Original Message- > From: Alan Wolfe [mailto:[E

RE: Witango-Talk: Modifying wintango.ini file

2005-02-28 Thread Storey, Paul
Just a thought, but what would happen if you make your changes to the witango.ini file and the change the attributes to read only before running <@RELOADCONFIG>? -Original Message- From: Alan Wolfe [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 3:10 PM To: witango-talk@witango.

Re: Witango-Talk: Modifying wintango.ini file

2005-02-28 Thread Alan Wolfe
"Tango Server writes out all changed configuration variable values to the Tango Server configuration file before reloading." thats wierd I didn't notice that, I could have sworn it just reloaded from the ini but I guess not. I'm not sure if it helps in your situation but did you know you can chan

Re: Witango-Talk: Modifying wintango.ini file

2005-02-28 Thread Bill Conlon
Roland, are you sure your changes are saved? In other words do you have write permission to witango.ini when you open it with vi or whatever? On Monday, February 28, 2005, at 12:42 PM, Roland Dumas wrote: BUT, reloadconfig initially writes current values to the witango.ini file and therefo

Re: Witango-Talk: Modifying wintango.ini file

2005-02-28 Thread Roland Dumas
Yup, and also what is in the documentation. On 2/28/05 12:59 PM, "Alan Wolfe" <[EMAIL PROTECTED]> wrote: > That's opposite to my experiences, are you sure that's whats happening? > > - Original Message - > From: "Roland Dumas" <[EMAIL PROTECTED]> > To: > Sent: Monday, February 28, 2005

Re: Witango-Talk: Modifying wintango.ini file

2005-02-28 Thread Alan Wolfe
That's opposite to my experiences, are you sure that's whats happening? - Original Message - From: "Roland Dumas" <[EMAIL PROTECTED]> To: Sent: Monday, February 28, 2005 12:42 PM Subject: Re: Witango-Talk: Modifying wintango.ini file > BUT, reloadconfig initially writes current values

Re: Witango-Talk: Modifying wintango.ini file

2005-02-28 Thread Roland Dumas
BUT, reloadconfig initially writes current values to the witango.ini file and therefore defeats the edits On 2/28/05 12:47 PM, "Alan Wolfe" <[EMAIL PROTECTED]> wrote: > yep! there is <@reloadconfig> to reload the config files > > dont forget to set your password in the user scope before calling

Re: Witango-Talk: Modifying wintango.ini file

2005-02-28 Thread Alan Wolfe
yep! there is <@reloadconfig> to reload the config files dont forget to set your password in the user scope before calling reloadconfig though - Original Message - From: "Roland Dumas" <[EMAIL PROTECTED]> To: Sent: Monday, February 28, 2005 12:24 PM Subject: Witango-Talk: Modifying win

Witango-Talk: Reg Ex Help

2005-02-28 Thread Dan Stein
This worked with server 5.0x     <@ASSIGN NAME="request$checkEmail" VALUE='<@REGEX EXPR="^[_a-zA-Z0-9-]+(\.[_a-zA-Z0-9-]+)[EMAIL PROTECTED](\.[a-zA-Z0-9-]+)+$"  STR="<@ARG email>" TYPE="E">'>     <@IF EXPR="<@NUMROWS ARRAY=@@request$checkemail>>0"> <@ASSIGN NAME="request$validEmail

Witango-Talk: Modifying wintango.ini file

2005-02-28 Thread Roland Dumas
The expected way to modify configuration variables is to edit the witango.ini file and then reloadconfig What happens, though is that the server writes the current value to the witango.ini file and then reads that file, essentially overwriting your edits. Is there a secret to making changes witho

Re: Witango-Talk: thought experiment -- user reference cookie expiration

2005-02-28 Thread Bill Conlon
Anthony, You were right. I got a very subtle bug by using the WitangoUserReference, instead of my own custom key. On Thursday, February 24, 2005, at 01:55 PM, Bill Conlon wrote: Thanks. On Thursday, February 24, 2005, at 01:03 PM, Anthony M. Humphreys wrote: That is an excellent idea. But

Re: Witango-Talk: Still baffled by application scope

2005-02-28 Thread Bill Conlon
thx. I guess that's the way I'll have to do it. I had thought that application scope was working, when I only had one app defined, but clearly it was using the Default application definition. So does anyone have application scope working? On Monday, February 28, 2005, at 05:21 AM, Robert Shu

RE: Witango-Talk: Still baffled by application scope

2005-02-28 Thread Robert Shubert
Bill, since I don't support/use application scope myself, I can't be of much help with your problem directly, however I solve your problem by essentially putting logic in my error file that looks at @DOMAIN to determine what to do. You could just as easily look at @APPFILEPATH to change the effect