Forum Moderators: coopster & phranque

Message Too Old, No Replies

JSP and Perl

Workaround for using Perl SSI in JSP's

         

Alternative Future

5:22 pm on Mar 9, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi all,

My site uses the JSP framework, so all served pages on my site are *.jsp mainly coming from the tamplate.jsp.
My question: Is there a workaround for using a perl SSI in my jsp pages?
I have set-up a mod_rewrite rule to allow/show all my site content within the sitemap in .html files but still no joy with the perl SSI I have included...
Any help on this matter is appreciated :)

KR,

George

Alternative Future

3:19 pm on Mar 10, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



[Update]

Right I understand that it is not possible to use SSI (cgi) scripts within my JSP!

Has anyone ever had any success with using:
<%
Runtime.getRuntime().exec
%>
to run a cgi-script?

KR,

-gs