| Author |
difference between jsp:include and include directive
|
sureshreddy puli
Greenhorn
Joined: Sep 28, 2005
Posts: 29
|
|
Hello, Please tell me the difference between difference between jsp:include & <%@ include file='file' %>. And also the difference between apache webserver and tomcat webserver.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56152
|
|
One is a run-time include and the other is a translation-time include. This gets asked a lot so look through the forum history if you'd like more details. Apache is a traditional web server. Tomcat is a web server and servlet/JSP container.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: difference between jsp:include and include directive
|
|
|