[appengine-java] Re: regording to change the port number

2009-09-11 Thread Jason (Google)
All App Engine documentation is at http://code.google.com/appengine/docs/, including a Getting Started Guide for Java at http://code.google.com/appengine/docs/java/gettingstarted/. - Jason On Thu, Sep 10, 2009 at 2:51 AM, anu nimmala wrote: > Hi sreeekanth, > > So nice of u. Thanks for your repl

[appengine-java] Re: regording to change the port number

2009-09-10 Thread anu nimmala
Hi sreeekanth, So nice of u. Thanks for your reply, I have been working on dat sample app and its working fine,iam really thankful to you.Actually when i searched for some developer guides book, and i could find a developer guide book for python (free download) but not able to find a developer gu

[appengine-java] Re: regording to change the port number

2009-09-09 Thread Sreekanth Raju R
hi, hope this will help you http://dlinsin.blogspot.com/2009/04/playing-with-google-app-engine.html also you can try sample apps in the demos folder appengine-java-sdk-1.2.5\demos\ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[appengine-java] Re: regording to change the port number

2009-09-09 Thread nimmala anukarthi
Hi srikanth, Iam very happy to see your reply,thanks a lot i got the process and iam able to do it now ,thanku so much for your reliable support . Iam new to this googleappengine sdk with java using eclipse,and i just started working on it and i want to develop some sample applications on

[appengine-java] Re: regording to change the port number

2009-09-09 Thread Sreekanth Raju R
to start the server right click on project Run As > Web Application the following message will be displayed in the 'Console' The server is running at http://localhost:8080/ to stop the server in the 'Console' at the top you find tab 'Display Selected Console' click on that tab, you will see a l

[appengine-java] Re: regording to change the port number

2009-09-09 Thread nimmala anukarthi
Hi , Thanks for your reply,as you know iam working on devapp server (google appengine with java using eclipse) I dont know how to stop the server and start the server .So please help me and tell me how can i stop the server and start the server in eclipse thanks in advance anu On W

[appengine-java] Re: regording to change the port number

2009-09-09 Thread Sreekanth Raju R
if you try to run the server, which is already running on the particular port then also the socket error will be displayed. please make sure that you have stopped the server then only start again. --~--~-~--~~~---~--~~ You received this message because you are subs

[appengine-java] Re: regording to change the port number

2009-09-09 Thread nimmala anukarthi
Hi, Thanks for your reply, the solution which u provided is working,but iam facing another problem with it .when ever i run my same application iam supposed to change the port number,so but i want to set the port number permanently so i need not change port number when ever i run the same applicat

[appengine-java] Re: regording to change the port number

2009-09-09 Thread nimmala anukarthi
Hi thanks a lot for your reply,actually its working if i do as if u suggested but the problem what iam facing is when i ever i run my particular application for every instance of runninin process i have to change the port number or else its showing me with the following error On Tue, Sep 8, 200

[appengine-java] Re: regording to change the port number

2009-09-08 Thread Sreekanth Raju R
right click on the project, go to Run As/ Run Configurations under 'Web Application' select the project and change the port number. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group.