Confused !! How to run a jsp file?
843835Jul 12 2003 — edited Jul 14 2003My operating system is Windows 2000.
Because I want to use JSP 1.2 to run my jsp files, I thought that I should download and install Tomcat 4.1 .
When I tried to install Tomcat 4.1, it showed a message that it is going to use Java Development Kit found in C:/j2sdk1.4.0_03 .
I think that JSP 1.2 is a feature in J2EE 1.4 not in J2SE 1.4. If this is right, why Tomcat asked for J2SE 1.4 instead of J2EE 1.4 .
Ok, I installed Tomcat as it requires.
Also, I setup the IIS in my computer : I made a virtual directory and I select Read and Run Script from the Acess Permission window.
But still my jsp files do not work!
If someone can help me with a clear scenario to run a jsp file! and I am sure it will be also a good reference for many JSP beginners.