Prepare for your Next Interview
This is a discussion on Invoking JSP within the JSP forums, part of the Web Development category; I have written a simple jsp file to launch in Tomcat server. Where i am suppose to place the jsp file and execute ?...
|
|||
|
Invoking JSP
I have written a simple jsp file to launch in Tomcat server. Where i am suppose to place the jsp file and execute ?
|
| The Following 3 Users Say Thank You to thiyaguj19 For This Useful Post: | ||
| Sponsored Links |
|
|||
|
Re: Invoking JSP
Create a folder(root folder) under that folder create a WEB-INF folder and place the .jsp files under the root folder.and place the root folder in webapps folder of the tomcat server.thts it.
|
|
|||
|
Re: Invoking JSP
place your jsp here
E:\tomcat5.0\webapps\ROOT whenever you start tomcat it's automatically deployed you need not create any folder structure for simple jsp's and html |