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 <[email protected]> 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 /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 
> the dns server).
> 
> if the application doesn't get bound to the right address, consider the diff 
> below. wohostutilities will consider all ip addresses of all interfaces 
> (except link local addresses) as localhost address if you set the property 
> "er.extensions.WOHostUtilities.autoaddlocalhostips" to true. The application 
> is then available through every ip (including ipv6 addresses). If your dhcp 
> is configured appropriately
> https://github.com/btriller/wonder/commit/19ccfd4b359a93bf5998e267eaab34e986eff842#diff-d41d8cd98f00b204e9800998ecf8427e
> 
> On 19 Aug 2014 17:02, "Theodore Petrosky" <[email protected]> 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 DHCP. My IP 
> will change, so I would have to update that setting.
> 
> 
> 
> 
> On Aug 19, 2014, at 10:44 AM, Þór Sigurðsson <[email protected]> wrote:
> 
> >
> > 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 <[email protected]> wrote:
> >
> >> 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-bin/WebObjects/ArticleD2W.woa
> >>
> >> I would do this to show someone here in the office and in the old Eclipse 
> >> it would work. Is there a property I need to set to get this 
> >> functionality? I’ve been hunting in the preferences but don’t see anything 
> >> that looks like the solution.
> >>
> >> Ted
> >> _______________________________________________
> >> Do not post admin requests to the list. They will be ignored.
> >> Webobjects-dev mailing list      ([email protected])
> >> Help/Unsubscribe/Update your Subscription:
> >> https://lists.apple.com/mailman/options/webobjects-dev/thors%40samgongustofa.is
> >>
> >> This email sent to [email protected]
> >
> >
> > ________________________________
> >
> > Fyrirvari á tölvupósti / e-mail disclaimer
> > http://samgongustofa.is/fyrirvari/
> 
> 
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/bastian.triller%40gmail.com
> 
> This email sent to [email protected]

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to