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
Explain static method?
How is jsp used in the mvc model?
How to run java program in jsp page?
What are the attributes on page directives?
Explain the difference between jspwriter and servlet printwriter in jsp?
What are the scopes available in
How to configure init parameters for jsp?
How do I save a jsp file?
Which package does jsp api consist of?
How are the jsp requests handled?
What is the jspdestroy() method?
Differentiate between include directive and include action.
Explain the jsp life cycle?
How can a thread safe JSP page be implemented?
How to restrict page errors display in a JSP page?