Re: Witango-Talk: Cookies

2004-10-13 Thread Bill Conlon
Re: the spiders: Yes, many bots spider without cookies, yet another reason to only use session cookies and not embed the Userreference. For the bot, as long as the href is valid, they can follow the link. Of course if the appfile requires some authentication, the spider might just get redir

Re: Witango-Talk: Cookies

2004-10-13 Thread Bill Conlon
I only use session cookies on our sites. The swish-e spider we use for site indexing has a cookie option, and I presume most commercial spiders do as well. This is very important to turn on, as otherwise every request from the spider would spawn a new userreference and corresponding user

Re: Witango-Talk: Cookies

2004-10-13 Thread Bill Conlon
On Wednesday, October 13, 2004, at 10:26 AM, Roland Dumas wrote: Case 1: spidered session has expired. Someone hits the link with the expired userref and has cookies off. I believe they just revived that session - started another with the same id. They have only revived this in the sense that th

Re: Witango-Talk: Firefox and Witango

2004-10-10 Thread Bill Conlon
I've installed and use it on a laptop running 10.3, along with Safari and IE. But I don't use Witango studio on that system. But I use Mozilla 1.8 on X.2.8 on my witango dev system without any problems. On Sunday, October 10, 2004, at 01:53 PM, Stephen Su wrote: Anyone using Firefox on a Ma

Witango-Talk: witango.ini questions

2004-10-06 Thread Bill Conlon
I have a configuration variable in my witango.ini that is not described in the current documentation: DEBUGLOGGING=false Is this vestigial? Can it/should it be removed? thx. TO UNSUBSCRIBE: Go to http://www.witango.com/deve

Witango-Talk: debug output

2004-10-05 Thread Bill Conlon
when debug is on, witangod appends the debug output to the results, after the closing , beginning with For a variety of reasons, on my pages, the debug output is rendered at the top of the page (obscuring/obscured by the normal output) instead of at the bottom page. Does anyone know if I can

Re: Witango-Talk: startupurl problem

2004-10-04 Thread Bill Conlon
method, perhaps via a DOMAININITURL configuration variable that would execute after STARTUPURL. The method outline above is for linux/UNIX, so Windows users need a different approach. On Thursday, September 23, 2004, at 11:07 AM, Bill Conlon wrote: Hi John, You were right that witangod do

Re: Witango-Talk: OT: I would like your opinion on an alternate design for our website...

2004-10-04 Thread Bill Conlon
I much prefer the newer look. 1. I really dislike news tickers on the home page -- it just slows me down if I'm using your home page as a re-entry point. And if I'm coming for the first time, it's presumptive to think I care. 2. One thing I like on a home page is contact info -- main phone

Re: Witango-Talk: Forum taf

2004-10-01 Thread Bill Conlon
Roland, It's really hard to beat phpbb2 (see sourceforge). HUGE installed base, supports any DB, very customizable, very active developer community, has virtually every feature you could want, and is open source so you can mod it. It's a path of least resistance. On Friday, October 1, 200

Re: Witango-Talk: Random mysql errors on new record

2004-09-28 Thread Bill Conlon
There is no month 00 or day 00, so you need to trap those input errors. On Tuesday, September 28, 2004, at 12:42 PM, Roland Dumas wrote: In a simple new record action, randomly there are errors that look like this in the log: 27/09/200421:23:1724.126.47.242[EMAIL PROTECTED] 8440256

Re: Witango-Talk: Timeout

2004-09-27 Thread Bill Conlon
On Monday, September 27, 2004, at 02:37 PM, Roland Dumas wrote: On 9/27/04 2:29 PM, "Bill Conlon" <[EMAIL PROTECTED]> wrote: Witango Configuration variable queryTimeout (default 300 seconds) governs a taf. Thanks. That was the question. The web server also has a timeout

Re: Witango-Talk: Timeout

2004-09-27 Thread Bill Conlon
Witango Configuration variable queryTimeout (default 300 seconds) governs a taf. The web server also has a timeout (Apache Timeout directive), but I don't imagine this would impact a cron job. But a client issuing a request (eg., a web browser) may timeout before taf execution is complete.

Re: Witango-Talk: startupurl problem

2004-09-23 Thread Bill Conlon
t 10:10 PM, John McGowan wrote: Bill, perhaps the problem is that the request is being routed outside and back so the server doesn't know it's a "startup url" request. I suppose if the request isn't coming from localhost it won't "trust" > it? /John

Witango-Talk: startupurl problem

2004-09-22 Thread Bill Conlon
I want to initialize domain variables at server startup, but my startup.taf fails with the following: 22/09/2004 14:49:3866.219.95.114 [EMAIL PROTECTED]1102691248 1 0 [Error] -1070 The server is starting up and can not process regular requests. 22/09

Witango-Talk: undefined variables

2004-09-22 Thread Bill Conlon
I note there is a metatag <@DEFINE> to creates an empty variable of the specified type in the specified scope. How does one identify undefined variables? The debugger, unfortunately will not catch this. Will the 5.5 syntax checker catch it (doubtful, since it can't know the full execution con

Re: Witango-Talk: [OT] Security Certificates

2004-07-20 Thread Bill Conlon
======== >Database WebWorks: Dynamic web sites through database integration >http://www.DatabaseWebWorks.com > >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: The case of the Switching user sessions

2004-07-20 Thread Bill Conlon
w if you've had any experience in this particular area. > >Thanks! > >Jonah Simpson > >________ >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf Bill Conlon To the Point 345 California Aven

Re: Witango-Talk: Return value from an object with encoded characters failed

2004-07-20 Thread Bill Conlon
character count and byte count in some modules on which it depends). Perhaps this is the case for witango also. > >Le 19 juil. 04, à 17:52, Bill Conlon a écrit : > >> What character set encoding is specified in the HTML ? >iso 8859-1 > >> What character encoding is the ap

Re: Witango-Talk: Return value from an object with encoded characters failed

2004-07-19 Thread Bill Conlon
OTECTED] >14, bis rue Howard Houston Expert Apple >51170 ARCIS LE PONSART - France >Tel : 03 26 48 17 56 >Fax : 03 26 48 10 87 >_ > >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf Bill Conlon To the Point 345 California A

Re: Witango-Talk: [OT] IQ test

2004-07-13 Thread Bill Conlon
on Reseller > >Available for Witango Developement > > > > > > > >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf Bill Conlo

Re: Witango-Talk: external action

2004-05-21 Thread Bill Conlon
>[EMAIL PROTECTED] ~ www.lockdata.com > > > > > > > >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327.2175 fax:650.329.8335 mobile: 650.906.992

Re: Witango-Talk: mind numbing (and LONG TERM) problem with integ er number format

2004-05-17 Thread Bill Conlon
so simple >>>>(num:simple-integer) has become so obscure (num:1,2,3,4,5,6,7,8) with >>>>explanations that I can't follow to return the numbers the >>>>way I want them >>>>returned (as WHOLE UID

RE: Witango-Talk: Server Statistics

2004-05-05 Thread Bill Conlon
analysis & website monitoring online. >> Page embedding using javascripts; online service email >> $19-$495 + monthly >> >WebStat WebStat http://www.webstat.com/ Any OS any >> Add scripts to webpages. "Free version up to 20K >> hits/m

Re: Witango-Talk: Search Engine Format Type

2004-05-04 Thread Bill Conlon
at like google. I have been trying to figure a way to do >>>>this. The big thing is how to search for certain terms. In other >>>>words, a "contains" search does exactly as expected, but how does one >>>>do partial phrase searches and the like. I am n

Re: Witango-Talk: Search Engine Format Type

2004-04-27 Thread Bill Conlon
way, just wondering if anyone has done this or pondered this at >>>all. Any suggestions would be great. >>> >>>Thanks >>> >> >>

RE: Witango-Talk: Search Engine Format Type

2004-04-27 Thread Bill Conlon
t phrase? More like a search >> engine? >> >> Anyway, just wondering if anyone has done this or pondered this at >> all. Any suggestions would be great. >> >> Thanks >> > >___

RE: Witango-Talk: domains.ini

2004-04-26 Thread Bill Conlon
_ >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > > > > >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > > >____

RE: Witango-Talk: <@results> and Push

2004-04-23 Thread Bill Conlon
0 >> Address: 3130 Skyway Drive #702 >> Santa Maria, CA >> 93455TOUNUBCRBE G t >> htp//wwwiano.omdeelpe/milis.t >> >> > >> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf >>

Re: Witango-Talk: The application file was either missing or invalid.

2004-04-20 Thread Bill Conlon
ks > >Hriday. > > > > > >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327.2175 fax:

Witango-Talk: On Macintouch today

2004-04-12 Thread Bill Conlon
files, a built-in syntax checker, JDBC support, and improved formatting features. Witango Development Studio is $1,038AU for Mac OS X and Windows." Just a shame it doesn't say "A free lite version is also available" Bill Conlon To the Point 345 California Avenue Suite 2 Pa

Re: Witango-Talk: http and tiff image

2004-04-02 Thread Bill Conlon
>//W2K, SQL Server 2K, IIS, Witango 5.0 (049), Witango 5.0 Studio// > > >Any ideas ? > > >Cheers > >Bengt Bredin >--- >LabIT Solutions AB >Fagerstagatan 18 A >163 94 Stockholm >SWEDEN >mail : [EMAIL PROTECTED] >--- > > >___

Re: Witango-Talk: server quit - restart Followup and Another question.

2004-03-26 Thread Bill Conlon
name >and password are stored in cookies. Have you used this method to store >other user-scoped values? Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327.2175 fax:650.329.8335 mobile: 650.906.9929 e-mail: mailto:[EMAIL PROTECTED] w

Re: Witango-Talk: server quit - restart Followup and Another question.

2004-03-26 Thread Bill Conlon
rivers/JSQLConnect.jar:$WITANGO_PATH ; export >>>CLASSPATH >>>>>LC_ALL=en_US ; export LC_ALL >>>>> >>>>>cd /usr/local/witango >>>>> >>>>>/sbin/procautostart -n 5 -c "$WITANGO_PATH/witangod -u" nohup & >>>>> >>>>> >>>>>/John >>>>> >>&

Re: Witango-Talk: server quit - restart Followup and Another question.

2004-03-26 Thread Bill Conlon
t;>> >>>> >>>>Mike D >>>> >>>> >>>> >>>> >>>>Educational Directories Unlimited, Inc. >>>> >>>> >>>>Michael Dittbrenner >>>> >>&

RE: Witango-Talk: Reg Apache setup

2004-03-22 Thread Bill Conlon
also. Then just set up /etc/odbc.ini and odbcinst.ini >Thanks, > >Srini > >-Original Message- >From: Bill Conlon [mailto:[EMAIL PROTECTED] >Sent: Tuesday, March 23, 2004 12:06 AM >To: Witango-Talk >Subject: Re: Witango-Talk: Reg Apache setup > > >Srini, > &

Re: Witango-Talk: Reg Apache setup

2004-03-22 Thread Bill Conlon
is work. > >Thanks, > >Srini > > >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327.2175 fax:650.329.8335 mobile:

RE: Witango-Talk: Login/Affiliates/Cookies/Spiders (OT)

2004-03-18 Thread Bill Conlon
gt;>Is this accessible by Witango? Is it consistent? Is it useful? >>>>> >>>>>Thanks for any ideas. >> >>>Steve Fogelson >>>>>Internet Commerce Solutions >>>>>___

Re: Witango-Talk: Login/Affiliates/Cookies/Spiders (OT)

2004-03-18 Thread Bill Conlon
any ideas. > >Steve Fogelson >Internet Commerce Solutions > >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > Bill Conlon To the Poin

RE: Witango-Talk: Reg. Witango Setup on Unix/Linux

2004-03-16 Thread Bill Conlon
t for now, just commenting this out will do. JJM >># 0 string \> >>/John >> >>Srinivasan wrote: >> >>>Hi Bill, >>> >>>Thanks for the response. I have done that already. When am trying to do >>>browse any taf file its asking

RE: Witango-Talk: Reg. Witango Setup on Unix/Linux

2004-03-15 Thread Bill Conlon
response. I have done that already. When am trying to do >>browse any taf file its asking me to "open/save as", this is becos of the >>mime setting. What kind of setting do I need to do in mime.types file to >>overcome this problem? please advice. >> >>Rega

Re: Witango-Talk: Reg. Witango Setup on Unix/Linux

2004-03-15 Thread Bill Conlon
o Oracle? > >Please advice me on how to go about this. If there is any document available >for these basic configuration please do let me know > >Thanks > >Srini > > >TO UNSUBSCRIBE: Go to http://w

Re: Witango-Talk: WiTango on 2003 Server

2004-03-10 Thread Bill Conlon
Information Systems, Inc. >Marshall Space Flight Center >Configuration and Data Management Group (ED43) >phone: (256) 544-5374 >email: [EMAIL PROTECTED] > > > >TO UNSUBSCRIBE: Go to http://www.wit

Re: Witango-Talk: server ip address

2004-03-10 Thread Bill Conlon
as 127.0.0.1 >too. > >Currently though I have no problems sending mail from my linux witango box. > >/John > >Bill Conlon wrote: > >>I changed the Listener Address in witango.ini and the server address in >>clients.ini >> >>witangoevents.log show

RE: Witango-Talk: server ip address

2004-03-10 Thread Bill Conlon
something (and not something that may >resolve to 127.0.0.1) > >Robert > >-Original Message- >From: Bill Conlon [mailto:[EMAIL PROTECTED] >Sent: Wednesday, March 10, 2004 11:56 AM >To: Witango-Talk >Subject: RE: Witango-Talk: server ip address > >MAILSERV

RE: Witango-Talk: server ip address

2004-03-10 Thread Bill Conlon
he name or address of your smtp server? >Can you have your application send an email to me? >I can then see how my mail server responds to it > >Ben Johansen - http://www.pcforge.com >Authorized Witango & MDaemon Reseller >Available for Witango Developement > > >

RE: Witango-Talk: server ip address

2004-03-10 Thread Bill Conlon
or what ever it is >called in the linux world ;-) > >Ben Johansen - http://www.pcforge.com >Authorized Witango & MDaemon Reseller >Available for Witango Developement > > >-----Original Message- >From: Bill Conlon [mailto:[EMAIL PROTECTED] >Sent: Wednesday,

Witango-Talk: server ip address

2004-03-10 Thread Bill Conlon
] ERROR_HTML=/usr/local/witango/MiscFiles/clienterror.html REPORTCLIENTERROR=TRUE WITANGO_SERVER=WAS1,x.x.x.240,18100 Are there any other implications? BTW, Redhat 9, Apache2, Witango 065 Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327.2175 fax

Re: Witango-Talk: Ampersand in URLs (OT)

2004-03-10 Thread Bill Conlon
about this? > >Steve Fogelson >Internet Commerce Solutions > >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, C

Re: Witango-Talk: MS Security patch preventing postargs from being submitted

2004-03-05 Thread Bill Conlon
ngo doing that >> other app servers isn't doing? > > >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf Bill Conlon To the Point 345 C

Re: Witango-Talk: Search Engine Friendly ISAPI Filter

2004-03-05 Thread Bill Conlon
rewrite the url's on >> the >> fly. Any comments? >> >> http://www.isapirewrite.com/ >> http://www.soft32.com/download_12343.html >> >> Steve Fogelson >> Internet Commerce Solutions >> _______ >> _ &

Re: Witango-Talk: Thread Safe Class file

2004-03-04 Thread Bill Conlon
t;>> busy flag. Since I have more than one server, I can only depend on my >>> database as a single point of reference, and therefore set and release >> a >>> flag in my database to solve certain overrun problems. Make sure to >>> alert yourself or log whe

Re: Witango-Talk: Thread Safe Class file

2004-03-01 Thread Bill Conlon
usy. > >while (user$active != 0) >{ > (doing nothing...) >} > >user$active = 1; > >do the stuff > >user$active = 0; > >- Original Message - >From: "Bill Conlon" <[EMAIL PROTECTED]> >To: "Witango-Talk" <[EMAIL PROTECT

Re: Witango-Talk: Thread Safe Class file

2004-03-01 Thread Bill Conlon
_ >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327.2175 fax:650.329.8335 mobile: 650.906.9929 e-ma

Re: Witango-Talk: Ckkie Example

2004-02-28 Thread Bill Conlon
feel I need an example to get started. Lot of stuff about http >headers that I don't understand when I search the archive. > >Thanks >-- >____ >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillis

RE: Witango-Talk: (OT) favicon.ico

2004-02-28 Thread Bill Conlon
nd when someone bookmarks your page, the little icon should be what >shows up in your "favorites". > >> -Original Message- >> From: Bill Conlon [mailto:[EMAIL PROTECTED] >> Sent: Saturday, February 28, 2004 12:53 PM >> To: Witango-Talk >> Subject:

Re: Witango-Talk: (OT) favicon.ico

2004-02-28 Thread Bill Conlon
___ >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327.2175 fax:650.329.8335 mobile: 650.906.9929 e-mail: mailto:[EMAIL PROTECTED

Re: Witango-Talk: Meta Redirect

2004-02-27 Thread Bill Conlon
around for this??? > >Thanks >-- > >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327

Witango-Talk: applications.ini

2004-02-25 Thread Bill Conlon
ation$JavaSwitch but my results show JavaSwitch: on, which is the default in witango.ini Additional info: ApplicationSwitch is on: and appconfigFile points to applications.ini, and caching is off. Any suggestions? Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 o

Witango-Talk: Appfile data

2004-02-11 Thread Bill Conlon
I'll make a feature request. It looks like I can do this using <@DOCS> to create a DOM variable, but this requires I turn the docswitch on (security breach), and in any event, I'm not sure it would work with run-time files. Does anyone know an easy way to grab the appfile proper

Witango-Talk: latest v. 5 app server?

2004-02-09 Thread Bill Conlon
I just logged a bug at http://developer.witango.com/ and noticed that the site is served by 5.0.1.066 Chimera (Win32), yet the latest release on the home page is 5.0.1.065. Is 066 to be released to us? Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office

Re: Witango-Talk: 2003 Great Witango Component Contest -- More Info

2004-02-06 Thread Bill Conlon
ement Inc. ># 701, 889 West Pender Street, Vancouver, BC V6C 3B2 Canada >== >[EMAIL PROTECTED] http://www.ncol.comhttp://witango.ncol.com >Ph: (604) 806-6265 ext 310 Fax: (604) 806-6269 > >_______

Witango-Talk: Re: Witango-Talk:

2004-02-04 Thread Bill Conlon
.html >--- >0x6AF52019 fingerprint = A131 F813 7A0F C5B7 E74D C972 9118 A94D 6AF5 2019 > > &

Re: Witango-Talk: Tango2k, Solaris & MySQL

2004-02-02 Thread Bill Conlon
ated. >-- >Lawrence Reeve >[EMAIL PROTECTED] >650 604 4529 > >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327.217

Re: Witango-Talk: Which encoding to use.

2004-01-27 Thread Bill Conlon
this in HTML format because some people don't have HTML readers >and I don't know anyway to handle that issue other than use plain text. > >-- >Dan Stein >Digital Software Solutions >799 Evergreen Circle >Telford PA 18969 >Land: 215-799-0192 >Mobile: 610-256

Re: Witango-Talk: Text Searches

2004-01-27 Thread Bill Conlon
u are born, you cry and those who love you rejoice. And if you >live your life as you should, when you die, you rejoice and those who >love you cry." > > >TO UNSUBSCRIBE: Go to http://www.witango.com/develo

Re: Witango-Talk: Incorporating content from another site

2004-01-26 Thread Bill Conlon
/www.DatabaseWebWorks.com >> >> ___ >> _ >> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > >

RE: Witango-Talk: [OT] Online Backups?

2004-01-22 Thread Bill Conlon
Developement > > > > > >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > > >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > &g

Re: Witango-Talk: Witango 065 on Linux Crashing on Occasion when hitting Javascript Action. Action.

2004-01-22 Thread Bill Conlon
bunch of hits to this taf to >cause the crash, server reboots, and then everything is ready to go >again until the limit is reached again. > > > > >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > Bill Conlon To the Point 345 California

Re: Witango-Talk: Crashing App Server

2004-01-21 Thread Bill Conlon
the server crashes, or does it not >typically show an entry in the log for the offending taf/tcf? > >Thanks for any help. > >/John > >____ >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf &

Re: Witango-Talk: uploading images from form into Oracle via different connections [possibly OT] [possibly OT]

2004-01-21 Thread Bill Conlon
t? I really need to make >this code work... (we're migrating to storing the images in the filesystem, >but we can't do that yet because of factors outside our power). > >Thanks! > >Jonah Simpson > > >__

Re: Witango-Talk: Cookie Bug

2004-01-20 Thread Bill Conlon
gt; >>> Robert Garcia >>> President - BigHead Technology >>> VP Application Development - eventpix.com >>> 5910 Clark Rd Suite G >>> Paradise, Ca 95969 >>> ph: 530.645.4040 x222 fax: 530.645.4040 >>> [EMAIL PROTECTED] - [EMAIL PROTECTED

Re: Witango-Talk: HTML Form to PDF

2004-01-16 Thread Bill Conlon
ument? It's a free java PDF >library... > >We're using it on a project right now > >http://www.lowagie.com/iText/ > >/John > >Bill Conlon wrote: > >>Well, I've done a lot of thinking about this issue over the years, and >>I've

RE: Witango-Talk: OT - Windows Operating Systems

2004-01-16 Thread Bill Conlon
er for a >Mac to access a drive on the Win box? >- Should I just stay with the Win2000AS installation that I'm currently >running or is a version of XP/Server 2003 a better decision? > >If this should be handled off the list, please respond directly. > >Thanks for your help, > >Steve S

Re: Witango-Talk: HTML Form to PDF

2004-01-16 Thread Bill Conlon
gt;Thanks >-- >____ >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327.2175 f

Re: Witango-Talk: IE Print Error

2004-01-13 Thread Bill Conlon
e find a fix for this? > >>(this is the access denied javascript error that came up on the list a few >days ago). > >>Dave Machin > > > > > > >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > Bill Conlo

Re: Witango-Talk: (OT) Website Statistics

2004-01-13 Thread Bill Conlon
w.byteserve.com.au/ > [EMAIL PROTECTED] > Ph 02 9960 6099 Mob 0409 960 609 Fax 02 9960 6088 > > >TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf > Bill Conlon To t

Witango-Talk: Studio issue with selecting tables

2003-12-18 Thread Bill Conlon
emove much of Rapidity from the RAD environment. Does anyone have any suggestions? (Max OSX.2.8, OpenLink MySQL, various studios). P.S., the server does NOT get confused about which data source to use, as long as you have the right database name in the taf file. Bill Conlon To the Point 345 Cali

Re: Witango-Talk: variableTimeoutTrigger

2003-12-08 Thread Bill Conlon
! > >Thanks, > >David Green >[EMAIL PROTECTED] > >TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf > Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327.2175 fax:650.329.8335 mobile: 650.906

Re: Witango-Talk: Many Domains - One set of taf's

2003-12-06 Thread Bill Conlon
> >Thanks for the advise. > >Steve Fogelson >Internet Commerce Solutions >____ >TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf > Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 of

Re: Witango-Talk: Invalid Response

2003-12-05 Thread Bill Conlon
>>>> TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf >>> >>> >>> >>> -- >>> * * * * * * * * * * * * * * * * * * * * * Margaret Pinckard >>> * [EMAIL PROTECTED] >>> * Principal Research Associate >>> * End-

Re: Witango-Talk: Session issues

2003-12-05 Thread Bill Conlon
other languages (esp. PHP -- sorry, but I can also use Witango's RAD capabilities to prototype for deployment with other servers) > > >Bill Conlon wrote: > >>I think my basic programming model needs to change, so that the working >>code ALWAYS uses variables. We would

Re: Witango-Talk: Session issues

2003-12-05 Thread Bill Conlon
> >> >And of course, given the fact that both "sessions" carry the same >> >USERREFERNCE key, they are >> >both purged. >> > >> >Regardless of who the real owner of the session may be, I think it's >> best >> >to error

Re: Witango-Talk: Session issues

2003-12-04 Thread Bill Conlon
;s enough to give me pause. > >Please forgive me if I still don't understand your application. > >--- >Hope I'm close to the mark, and this is of some help. Cheers. > >Scott Cadillac, >Witango.org - http://witango.org >403-281-6090 - [EMAIL PROTECTED] >--

Re: Witango-Talk: Session issues

2003-12-04 Thread Bill Conlon
o if you're using regular cookies to maintain User IDs, it's a different >story. > >Granted, I've made some assumptions about how you are using your cookies, >but I'm sure we >are on slightly different pages here. Correct me if I'm wrong. > >Cheers.

Re: Witango-Talk: Session issues

2003-12-04 Thread Bill Conlon
>deliberately purge the >Witango_UserReference session-cookie. Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327.2175 fax:650.329.8335 mobile: 650.906.9929 e-mail: mailto:[EMAIL PROTECTED] web:htt

Witango-Talk: Post Arguments in log file

2003-12-03 Thread Bill Conlon
. Is this ^G a 'feature' of the log? I'm trying to diagnose a file upload problem, and the next step is to parse the path to extract the filename and extension so I can look up a mime-type prior to inserting the file in the db. Bill Conlon To the Point 345 California Avenue Su

Re: Witango-Talk: Apache warning when loading Witango client on Linux

2003-12-03 Thread Bill Conlon
ECTED]> >>>>To: "Multiple recipients of list betatest-talk" <[EMAIL PROTECTED]> >>>>Sent: Tuesday, September 24, 2002 12:10 PM >>>>Subject: BetaTalk: MacOS X 10.2 Server warning >>>> >>>> >>>>> Hi list, when starting apache

Re: Witango-Talk: Apache warning when loading Witango client on Linux

2003-12-03 Thread Bill Conlon
starting apache under MacOS X Server 10.2, panel says: >>> +++ >>> "Loaded DSO /usr/libexec/httpd/wapache.so uses plain Apache 1.3 API, >>> this module might crash under EAPI! (please recompile it with -DEAPI)" >>> +++ >>> >> > Do i have

Re: Witango-Talk: Apache Module... What makes it work.

2003-12-01 Thread Bill Conlon
k is that I would like the ability to map another extension >to the witango module on apache. > >/John > > >TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf > Bill Conlon To the Point 345 Ca

Witango-Talk: searchable archive rocks!

2003-11-25 Thread Bill Conlon
I had customized the error page and notification for my application. Thanks Scott! Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327.2175 fax:650.329.8335 mobile: 650.906.9929 e-mail: mailto:[EMAIL PROTECTED] web:http://www.tothep

Re: Witango-Talk: Strange happenings

2003-11-25 Thread Bill Conlon
EMAIL PROTECTED] > > >____ >TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf > Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.3

RE: Witango-Talk: runtime file debugging?

2003-11-20 Thread Bill Conlon
r at the server or user level). > >Looks like you'll have to take it upon yourself to shut that off. And >the debug information up to (and including) the force off command will >show, so keep it to the top. > >Robert > >-Original Message- >From: Bill Conlon

Witango-Talk: Trapping errors when max sessions exceeded

2003-11-19 Thread Bill Conlon
Error. I take it the Witango Server is returning the http header, and I need to change the error handling. One thing I noticed is my default error file is error.htx, but there is no such file in my Redhat 9/Witango 5 installation. Is this the point at which I'm supposed to read the man

RE: Witango-Talk: Multiple DB vs. Site ID

2003-11-17 Thread Bill Conlon
ergreen Circle >> Telford PA 18969 >> Land: 215-799-0192 >> Mobile: 610-256-2843 >> Fax 413-410-9682 >> FMP, WiTango, EDI,SQL 2000 >> [EMAIL PROTECTED] >> www.dss-db.com >> >> >> "When you are born, you cry and those who love you rejoice.

RE: Witango-Talk: runtime file debugging?

2003-11-13 Thread Bill Conlon
r at the server or user level). > >Looks like you'll have to take it upon yourself to shut that off. And >the debug information up to (and including) the force off command will >show, so keep it to the top. > >Robert > >-Original Message- >From: Bill Conlon [m

Re: Witango-Talk: runtime file debugging?

2003-11-13 Thread Bill Conlon
ing off debugging at the top of each TAF. >>> Use syntax similar to the following: >>> >>> <@ASSIGN SCOPE="local" NAME="debugMode" VALUE="forceOff"> >>> >>> Since you are assigning the debugMode flag in local scope, it w

Re: Witango-Talk: Encryption

2003-11-13 Thread Bill Conlon
of EDU, Inc... http://www.EDUdirectories.com >> A partner of EDU Internet Strategies: >> http://www.EDUInternetStrategies.com/ >> >> [Phone] 610-499-9200 >> [Fax]610-499-9205 >> [E-mail] [EMAIL PROTECTED] or [EMAIL PROTECTED] >> >> >> >> >&g

Witango-Talk: runtime file debugging?

2003-11-12 Thread Bill Conlon
? Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327.2175 fax:650.329.8335 mobile: 650.906.9929 e-mail: mailto:[EMAIL PROTECTED] web:http://www.tothept.com TO UNSUBSCRIBE

Re: Witango-Talk: Mod Rewrite - (Maybe OT)

2003-11-12 Thread Bill Conlon
gt;Steve Fogelson >Internet Commerce Solutions > >TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf > Bill Conlon To the Point 345 California Avenue Suite 2 Palo Alto, CA 94306 office: 650.327.2175 fax:650.329.8335 mobile:

Re: Witango-Talk: push for external action

2003-11-05 Thread Bill Conlon
;t like the refresh idea, you could probably write >something up in a different language besides tango that would do the >equivilant of a "tail -f" to the browser with the contents of that temp >file. > >Thoughts? > >/John > > >Bill Conlon wrote: > &g

<    1   2   3   4   5   >