remove comments from jsp via tomcat

2005-04-08 Thread Steven Pannell
Hi,

Is there anyway to configure tomcat to strip out the comment tags from the
jsp files before streaming them as html to the client browsers???

with some other application servers this is possible.

thx.
Steve.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: remove comments from jsp via tomcat

2005-04-08 Thread Tim Funk
Use %-- --% comments instead of !-- --
-Tim
Steven Pannell wrote:
Hi,
Is there anyway to configure tomcat to strip out the comment tags from the
jsp files before streaming them as html to the client browsers???
with some other application servers this is possible.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: remove comments from jsp via tomcat

2005-04-08 Thread David Smith
You could place standard java comments inside of %   % pairs.
--David
Steven Pannell wrote:
Hi,
Is there anyway to configure tomcat to strip out the comment tags from the
jsp files before streaming them as html to the client browsers???
with some other application servers this is possible.
thx.
Steve.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]