Now, to verify that it was created correctly in CVS, we will perform a
@@ -115,7 +115,7 @@ or code it from scratch.
cd {my home directory}
cd myapp
-emacs build.xml <-- if you want a real editor :-)
+emacs build.xml <-- if you want a real editor :-)
cvs add build.xml
cvs commit
@@ -188,7 +188,7 @@ building and testing is successful), commit the new file to the repository.
For example, to create a new JSP page:
cd {my home directory}
-cd myapp/web <-- Ultimate destination is document root
+cd myapp/web <-- Ultimate destination is document root
emacs mypage.jsp
cvs add mypage.jsp
... build and test the application ...
@@ -218,7 +218,7 @@ commands (generally, you will want a shell window open that is set to
the project source directory, so that only the last command is needed):
cd {my home directory}
-cd myapp <-- Normally leave a window open here
+cd myapp <-- Normally leave a window open here
ant
diff --git a/webapps/docs/appdev/sample/web/WEB-INF/web.xml b/webapps/docs/appdev/sample/web/WEB-INF/web.xml
index 8162489ec..08b705377 100644
--- a/webapps/docs/appdev/sample/web/WEB-INF/web.xml
+++ b/webapps/docs/appdev/sample/web/WEB-INF/web.xml
@@ -22,8 +22,8 @@
Hello, World Application
- This is a simple web application with a source code organization
- based on the recommendations of the Application Developer's Guide.
+ This is a simple web application with a source code organization
+ based on the recommendations of the Application Developer's Guide.
diff --git a/webapps/docs/apr.xml b/webapps/docs/apr.xml
index 1df732abb..51a8f7d54 100644
--- a/webapps/docs/apr.xml
+++ b/webapps/docs/apr.xml
@@ -104,7 +104,7 @@
-
+
@@ -171,14 +171,14 @@
-
+
For AJP configuration, see the AJP
connector configuration documentation.
-
+
ParameterName
-
Default
-
Description
-
+
Default
+
Description
+
--Description
@@ -156,8 +156,8 @@
--User
User account used for running executable. It is used only for
- StartMode java or exe and enables running applications
- as service under account without LogonAsService privilege.
+ StartMode java or exe and enables running applications
+ as service under account without LogonAsService privilege.