Thanks for your reply, Thomas. Answer provided by you is the main objective of the need. However, the way it shall be done is the problem comes in Eclipse.
If you provide the --address=x.x.x.x, it will be stripped in the VM arguments. Solution, they provided an option text box, where the IP address can be entered. See image. when you enter the IP address, you can see the --address argument is added in the VM arguements. Upto now is perfect. When we start the server, with LAN IP address entered, "start operation" starts, development server started message is displayed. However, the operation is not completed (I mean to say the process bar is running at 100% display). After some time, operation time exceeds the time limit, and the server stopped throwing an error. Thats the story. Hope, now you understand the problem, and where I am facing the issue. <https://lh3.googleusercontent.com/-TPDSPjhf7yw/VwKElxMZsVI/AAAAAAAAB_Y/yOyreNiAixE9kBolIsJdGYAA0qqNen7Bg/s1600/blog_bindadd.png> On Saturday, April 2, 2016 at 5:37:25 PM UTC+5:30, Thomas Taschauer wrote: > > Sounds like you want to expose your development server to your LAN, is > that correct? If so, try this: > https://cloud.google.com/appengine/docs/java/tools/devserver#Command_Line_Arguments > > and http://stackoverflow.com/a/30578856/198996 > > On Friday, April 1, 2016 at 2:05:40 PM UTC+2, Prakash A wrote: >> >> Developing an Web App Dynamic Module using core Java. Created the >> development server appropriately. >> >> When I start the server, it runs perfectly. >> >> However, when I set the "Local Interface address to bind to" value (I >> have entered a proper value), the server starts (I can see "Dev App Server >> is now running" in the console), and then the process shows an error with >> timeout. >> >> I see this happening, when I enter the bind to IP address value. >> >> I try to increase the Start Timeout from 240s to 480s. Still same issue. >> > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/8912b398-80ae-4c43-8f96-b019f318a89d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
