Does any one know any links to tutorials on how to set a PC up to work as a web server that support JSP?
feedback
|
migrated from stackoverflow.com Mar 10 '11 at 12:14
This question came from our site for professional and enthusiast programmers.
See Also | |||||||||
feedback
|
|
Well if you can access localhost:8080 from you own PC it sounds like routing Problem if not maby the Port is busy by other process, try using another Port. Are you trying to access your external IP from your own network or outside? Can you ping your own IP from outside the network? If possible try to connect directly to the Internet (without the router) so you can locate the Problem, for me it sounds like your Router is the Problem. | |||
|
feedback
|
|
If you are using Windows you can use XAMPP http://www.apachefriends.org/en/xampp.html or on linux you can also use XAMPP but in both cases you need to add the Tomcat addon, It has a web based config and control system. and supports | |||
|
feedback
|