I am using ColdFusion 8 and I would like to fetch a JSP Hello World message in ColdFusion. I tried both attempts below where the hello.jsp is a simple Hello World message.
<cfscript>
GetPageContext().include("http://myserver:8080/myapp/hello.jsp");
</cfscript>
and
<cfoutput>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.