This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Iam able to work with jsp when i kept my .html files and .jsp in the same folder.I want to have a separate folder to keep all my .html and .jsp pages .how can i do.Can any body give me some ideas based on this situation?
In the same web root folder make two folders first for html and second for the jsp. keep the corresponding files in that. That is all. But you need to change the paths of the JSPs and HTML in your application.
Originally posted by v venkatesh: Iam able to work with jsp when i kept my .html files and .jsp in the same folder.I want to have a separate folder to keep all my .html and .jsp pages .how can i do.Can any body give me some ideas based on this situation?