Re: [appengine-java] only allowing local connections to dev server?

2011-04-11 Thread Luis Montes
That worked.  Thanks!


In case anyone else has trouble:

>From eclipse, right-click on project and select Run Configurations.  Then
add --address=0.0.0.0  to Program arguments section of Arguments tab.



Luis


On Mon, Apr 11, 2011 at 2:54 AM, Fabrizio Accatino  wrote:

> Perhaps a better solution:
> use the --address paramater
>
> http://code.google.com/appengine/docs/java/tools/devserver.html#Command_Line_Arguments
> 
>   fabrizio
>
> On Mon, Apr 11, 2011 at 7:56 AM, Fabrizio Accatino wrote:
>
>> I use rinetd. It's a port forwarder.
>> http://www.boutell.com/rinetd/
>>
>> fabrizio (from android)
>> Il giorno 10/apr/2011 19.57, "Luis Montes"  ha
>> scritto:
>>
>> > When running a java webapp in eclipse it seems that I can only connect
>> to
>> > the dev jetty instance from the localhost. Is jetty fired up only bound
>> to
>> > 127.0.0.1?
>> >
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] only allowing local connections to dev server?

2011-04-11 Thread Fabrizio Accatino
Perhaps a better solution:
use the --address paramater
http://code.google.com/appengine/docs/java/tools/devserver.html#Command_Line_Arguments

  fabrizio

On Mon, Apr 11, 2011 at 7:56 AM, Fabrizio Accatino  wrote:

> I use rinetd. It's a port forwarder.
> http://www.boutell.com/rinetd/
>
> fabrizio (from android)
> Il giorno 10/apr/2011 19.57, "Luis Montes"  ha
> scritto:
>
> > When running a java webapp in eclipse it seems that I can only connect to
> > the dev jetty instance from the localhost. Is jetty fired up only bound
> to
> > 127.0.0.1?
> >
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] only allowing local connections to dev server?

2011-04-10 Thread Fabrizio Accatino
I use rinetd. It's a port forwarder.
http://www.boutell.com/rinetd/

fabrizio (from android)
Il giorno 10/apr/2011 19.57, "Luis Montes"  ha scritto:
> When running a java webapp in eclipse it seems that I can only connect to
> the dev jetty instance from the localhost. Is jetty fired up only bound to
> 127.0.0.1?
>
> I have some mobile wifi devices (android, ipad, etc.) that I'd like to
test
> with on the LAN but it seems that I'm going to have do some tunneling or
> proxying to get things to work.
>
> I can't find a way to configure networking in the sdk. Is
> 127.0.0.1:hardcoded somewhere?
>
>
> Luis
>
> --
> You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
> To post to this group, send email to
google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] only allowing local connections to dev server?

2011-04-10 Thread Luis Montes
When running a java webapp in eclipse it seems that I can only connect to
the dev jetty instance from the localhost.  Is jetty fired up only bound to
127.0.0.1?

I have some mobile wifi devices (android, ipad, etc.) that I'd like to test
with on the LAN but it seems that I'm going to have do some tunneling or
proxying to get things to work.

I can't find a way to configure networking in the sdk.  Is
127.0.0.1:hardcoded somewhere?


Luis

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.