This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 63076508ff Clarify doc following feedback
63076508ff is described below
commit 63076508ff1d4d06acb28f168c013e51c046cbd5
Author: remm <[email protected]>
AuthorDate: Fri Dec 15 09:29:58 2023 +0100
Clarify doc following feedback
---
webapps/docs/graal.xml | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/webapps/docs/graal.xml b/webapps/docs/graal.xml
index d427898c07..8634442cdf 100644
--- a/webapps/docs/graal.xml
+++ b/webapps/docs/graal.xml
@@ -71,10 +71,10 @@ cd $JAVA_HOME/bin
<p>
Download the Tomcat Stuffed module from
- https://github.com/apache/tomcat/tree/main/modules/stuffed and place
- all the files in a folder <code>stuffed</code> in this documentation.
+ <code>https://github.com/apache/tomcat/tree/main/modules/stuffed</code>.
+ For convinience, an env property can be set:
<source>export TOMCAT_STUFFED=/absolute...path...to/stuffed</source>
- The build process now requires both Ant and Maven.
+ The build process now requires both Apache Ant and Maven.
</p>
</section>
@@ -82,9 +82,10 @@ cd $JAVA_HOME/bin
<section name="Packaging and Building">
<p>
- Inside the tomcat-stuffed folder, the directory structure is the same as
for
- regular Tomcat. The main configuration files are placed in the conf folder,
- and if using the default server.xml the webapps are placed in the webapps
+ Inside the <code>$TOMCAT_STUFFED</code> folder, the directory structure
+ is the same as for regular Tomcat. The main configuration files
+ are placed in the <code>conf</code> folder, and if using the default
+ <code>server.xml</code> the webapps are placed in the <code>webapps</code>
folder.
</p>
@@ -94,8 +95,9 @@ cd $JAVA_HOME/bin
<source>cd $TOMCAT_STUFFED
mvn package
ant -Dwebapp.name=somewebapp -f webapp-jspc.ant.xml</source>
- Dependencies for the webapp should now be added to the main pom.xml,
- following with building the complete fat JAR.
+ Dependencies for the webapp should now be added to the main
+ <code>$TOMCAT_STUFFED/pom.xml</code>,
+ following by building the complete fat JAR.
<source>mvn package</source>
</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]