| Author |
how to change jsp location
|
Raghda Ismail
Greenhorn
Joined: Feb 22, 2009
Posts: 23
|
|
Hi everybody ,
I have a simple question here.
I am using tomcat and i have a project name Signin
I used to put my jsp files directly under Signin folder (beside WEBINF folder) and every thing works fine
but now i want to organize the project and i want to create JSP folder under which i put all my jsp files
how to tell tomcat that my JSP folder is where it will find my jsp files??
Thanks in advance
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56153
|
|
|
You don't have to tell Tomcat anything. The address to the JSP will simply be part of the URL.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Raghda Ismail
Greenhorn
Joined: Feb 22, 2009
Posts: 23
|
|
|
Thanks Beer ,it worked for me and sorry if the question was so trivial
|
 |
 |
|
|
subject: how to change jsp location
|
|
|