I'm creating a website as my college project which consists of HTML pages and JSP.
I've started writing JSP code, but don't know how to run it.
Can you tell me how to proceed after creating JSP file.
(i've created Login.jsp and login.html file. Gave
<form method=post action="Login.jsp"> in login.html file.)
What next? How to run the files?
I have installed Tomcat and JCreator.
Please help, its very urgent...!
(is it possible without having to write XML file?)