This website uses cookies. By clicking OK, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Plug in Wait for Process exit untill my Web server got started (listening to port)?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Mohasin
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Sep 27, 2013
04:43 PM
Plug in Wait for Process exit untill my Web server got started (listening to port)?
HI
I want user to wait untill my local server listening to port (i mean untill My server got started) i have to make user wait and after that want to Launch browser with the http:\localhost\8080 to open the web application. can u please provide any guide how can i do ?
I have created windows service and after install complete screen , i am starting that service which takes some time to listening port.
So what should be the WFPE_NAME in Wait for Process exit to wait user untill my web server started and listening to port? then after i want to launch browser with localhost?
Thanks in advanced.
I want user to wait untill my local server listening to port (i mean untill My server got started) i have to make user wait and after that want to Launch browser with the http:\localhost\8080 to open the web application. can u please provide any guide how can i do ?
I have created windows service and after install complete screen , i am starting that service which takes some time to listening port.
So what should be the WFPE_NAME in Wait for Process exit to wait user untill my web server started and listening to port? then after i want to launch browser with localhost?
Thanks in advanced.
2 Replies
avudaithangam
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Oct 05, 2013
04:20 AM
Plug in Wait for Process exit untill my Web server got started (listening to port)?
Hi,
The plugin executes tasklist command and checks if the process with name $WFPE_NAME$ is not shown in the list. I believe, this plugin might not serve your purpose. you can try using "sc query servicename" and see if the status of the service is running.
The plugin executes tasklist command and checks if the process with name $WFPE_NAME$ is not shown in the list. I believe, this plugin might not serve your purpose. you can try using "sc query servicename" and see if the status of the service is running.
Mohasin
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Oct 07, 2013
11:06 AM
Thank you avudaithangam.
thank you for your guide..avudaithangam , i'll try to get code using sc service name but I coul'nt found action for custom code in Post Install.
thank for you guide.
thank for you guide.