diff options
Diffstat (limited to 'docs/sandbox')
-rw-r--r-- | docs/sandbox/trails/j2ee.adoc | 2 | ||||
-rw-r--r-- | docs/sandbox/trails/myeclipseide.adoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/sandbox/trails/j2ee.adoc b/docs/sandbox/trails/j2ee.adoc index a483a7b79..efca55e77 100644 --- a/docs/sandbox/trails/j2ee.adoc +++ b/docs/sandbox/trails/j2ee.adoc @@ -54,6 +54,6 @@ up ajc as the compiler, do the following before starting Tomcat: common directory supported by the server. . Alternatively, you can precompile JSP's using - xref:#j2ee-tomcat4-precompileJsp[this Ant script]. That involves + xref:../scripts/precompile-jsp.build.xml[this Ant script]. That involves manually updating the `web.xml` file with the `Jasper`-generated servlet mappings. diff --git a/docs/sandbox/trails/myeclipseide.adoc b/docs/sandbox/trails/myeclipseide.adoc index de64c7e60..372591131 100644 --- a/docs/sandbox/trails/myeclipseide.adoc +++ b/docs/sandbox/trails/myeclipseide.adoc @@ -54,4 +54,4 @@ web.xml. It would be great to get this working with AJDT. * I adapted the Tomcat precompile script to use AspectJ's iajc. This works fine, but like all Jasper2 solutions required the generated servlet mappings be copied manually into the web.xml file. See -xref:#j2ee-tomcat4-precompileJsp[the Ant build script] +xref:../scripts/precompile-jsp.build.xml[the Ant build script]. |