Re: Informix Adaptor

2011-02-14 Thread Paul D Yu
We did one at Apple for the CHCS II Project. I don't know where that is now, but Ubermind helped us build one. Paul On Feb 14, 2011, at 8:00 PM, Andrew Lindesay wrote: > Hello; > > Has anybody had a go at creating an Informix JDBC plugin for EOF? > > cheers. > > -- > Andrew Lindesay > www.s

Informix Adaptor

2011-02-14 Thread Andrew Lindesay
Hello; Has anybody had a go at creating an Informix JDBC plugin for EOF? cheers. -- Andrew Lindesay www.silvereye.co.nz ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)

Re: Mailing software

2011-02-14 Thread Gennady Kushnir
We are sending emails via gmail using 10 seconds delay. Works yet. 2011/2/11 Miguel Arroz : > Hey Anjo, > >  In essence, you have to throttle down the mail sending rate. Services like > GMail and others will block your IP temporarily if they see a burst of emails > coming from it to them. > >  R

Re: Redirect Permanent Header and Rewrite

2011-02-14 Thread Chuck Hill
I think it would be easiest to do this all in Apache with a rewrite rule. On Feb 13, 2011, at 4:53 AM, ute Hoffmann wrote: > Hallo, > I need to give a Redirect Permanent header back to search engines in the > process to from one Direct Action URLpattern > to a more search engine freindly rewrit

Re: Deployment question: WO puts IP address in URL when using HTTPS

2011-02-14 Thread Kalpana Vaka
Hi Christoph, We did face the same problem some time ago. Relative URLs are not getting generated with wonder. The full URLs are getting generated with the server name given in apache config. Please check the apache config. -- Kalpana. On Mon, Feb 14, 2011 at 9:15 PM, Christoph Wick wrote: >

Re: Deployment question: WO puts IP address in URL when using HTTPS

2011-02-14 Thread Chuck Hill
On Feb 14, 2011, at 11:53 AM, Gennady Kushnir wrote: > As I remember, WO uses -WOHost runtime environment variable to form such urls. WOHost is used for communications with wotaskd. The variable you are thinking of is WOCGIAdaptorURL See http://developer.apple.com/legacy/mac/library/#document

Re: Deployment question: WO puts IP address in URL when using HTTPS

2011-02-14 Thread Gennady Kushnir
As I remember, WO uses -WOHost runtime environment variable to form such urls. As to me, I use my own method to form secure URLs depending on client IP. Maybe Wonder offers some hook for that, let's wait for other replies. 2011/2/14 Christoph Wick : > Hi John, thanks for your hint. > > Unfortunate

Re: Employing mod_deflate Apache module

2011-02-14 Thread Gennady Kushnir
It is not Wonder app. Why make such tricks whereas Apache should do that already? 2011/2/14 Timo Hoepfner : > If it's a Wonder app, add this to you Properties and you're done: > > er.extensions.ERXApplication.responseCompressionEnabled=true > > Timo > > Am 14.02.2011 um 09:59 schrieb Gennady Kushn

[MEETING] REMINDER WO-NoVA is TOMORROW 2/15/2011

2011-02-14 Thread Andrew Kinnie
Greetings all, REMINDER: WO-NoVA is moving back to Tuesday, and as such, this month's meeting will be TOMORROW (Tuesday 2/15/2011). The topic will be differences between WebObjects and Cocoa, their different design patterns and related considerations. Eventually, this may develop into a for

Re: Deployment question: WO puts IP address in URL when using HTTPS

2011-02-14 Thread Christoph Wick
Hi John, thanks for your hint. Unfortunately the apache config is not the problem here, but it is WebObjects (or Wonder) that puts the IP-Addresses into the URL if you are using HTTPS. What I need are relativ URLs (without IPs), because the app shall be accessible from both, before and behind

Re: Deployment question: WO puts IP address in URL when using HTTPS

2011-02-14 Thread John Huss
This is determined by the ServerName setting in apache, which is probably not matching your regular (http) settings. John On Mon, Feb 14, 2011 at 7:30 AM, Christoph Wick wrote: > Hi there, > > one of my clients runs a WO application on a Linux box behind a firewall. > The internal IP of the box

Deployment question: WO puts IP address in URL when using HTTPS

2011-02-14 Thread Christoph Wick
Hi there, one of my clients runs a WO application on a Linux box behind a firewall. The internal IP of the box is e.g. 192.168.1.100. The external IP (through the firewall) is e.g. 1.2.3.4. Running the app using HTTP is no problem, since all Link-URLs are built as URIs only, e.g. But if we u

Re: Employing mod_deflate Apache module

2011-02-14 Thread Timo Hoepfner
If it's a Wonder app, add this to you Properties and you're done: er.extensions.ERXApplication.responseCompressionEnabled=true Timo Am 14.02.2011 um 09:59 schrieb Gennady Kushnir: Hello list! I've just tried to compress traffic produced by my WOApp but I only succeeded in compressing static r

Employing mod_deflate Apache module

2011-02-14 Thread Gennady Kushnir
Hello list! I've just tried to compress traffic produced by my WOApp but I only succeeded in compressing static resources (css and js). Here is my configuration fragment. AddOutputFilterByType DEFLATE text/html application/xhtml+xml text/plain text/xml \ text/css text/javascri

Re: Any ideas how to minimize bot access?

2011-02-14 Thread Amiel Montecillo
I looked at that but it is a legitimate user agent. Then again user agents can be spoofed by an app. Its grabbing data from the site which we don't like. Thanks, Amiel On Mon, Feb 14, 2011 at 4:43 PM, Gennady Kushnir wrote: > Can you identify those bots by User-Agent? > That would not disturb l

Re: Any ideas how to minimize bot access?

2011-02-14 Thread Gennady Kushnir
Can you identify those bots by User-Agent? That would not disturb legitimate users. 2011/2/14 Amiel Montecillo : > Yeah that would be my last resort if I can't find a WO way to handling this. > > Thanks, > Amiel > > On Mon, Feb 14, 2011 at 2:32 PM, Anthony Paras wrote: >> >> Why don’t you impleme