Re: Witango-Talk: customizing the 404 error response

2010-12-14 Thread Roland Dumas
Here's a long standing problem: the 404 error page for witango. If a client hits a nonexistent .tml or .taf URL, they get a witango-generated error. inelegant. One should be able to customize that to the 404 error page of your choice. Bill Conlon suggested the logic, which makes perfect sense.

Re: Witango-Talk: customizing the 404 error response

2010-12-14 Thread Robert Garcia
We have been using a custom error file on our witango server for years. It has quite a bit of code/meta tags in it. Witango 5.5 on windows. -- Robert Garcia President - BigHead Technology VP Application Development - eventpix.com 15520 Coutelenc Rd Magalia, Ca 95954 ph: 530.645.4040 x222 fax:

RE: Witango-Talk: customizing the 404 error response

2010-12-14 Thread Robert Shubert
as an error and I think that the client error system needs to be updated as well. Robert -Original Message- From: Roland Dumas [mailto:radu...@mac.com] Sent: Tuesday, December 14, 2010 12:53 PM To: Witango-Talk@witango.com Subject: Re: Witango-Talk: customizing the 404 error response

Re: Witango-Talk: customizing the 404 error response

2010-12-14 Thread Roland Dumas
as well. Robert -Original Message- From: Roland Dumas [mailto:radu...@mac.com] Sent: Tuesday, December 14, 2010 12:53 PM To: Witango-Talk@witango.com Subject: Re: Witango-Talk: customizing the 404 error response Here's a long standing problem: the 404 error page for witango

RE: Witango-Talk: customizing the 404 error response

2010-12-14 Thread Robert Shubert
: Tuesday, December 14, 2010 4:34 PM To: Witango-Talk@witango.com Subject: Re: Witango-Talk: customizing the 404 error response what I don't get is that there is an architecture for handling errors in a custom fashion by pointing to an error file. A placeholder file is installed by default. Just if you

Re: Witango-Talk: customizing the 404 error response

2010-12-14 Thread Roland Dumas
and a copy of the error.tml file. Robert -Original Message- From: Roland Dumas [mailto:radu...@mac.com] Sent: Tuesday, December 14, 2010 4:34 PM To: Witango-Talk@witango.com Subject: Re: Witango-Talk: customizing the 404 error response what I don't get

RE: Witango-Talk: customizing the 404 error response

2010-12-14 Thread Robert Shubert
Dumas [mailto:radu...@mac.com] Sent: Tuesday, December 14, 2010 5:07 PM To: Witango-Talk@witango.com Subject: Re: Witango-Talk: customizing the 404 error response I'm running 5.0 on both servers. Is that a known bug for 5.0? On Dec 14, 2010, at 1:58 PM, Robert Shubert wrote: Roland

Re: Witango-Talk: customizing the 404 error response

2008-11-14 Thread Roland Dumas
Holy Cow! When you do this, it DOES crash the witango server! On Nov 9, 2008, at 8:21 AM, Roland Dumas wrote: Bill, I never implemented this. Did it ever work for you? I'm about to give it a try, but if it crashes witangod, I'll give it a second thought. In the config, there is no

Re: Witango-Talk: customizing the 404 error response

2008-11-14 Thread Roland Dumas
seriously - what is the method to create a missing file customization. Anyone from the authors on line? On Nov 14, 2008, at 3:07 PM, Roland Dumas wrote: Holy Cow! When you do this, it DOES crash the witango server! On Nov 9, 2008, at 8:21 AM, Roland Dumas wrote: Bill, I never

Re: Witango-Talk: customizing the 404 error response

2008-11-09 Thread Roland Dumas
Bill, I never implemented this. Did it ever work for you? I'm about to give it a try, but if it crashes witangod, I'll give it a second thought. In the config, there is no defaulterrorfile designated. I was going to crib your page as you wrote it and then whip up my 404.tml file RAD On

Re: Witango-Talk: customizing the 404 error response

2007-09-28 Thread William M Conlon
Hi Roland, Did you get this working? I'm now trying to do something similar, and finding it's not straightforward. I have my apache configure to return notfound.tml for 404 errors, which works. But if I have missing witango file, the error handler crashes my 5.0.1.065 witango server.

Witango-Talk: customizing the 404 error response

2007-08-20 Thread Roland Dumas
How can I customize the witango file not found response? I'd like it to just grab a page in the web site. TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: customizing the 404 error response

2007-08-20 Thread [EMAIL PROTECTED]
Take a look on the No Result tab. just make a include ... My 1 Cent (Euro) Daniel - Ex Witango Distributor - Original Message - From: Roland Dumas [EMAIL PROTECTED] To: WiTango List List witango-talk@witango.com Sent: Tuesday, August 21, 2007 1:17 AM Subject: Witango-Talk: customizing

Re: Witango-Talk: customizing the 404 error response

2007-08-20 Thread William M Conlon
You don't mean the apache 404: ErrorDocument 404 /notfound.html Bill On Aug 20, 2007, at 4:17 PM, Roland Dumas wrote: How can I customize the witango file not found response? I'd like it to just grab a page in the web site.

Re: Witango-Talk: customizing the 404 error response

2007-08-20 Thread Roland Dumas
) Daniel - Ex Witango Distributor - Original Message - From: Roland Dumas [EMAIL PROTECTED] To: WiTango List List witango-talk@witango.com Sent: Tuesday, August 21, 2007 1:17 AM Subject: Witango-Talk: customizing the 404 error response How can I customize the witango file not found

Re: Witango-Talk: customizing the 404 error response

2007-08-20 Thread Roland Dumas
no, because witango doesn't pick up the apache 404 file. On Aug 20, 2007, at 4:21 PM, William M Conlon wrote: You don't mean the apache 404: ErrorDocument 404 /notfound.html Bill On Aug 20, 2007, at 4:17 PM, Roland Dumas wrote: How can I customize the witango file not found

Re: Witango-Talk: customizing the 404 error response

2007-08-20 Thread Roland Dumas
] To: WiTango List List witango-talk@witango.com Sent: Tuesday, August 21, 2007 1:17 AM Subject: Witango-Talk: customizing the 404 error response How can I customize the witango file not found response? I'd like it to just grab a page in the web site

Re: Witango-Talk: customizing the 404 error response

2007-08-20 Thread William M Conlon
I think you just edit the DEFAULTERRORFILE. Bill On Aug 20, 2007, at 4:23 PM, Roland Dumas wrote: no, because witango doesn't pick up the apache 404 file. On Aug 20, 2007, at 4:21 PM, William M Conlon wrote: You don't mean the apache 404: ErrorDocument 404 /notfound.html Bill

Re: Witango-Talk: customizing the 404 error response

2007-08-20 Thread William M Conlon
Yes. that works on my witango5 Just evaluate the main error number to dispatch different pages. On Aug 20, 2007, at 4:31 PM, William M Conlon wrote: I think you just edit the DEFAULTERRORFILE. Bill On Aug 20, 2007, at 4:23 PM, Roland Dumas wrote: no, because witango doesn't pick up the

Re: Witango-Talk: customizing the 404 error response

2007-08-20 Thread Roland Dumas
a bit lost. The error.html file is empty. I should put some witango tags in there to capture the error number 3? On Aug 20, 2007, at 4:35 PM, William M Conlon wrote: Yes. that works on my witango5 Just evaluate the main error number to dispatch different pages. On Aug 20, 2007, at 4:31

Re: Witango-Talk: customizing the 404 error response

2007-08-20 Thread Roland Dumas
so get the error.html and insert this in it? @IF EXPR='@ERROR PART=number1 = -3' @INCLUDE file=/errors/404.tml @ELSE @ERRORS BClass: /B@ERROR PART=classBR BApplication File: /B@ERROR PART=appfilepath@ERROR PART=appfilenameBR BAction: /B@ERROR PART=postionBR BMain

Re: Witango-Talk: customizing the 404 error response

2007-08-20 Thread William M Conlon
create /usr/local/witango/configuration/MiscFiles/error.tml which is pointed to by defaultErrorFile in witango.ini. Then all errors get trapped unless you set a defaultErrorFile in application scope Of course you can handle most errors with ErrorHTML in the appfile. Bill On Aug 20,