Hi, The "-port" argument is for specifying the port of the embedded server. In your case, you're running an external server, so the "-port" is not needed, and that's why it is getting removed.
jason On Mon, Apr 12, 2010 at 10:21 AM, Abdullah Shaikh < [email protected]> wrote: > In the "Server" tab, I see a option to run built-in server, and I have the > check box unchecked, bcoz I want to run the gwt app in my external server. > > I have check the checkbox it adds -port 8080 -server. > > - Abdullah > > > On Mon, Apr 12, 2010 at 6:37 PM, Katharina Probst <[email protected]>wrote: > >> Hi, >> >> In your run/debug configuration, if you go to the "Server" tab, what does >> it say? This tab also sets the port and the -noserver (or server) >> arguments, so you'll want to make sure they're not in conflict with your >> "Arguments" tab. >> >> kathrin >> >> >> On Mon, Apr 12, 2010 at 8:33 AM, Abdullah Shaikh < >> [email protected]> wrote: >> >>> Yes the -port & port number disappears for me too .... >>> >>> Below are the arguments that are automatically set for me, and I just add >>> the -port argument since I want to use a different port. >>> >>> -startupUrl /myapp/MyApp.html -noserver -remoteUI >>> "${gwt_remote_ui_server_port}:${unique_id}" -logLevel INFO -war >>> /home/abdullah/projects/myapp_ws/MyApp/war com.app.myapp.MyApp >>> >>> Do I need to set the ${gwt_remote_ui_server_port} or something ? >>> >>> - Abdullah >>> >>> >>> On Mon, Apr 12, 2010 at 4:54 PM, Ian Bambury <[email protected]>wrote: >>> >>>> In the Run Configs - Arguments I add -codeServerPort -noserver and >>>> -port. If I restart Eclipse, or go to the arguments, or after a while of >>>> just running via the run button, the -port switch and port number >>>> disappear. >>>> >>>> Anyone else get this? Any way to make it 'stick'? Is it a bug in the >>>> GEP? >>>> >>>> Ian >>>> >>>> http://examples.roughian.com >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Google Web Toolkit" group. >>>> To post to this group, send email to >>>> [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]<google-web-toolkit%[email protected]> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/google-web-toolkit?hl=en. >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Google Web Toolkit" group. >>> To post to this group, send email to [email protected] >>> . >>> To unsubscribe from this group, send email to >>> [email protected]<google-web-toolkit%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/google-web-toolkit?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-web-toolkit%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
