how the jsp file is compiled?
Answer Posted / annasmith
first save the jsp file with extension .jsp and then you should keep that file in "webapps" folder in apachetomcat server. And than start the server(click on start->all programs->apachetomcat->configure tomcat).next you should go to internet explorer and give url in address bar i.e(http:\\localhost:(urserverport number)\)
it shows tomcat home page and then click on the tomcat manager
it shows list of all your applications click on your application and then you are done.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can you call jsp from servlet?
How to find out the name of the http method using jsp el?
How run jsp program in netbeans?
Can we implement an interface in a jsp?
Is the session object always created on the jsp page, is it possible to disable its creation?
How do you delete a cookie within a jsp?
How are custom tags in jsp created?
Can we write java code in jsp?
What are jsp implicit objects?
What is jsp in javascript?
How do I mix jsp and ssi #include? What is the difference between include directive & jsp:include action?
What is expression language injection?
What are the different types scripting elements in jsp?
What are the benefits of pagecontext implicit object?
Can we use jstl in html?