Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X3dExamples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
X3dExamples
Commits
109a4088
Commit
109a4088
authored
4 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
tomcat guidance
parent
53771330
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
developers.html
+23
-3
23 additions, 3 deletions
developers.html
with
23 additions
and
3 deletions
developers.html
+
23
−
3
View file @
109a4088
...
...
@@ -1981,7 +1981,6 @@ netbeans_jdkhome="C:\Program Files\Java\jdk1.8.0_221"</pre>
Tomcat manager (used by
<a
href=
"https://savage.nps.edu/X3dValidator"
>
X3D
Validator
</a>
and other tools)
(TODO restrict to NPS intranet access?)
</li>
<li>
<a
href=
"https://modelexchange.nps.edu"
>
https://modelexchange.nps.edu
</a>
...
...
@@ -2379,11 +2378,32 @@ netbeans_jdkhome="C:\Program Files\Java\jdk1.8.0_221"</pre>
<a
href=
"https://en.wikipedia.org/wiki/Apache_Tomcat"
target=
"_blank"
>
Wikipedia: Apache Tomcat
</a>
provides an excellent summary of available capabilities.
</li>
<li>
Jason Brittain with Ian F. Darwin,
<a
href=
"https://datacadamia.com/tomcat/logon"
target=
"_blank"
>
Tomcat: The Definitive Guide
</a>
,
2nd Edition, O'Reilly Media, 2008.
</li>
<li>
<a
href=
"https://datacadamia.com/tomcat/logon"
target=
"_blank"
>
Datacadamia: how to log in
</a>
includes configuration guidance.
</li>
</ul>
<p>
Example information for
<i>
conf/tomcat-users.xml
</i>
configuration file follows.
Note that any username must also be configured in the Tomcat installation itself.
</p>
<pre>
<
role rolename="admin"/
>
<
role rolename="admin-gui"/
>
<
role rolename="admin-script"/
>
<
role rolename="manager-gui"/
>
<
role rolename="manager-script"/
>
<
user username="moi" password="no-really" roles="admin,admin-gui,admin-script,manager-gui,manager-script" /
>
</pre>
<p>
Under Windows operating system, better results have been obtained when installing Tomcat as local user
rather than requiring administrator permissions.
</p>
<!-- =========================================================== -->
<h2>
...
...
@@ -2965,7 +2985,7 @@ which can lead to the Internet of Things becoming the Web of Things. </i>
<a
href=
"https://savage.nps.edu/developers.html"
>
https://savage.nps.edu/developers.html
</a>
</blockquote>
<blockquote>
Revised
21 August
2020.
Revised
14 September
2020.
</blockquote>
<p>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment