Re: Mutiple wotaksd

2009-05-31 Thread Frank Stock
I suppose this will only work for all the applications. Op 1-jun-09, om 04:08 heeft Kieran Kelleher het volgende geschreven: A possible easy solution might be to use an apache rewrite rule to intercept non-local IP address requests and redirect them to a 404 page. Just check the apache log

Re: Mutiple wotaksd

2009-05-31 Thread Kieran Kelleher
A possible easy solution might be to use an apache rewrite rule to intercept non-local IP address requests and redirect them to a 404 page. Just check the apache log for local requests they might be from 192.* ... or they might all come from your network's external IP address if users

Re: .WO woes

2009-05-31 Thread Lachlan Deck
On 01/06/2009, at 9:50 AM, Mike Schrag wrote: i had to make a bunch of changes to the plugins just to make it COMPILE under 3.5 ... i'm really not even sure how it's working. oh well .. cool. Well, bear in mind that I'm not just using plain-ol' wolips incremental building :-) On May 31

Re: .WO woes

2009-05-31 Thread Mike Schrag
i had to make a bunch of changes to the plugins just to make it COMPILE under 3.5 ... i'm really not even sure how it's working. oh well .. cool. ms On May 31, 2009, at 7:48 PM, Lachlan Deck wrote: On 31/05/2009, at 10:28 PM, Mike Schrag wrote: I have run into three separate issues with W

Re: .WO woes

2009-05-31 Thread Lachlan Deck
On 31/05/2009, at 10:28 PM, Mike Schrag wrote: I have run into three separate issues with WO editing recently in WOLips and I'm wondering if there's some setting I've missed or accidently turned off in Eclipse. I'm using WOLips 5800 nightly. Issue 1: No content assist between the : and { i

Re: Getting the current form name

2009-05-31 Thread Ricardo J. Parada
Yes, this is in our new code base which is Wonder based! :-) I'm wondering what would be the advantage. But I'll probably switch it just because is the Wonder based branch. :-) On May 31, 2009, at 8:26 AM, Mike Schrag wrote: if you're using wonder -- ERXWOForm has: public static Stri

Re: Adaptor URL issue (probably) in Windows deployment

2009-05-31 Thread Mark Gowdy
Doh, Solved (kinda) I managed to bend IIS into some kinda sensible shape using an ISAPI_Rewrite plug-in tool called 'Helicon' This allows you to write Apache style url rewrites The rule I used was: RewriteRule ^/aetopia/WebObjects.dll/(.*) /aetopia/WebObjects/$1 Happy joy, Mark On 31 May

Adaptor URL issue (probably) in Windows deployment

2009-05-31 Thread Mark Gowdy
Hello, We recently upgraded our apps to the latest WO version and also start using Project Wonder (which rocks by the way). I deployed our app on one of our customer's Windows servers, and have hit a little snag. The IIS ISAPI adaptor is called WebObjects.dll, but something is removing

Re: .WO woes

2009-05-31 Thread Ramsey Lee Gurley
Okay, all are filed. Thanks guys. Ramsey On May 31, 2009, at 8:28 AM, Mike Schrag wrote: I have run into three separate issues with WO editing recently in WOLips and I'm wondering if there's some setting I've missed or accidently turned off in Eclipse. I'm using WOLips 5800 nightly. Iss

Re: .WO woes

2009-05-31 Thread Mike Schrag
I have run into three separate issues with WO editing recently in WOLips and I'm wondering if there's some setting I've missed or accidently turned off in Eclipse. I'm using WOLips 5800 nightly. Issue 1: No content assist between the : and { in the wod file. I noticed that too. Should have

Re: Getting the current form name

2009-05-31 Thread Mike Schrag
if you're using wonder -- ERXWOForm has: public static String formName(WOContext context, String defaultName) { ms On May 30, 2009, at 10:22 PM, Ricardo J. Parada wrote: On May 30, 2009, at 9:38 PM, Ricardo J. Parada wrote: public String formName() { return