What's up with the End unresponsive program dialog when I close the console?
I close the hello.wt.exe browser and then the console window that is opened
by it and that is when I get the dialog and I have to click "End Now" button
to get rid of it. But if click stop debugging button everything is ok. Did
I do anything wrong while closing the application or is it just this I have
to close? BTW, I ran the application second time and I did not get the
message...so that query is solved...others remain
thanks
Bhushan

On Mon, Oct 12, 2009 at 7:39 PM, Bhushan Inamdar <[email protected]>wrote:

> Hey all, I got a console after I ran the application that mentioned that it
> was starting the server...and then I got the windows firewall message and I
> had to click unblock.
> Do I need to close the port once I am done or is it done automatically?
> Will I get the firewall popup for every application I run?
> Will I get those popups while working with web hosting servers like Apache?
> Is there a way that I can host those apps on Apache?
> Generally, it is not a good idea to open ports manually but let firewall
> handle it. Does wt have anything that tells firewall that it is safe to open
> ports for this application so that I do not get that popup? Or is it only
> specific to a directory like virtual directory?
> Thanks and Regards,
> Bhushan
>
>
>
> On Mon, Oct 12, 2009 at 7:31 PM, Bhushan Inamdar <[email protected]>wrote:
>
>> Wow! that did the trick. You are genius..Thanks a lot
>> Bhushan
>> P.S.: Will get back to you with more Qs...
>>
>>
>>
>> On Mon, Oct 12, 2009 at 7:23 PM, Wim Dumon <[email protected]> wrote:
>>
>>> Bhushan,
>>>
>>> I see this error when I put a space between --http-port= and 8080.
>>> Make sure you write them without spaces: --http-port=8080, or without
>>> '=' sign: --http-port 8080
>>>
>>> Note: 0.0.0.0 means 'listen on all IP addresses', whereas if you
>>> specify an IP address, the server will only listen to that single
>>> address. That can be useful to specify 127.0.0.1 for servers that are
>>> only accessible from the local host.
>>>
>>> Hope this helps,
>>> Wim.
>>>
>>> 2009/10/12 Bhushan Inamdar <[email protected]>:
>>> > Hey all, I finally tried to build Hello.wt after going through the
>>> steps
>>> > exactly mentioned on the wiki link given below. Since I had already got
>>> the
>>> > Visual Studio build and source files from CMake, all I had to do was to
>>> > follow the remaining steps. Thus I started by selecting Project |
>>> Properties
>>> > | Debugging entering:
>>> > --http-address=0.0.0.0 --http-port=8080 --deploy-path=/hello
>>> --docroot=.
>>> >  in the 'command arguments' text box. I then set up HelloWt as my start
>>> up
>>> > project and then I put a break point on the line...
>>> > return WRun(argc, argv, &createApplication);
>>> > I get a pop up console window in which I get the following message:
>>> > Error: Adjacent parameter is empty in 'http-port'
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
>>> is the only developer event you need to attend this year. Jumpstart your
>>> developing skills, take BlackBerry mobile applications to market and stay
>>> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
>>> http://p.sf.net/sfu/devconference
>>> _______________________________________________
>>> witty-interest mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/witty-interest
>>>
>>
>>
>
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to