Re: mod_proxy as mod_WebObjects alternative [Was: Re: Yosemite]

2014-10-24 Thread Tom Woteki
I got a config setup that works. I was never able to get the migrations tab to work, but I did take some hints from the information it presented. I am running Apple’s Server app on Yosemite. I use Server to generate the site file. I have these directives in the generated site file: Inc

Re: mod_proxy as mod_WebObjects alternative [Was: Re: Yosemite]

2014-10-24 Thread Stephen Quirk
Since a lot of people are suffering though this... You might find this useful if you hand manage your WOAdaptor.xml. It's an xsl script to read the xml and spit out a valid httpd.proxy.conf file To use it: copy & paste the xsl below to woadaptor2proxypass.xslt run "xsltproc woa

Re: WODisplayGroup URLS

2014-10-24 Thread Gino Pacitti
+1 Sent from my iPad > On 24 Oct 2014, at 23:22, Ramsey Gurley wrote: > > You could give the client an estimate for the work upfront and let them > convince themselves this last page is worth it :-) > > Frankly, I don’t think rel next & previous were intended for list pages. > They’re more

Re: WODisplayGroup URLS

2014-10-24 Thread Ramsey Gurley
You could give the client an estimate for the work upfront and let them convince themselves this last page is worth it :-) Frankly, I don’t think rel next & previous were intended for list pages. They’re more for something like next chapter, next episode, next volume, next calendar month; Wher

Re: WODisplayGroup URLS

2014-10-24 Thread Gino Pacitti
Yes I was thinking this might be the case... Problem being a SEO company has convinced the client that this is necessary and the lists already exist as component urls So I was just trying to load the next and previous to link tags so that it satisfied the requirement... I'll have to keep o

Re: Eclipse Luna (4.4.1) and WOLips: so close

2014-10-24 Thread Pascal Robert
FYI, your fork is fixing a problem I had at work. With Luna, it was impossible to create a new WO/Wonder project on my computer at work. I was getting a message saying that it was not able to initialize the class for the template. With your fork, it works. - Mail original - De: "Stefa

Re: mod_proxy as mod_WebObjects alternative [Was: Re: Yosemite]

2014-10-24 Thread Fredrik Lindgren
So is there any instructions on how to set upp this in development mode, so that these URLs work: http://localhost/cgi-bin/WebObjects/app.woa/-56665 or of course something similar! Regards /Fredrik > 13 aug 2014 kl. 05:04 skrev Chuck Hill

Re: Eclipse Luna (4.4.1) and WOLips: so close

2014-10-24 Thread Pascal Robert
Ok, I had add "org.eclipse.platform" in the plugins tab to get it to work. - Mail original - De: "Pascal Robert" À: "Paul Hoadley" Cc: "WebObjects-Dev Mailing List List" Envoyé: Vendredi 24 Octobre 2014 15:11:40 Objet: Re: Eclipse Luna (4.4.1) and WOLips: so close If I follow the instr

Re: Eclipse Luna (4.4.1) and WOLips: so close

2014-10-24 Thread Pascal Robert
If I follow the instructions, I get this exception when trying to run WOLips in debug mode: !SESSION 2014-10-24 14:41:25.521 --- eclipse.buildId=4.4.1.M20140925-0400 java.version=1.7.0_60 java.vendor=Oracle Corporation BootLoader constants: OS= m

Re: WODisplayGroup URLS

2014-10-24 Thread Ramsey Gurley
Hi Gino, A naive approach might be to try something like ’ /> Next: WOActionUrl { action = displayGroup.displayNextBatch; } But you will quickly discover that this doesn’t work. The url’s are dynamic and the spider will simply load list pages till the cows come home or it hits some pr

Re: WODisplayGroup URLS

2014-10-24 Thread Gino Pacitti
Yea I looked over the ERXFlickrBatchNavigation. And I don’t need the direct action url I need is to now how to generate a componentURL when I am not accessing the binding using a WOHyperlink or ActionMethod… The next batch is a url to that action and I am trying to access that from within a cl

Re: WODisplayGroup URLS

2014-10-24 Thread Fabian Peters
Hi Gino, Glancing at ERXFlickrBatchNavigation it looks like it's using component actions. Which is probably not what you want in this case. You'll have to use direct actions to get static URLs. This is from an old app that has a very simple blog feature:

WODisplayGroup URLS

2014-10-24 Thread Gino Pacitti
Hi there… Could anyone help me understand how to extract the next batch and previous batch URLs from a WODisplayGroup instance? Any help or pointing in the right direction would be greatly appreciated. Gino ___ Do not post admin requests to the list.

very funny

2014-10-24 Thread Theodore Petrosky
I was surfing the internet radio stations on iTunes and came across these Classical listings: Radio BoccheriniA tribute to the great composer Luigi Boccherini (Lucca 1743; Madrid 1805) Radio Chopin whoops! although for some obscure reason, gratifying.

ERXFlickrBatchNavigation

2014-10-24 Thread Gino Pacitti
I have a page that generates a numbered navigation scheme using ERXFlickrBatchNavigation that allows the displaygroups objects to be navigated through… which is great. But for SEO I need to generate a ” /> and ” />” /> for pages being navigated.. Any quick ideas on how to generate or get thos