• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

URGENT

 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to check whether on my computer webserver is running or not? If not howe to start.
Please reply soon.
ss
 
Sheriff
Posts: 4313
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1- Try hitting the URL for your webserver from a browser -- if you can access the home page -- your webserver is on!
2- If you don't know what port your webserver is running on, try calling 'netstat -a' from the command line. It will give you a list of ports being used. look for something like :http or :80
3- Check the instructions for your particular web server to find out to start it... each work a bit differently.
4- Try titling your thread something relevant to the topic instead of "URGENT" try "URGENT: How to Start a WebServer?" that way when people are using our search utility, and come across your post, they'll have an idea what the thread is about.
[ June 03, 2002: Message edited by: Jessica Sant ]
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sanjeev,
You have not mentioned the OS that you are using. Assuming that you are using Windows (standard 2k) you should go to the services to check what all services are running on your computer. There are many methods to go to services consold.
1.Start>Program>Administrative tools>services or
2.Start>run and type services.msc and press OK.

World wide Web Publishing Service is responisible for running web server (IIS) on your computer. Look at the status of this sevice. If it is not started, right click on the service and select start from the context menu.
Hope it helps solve your URGENT problme.
 
Sanjeev Shahi
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi! all,
thanks for your5n reply. Actually I am tryin g to run .asp file in browser.
Rahul I worked on ur command..
and saw the IIS admin service is started. But, still cannot execute .asp in browser. What to do?
thanks,
ss
 
Jessica Sant
Sheriff
Posts: 4313
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Sanjeev Shahi:
Actually I am tryin g to run .asp file in browser.... I saw the IIS admin service is started. But, still cannot execute .asp in browser. What to do?


Maybe you should try asking this question in Microsoft forum?? JSP and ASP aren't quite compatible technologies.
 
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First thing, the subject is NOT very indicative of the topic.
Then this is NOT a forum for ASP.
Please continue the discussion in Meaningless Drivel.
Thanks.
- madhav
 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Open Internet Service Manager and check the properties of the directory which contains your asp files. The permissions should be either script or execute.
 
Ranch Hand
Posts: 5399
1
Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Madhav Lakkapragada:
First thing, the subject is NOT very indicative of the topic.


subject should be like this

Please continue the discussion in Meaningless Drivel.
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I do not understand if your webserver is not running then why U do not post your issue in relevant section....
Here we talk everything under the sun when sun has eclipsed on technology....
 
It's a tiny ad. At least, that's what she said.
Thread Boost feature
https://coderanch.com/t/674455/Thread-Boost-feature
reply
    Bookmark Topic Watch Topic
  • New Topic