Posted By:
Eduardo_Perez
Posted On:
Monday, September 3, 2001 08:28 AM
Hi!
I want to serve 'myfile.xxx', but generated with Tomcat via JSP.
I mean, I store 'myfile.xxx' in TOMCAT_HOME/webapps/ROOT/:
------//-----------
<%
int number=2;
%>
The number is
<%=number%>
----//-------------
And I want to see 'The number is 2'
How must I configure 'tomcat.conf'???