hi
Is it possible to include jsp page that is on another server using <include
page=...> directive ? When i try to do something like this :
...
<jsp:include page="http://SERVER_NAME:8080/TEST/Test.jsp" flush="true" />
...
Tomcat generates error : http://SERVER_NAME:8080/TEST/Test.jsp file not
found
Maybe there is another solution to include jsp pages that are not relative
to current jsp page. Anybody knows ?
greetings
MS
-
include directive (3 messages)
- Posted by: Marcin Sawadro
- Posted on: June 05 2002 03:48 EDT
Threaded Messages (3)
- include directive by Matthew Machczynski on June 05 2002 09:55 EDT
- include directive by Craig Brown on June 06 2002 09:57 EDT
- include directive by Maxim Ragozin on June 08 2002 16:04 EDT
-
include directive[ Go to top ]
- Posted by: Matthew Machczynski
- Posted on: June 05 2002 09:55 EDT
- in response to Marcin Sawadro
according to the jsp 1.2 spec, there isn't. Page 54 or section 2.10.3 specifies this. -
include directive[ Go to top ]
- Posted by: Craig Brown
- Posted on: June 06 2002 09:57 EDT
- in response to Marcin Sawadro
Not sure if you can do that from another server. All the ones we do are relative. Is that a possiblity, or do you have to include from another server? -
include directive[ Go to top ]
- Posted by: Maxim Ragozin
- Posted on: June 08 2002 16:04 EDT
- in response to Craig Brown
JSTL at http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html . Check <c:import /> JSP tag