Link to home
Start Free TrialLog in
Avatar of mph23
mph23Flag for United States of America

asked on

Testing website from web server

I have recently been tasked to maintain a website developed by someone else on a Windows box. The website is developed using java and html.

How do I test the website modules directly from the web server.

Can I run http://localhost or something like that?
Do I need to specify a port? If so, how can I figure out which one to use?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mph23

ASKER

It is a public website, but I thought there was a special way to view it when you're actually on the web server.
Even if it responds to 'localhost', you will still see the same thing you see from the public access.  It is possible to configure a site to have special restricted access locally but that is not very common.