|
@@ -36,7 +36,7 @@ are known problems with Tomcat 5.x that won't get fixed in Ant, please |
|
|
use Tomcat's jspc task instead.<br/> |
|
|
use Tomcat's jspc task instead.<br/> |
|
|
Instead of relying on container specific JSP-compilers we suggest deploying |
|
|
Instead of relying on container specific JSP-compilers we suggest deploying |
|
|
the raw files (*.jsp) and use the container build-in functions: after deploying run |
|
|
the raw files (*.jsp) and use the container build-in functions: after deploying run |
|
|
a test suite (e.g. with <a href="http://jakarta.apache.org/cactus/">Cactus</a> or |
|
|
|
|
|
|
|
|
a test suite (e.g. with <a href="http://attic.apache.org/projects/jakarta-cactus.html">Cactus</a> or |
|
|
<a href="http://httpunit.sourceforge.net/">HttpUnit</a>) against the deployed web |
|
|
<a href="http://httpunit.sourceforge.net/">HttpUnit</a>) against the deployed web |
|
|
application. So you'll get the test result <i>and</i> the compiled JSPs. |
|
|
application. So you'll get the test result <i>and</i> the compiled JSPs. |
|
|
</p> |
|
|
</p> |
|
|