Does Wonder or another project have something to refresh and EO and some/all of
the EOs relationships? I was thinking of something similar to ERXCopyable where
you can implement your own custom refresh method and use a default
(ERXCopyable.DefaultImplementation) implementation or utilities
(ERX
just when you thought it was safe, you find out;
there’s a Property for that!!!
thanks, i’ll give it a try
On Aug 19, 2014, at 3:25 PM, Bastian Triller wrote:
> Try setting the adaptor url with your hostname (like Teds-macbook) and add
> that hostname to the 127.0.0.1 localhost line in your
Try setting the adaptor url with your hostname (like Teds-macbook) and add
that hostname to the 127.0.0.1 localhost line in your /etc/hosts. Your
application will then be available to you via 127.0.0.1 and through the
dhcp address to everyone on your local network (assuming the dhcp server
updates
You can use localhost during development and test, when you have to demo to
others then use the external.
The other way is to have a demonstration server that you build to.
Paul
Sent from my iPad
> On Aug 19, 2014, at 12:41 PM, Theodore Petrosky wrote:
>
> of course the downside is that I ha
of course the downside is that I have to check my IP when I come in in the AM.
there is no guarantee that I can get the same IP.
maybe I can bind my MAC address in the DHCP server to get a fixed IP. That
would work.
Thanks for the pointer.
Ted
On Aug 19, 2014, at 12:31 PM, Paul Yu wrote:
>
ok, that works, they must have changed something internal as, in the past, I
would never touch the localhost nor the loop back address and I could access
the development app from any machine in the office. It was handy.
Ted
On Aug 19, 2014, at 12:29 PM, Chuck Hill wrote:
> Sorry, I missed th
You have to set host to the external IP for others to address your machine.
Sent from my iPad
> On Aug 19, 2014, at 12:29 PM, Chuck Hill wrote:
>
> Sorry, I missed the "I would do this to show someone here in the office”
> part. Try setting –WOHost to 10.1.12.138
>
> Otherwise… I dunno.
>
>
Sorry, I missed the "I would do this to show someone here in the office” part.
Try setting –WOHost to 10.1.12.138
Otherwise… I dunno.
Chuck
On 2014-08-19, 9:25 AM, "Theodore Petrosky" wrote:
Thanks Chuck but no joy. In the url I see:
http://localhost:68005/cgi-bin/WebObjects/ArticleD2W.woa
Thanks Chuck but no joy. In the url I see:
http://localhost:68005/cgi-bin/WebObjects/ArticleD2W.woa
and that works on my machine but below does not!!
http://10.1.12.138:68005/cgi-bin/WebObjects/ArticleD2W.woa
where 10.1.12.138 is my IP
Safari can’t open the page
“10.1.12.138:64005/cgi-bin/Web
Set –WOHost to localhost?
On 2014-08-19, 8:01 AM, "Theodore Petrosky" wrote:
yes, I saw that. however, in the past, I left that alone and I could use the
local loopback address for me, and then the internal IP to people that i wanted
to have looking at my progress. Then there is the issue of DH
Sorry about that - I have a change coming to address it.
On Tue, Aug 19, 2014 at 9:41 AM, Hugi Thordarson wrote:
> Hi all.
>
> After upgrading to the latest version of Wonder my Applications fail to
> start, complaining that something called WOWebServicePatch can’t find the
> class org/apache/a
yes, I saw that. however, in the past, I left that alone and I could use the
local loopback address for me, and then the internal IP to people that i wanted
to have looking at my progress. Then there is the issue of DHCP. My IP will
change, so I would have to update that setting.
On Aug 19,
It should be a runtime property to the WOApplication ( Run -> Run
Configurations ... -> WOApplication -> YourApplication -> WO [tab] ->
-WOAdaptorURL = "http://10.1.12.138/cgi-bin/WebObjects";
The rest should be manhandled automagically
On 19.8.2014, at 14:21, Theodore Petrosky wrote:
>
Hi all.
After upgrading to the latest version of Wonder my Applications fail to start,
complaining that something called WOWebServicePatch can’t find the class
org/apache/axis/EngineConfiguration.
Turns out the class is in JavaXML.framework, which I’ve stopped including in my
projects (since i
In the New Eclipse 4.4, so far I am working beautifully. but I hit a little
snag. When I debug my app, Safari opens with a URL
http://127.0.0.1:62432/cgi-bin/WebObjects/ArticleD2W.woa
local loop back address.
so I copy and paste the address but use the computer IP
http://10.1.12.138:62432/cgi-
Hi Ted,
Maybe I didn't get your question, but:
> public NSArray importantPdfs() {
>return pdfs(isImportant.eq(true), null, false);
> }
> 100 : pageConfiguration = 'EditArticle' => tabSectionsContents = ((“main",
> "pubRelease", "articleTitle", "description", "complete"), ("Important PDFs
16 matches
Mail list logo