You can precompile jsp using
wget and jsp_precompile=true
for example I use this:
#!/usr/bin/posix/sh
for aJSP in $(find $HELIOS -name "*.jsp" | sed -e "s:$HELIOS::g") ; do
wget http://vhpuw51:7777$aJSP?jsp_precompile=true
done
Le 11/10/2007 15:26, Pid a écrit :
Arun wrote:
jspc:
What is wrong?
You're sending me twice as many mails as you need to, for a start.
Reply-to-all is unnecessary - just reply to the list please.
The error message tells you what's wrong, on line 10.
"navigation.jsp(10,20) attribute for %>" is not properly terminated "
Does the html:link tag href attribute accept scriptlets?
Probably not.
Does it accept dynamic runtime expression values?
Check in the tld definition
You'll likely have to use an expression language statement instead of a
script variable, e.g. ${pageContext.request.contextPath}
p
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]