if u know about servlet it is very easy to do. this is also do like that only. 1.create a root-directory. 2. under this u can create WEB-INF directory. 3.under this u can create Classes and lib directries. 4.after that u put the jsp file(source file) under root-directory means besides WEB-INF directory. 5.after that u can put the this hole setup in webapps folder in tomcat server.then u can run ur tomacat server. in the url of webbrowser,u can write like this. http://localhost:8000/filename.jsp
View All Comments
| View Tutorial