We Talk Coding

How do I test my JavaServer Pages without first buying a webserver?

I want to create a website with dynamic contect using JavaServer Pages. I intend to buy a webserver eventually, but for the time being, I just want to work on my programming. Are there any free webservers or pseudo-webservers (or are there any other ways) out there that would allow me to test my JSP programs?

Public Comments

  1. set up your own webserver on the computer you are using now. just install apache or use windows' iis. there are pleanty of tutorials out there to explain how step by step.
  2. Setting up a test server on your own computer is probably the best way to test for free. More specifically Apache Tomcat would provide for jsp. You can learn more from the Apache website http://www.apache.org.
Powered by Yahoo! Answers