Re: eclipse 4.4 server IP

2014-08-20 Thread Theodore Petrosky
I forgot that I could set the DHCP server to statically assign my machine by way of the MAC address. So my machine is ‘guaranteed’ to get the IP and I don’ t have to worry about dynamic addresses. thanks for the idea! On Aug 19, 2014, at 3:25 PM, Bastian Triller bastian.tril...@gmail.com

eclipse 4.4 server IP

2014-08-19 Thread Theodore Petrosky
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

Re: eclipse 4.4 server IP

2014-08-19 Thread Theodore Petrosky
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,

Re: eclipse 4.4 server IP

2014-08-19 Thread Chuck Hill
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

Re: eclipse 4.4 server IP

2014-08-19 Thread Theodore Petrosky
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

Re: eclipse 4.4 server IP

2014-08-19 Thread Chuck Hill
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

Re: eclipse 4.4 server IP

2014-08-19 Thread Paul Yu
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 ch...@global-village.net 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

Re: eclipse 4.4 server IP

2014-08-19 Thread Theodore Petrosky
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 ch...@global-village.net

Re: eclipse 4.4 server IP

2014-08-19 Thread Theodore Petrosky
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

Re: eclipse 4.4 server IP

2014-08-19 Thread Paul Yu
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 tedp...@yahoo.com wrote: of course the

Re: eclipse 4.4 server IP

2014-08-19 Thread Bastian Triller
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

Re: eclipse 4.4 server IP

2014-08-19 Thread Theodore Petrosky
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 bastian.tril...@gmail.com wrote: Try setting the adaptor url with your hostname (like Teds-macbook) and add that hostname to the 127.0.0.1