Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor 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
NetworkedGraphicsMV3500
Commits
2aff63c5
"...homework1/Fredrickson/FredricksonAssignment1Client.java" did not exist on "1faa3a77ad079be644b91b21ee6c9c561b35bdc6"
Commit
2aff63c5
authored
4 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
updated tomcat installation information, still not fully working
parent
84517ba8
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
+22
-6
22 additions, 6 deletions
developers.html
with
22 additions
and
6 deletions
developers.html
+
22
−
6
View file @
2aff63c5
...
...
@@ -2386,7 +2386,8 @@ netbeans_jdkhome="C:\Program Files\Java\jdk1.8.0_221"</pre>
</p>
<ul>
<li>
<a
href=
"http://tomcat.apache.org"
target=
"_blank"
>
Apache Tomcat
</a>
official release site.
<a
href=
"https://tomcat.apache.org"
target=
"_blank"
>
Apache Tomcat
</a>
official release site with
<a
href=
"https://tomcat.apache.org/tomcat-9.0-doc/index.html"
target=
"_blank"
>
Apache Tomcat 9.0 User Guide
</a>
.
</li>
<li>
<a
href=
"https://en.wikipedia.org/wiki/Apache_Tomcat"
target=
"_blank"
>
Wikipedia: Apache Tomcat
</a>
...
...
@@ -2401,6 +2402,24 @@ netbeans_jdkhome="C:\Program Files\Java\jdk1.8.0_221"</pre>
<a
href=
"https://datacadamia.com/tomcat/logon"
target=
"_blank"
>
Datacadamia: how to log in
</a>
includes configuration guidance.
</li>
</ul>
<p>
Developer notes:
</p>
<ul>
<li>
Local installation as regular user (rather than local administrator) can simplify Tomcat configuration and access.
</li>
<li>
Ensure that
<code>
CATALINA_HOME
</code>
points to root directory of current Tomcat installation.
</li>
<li>
Troubleshooting in progress: not working in Netbeans
12.3, backtracking to Netbeans
12.2 and OpenJDK
14.02,
still no joy...
</li>
<li>
No plans yet to upgrade to Tomcat
10 since package and class invocation is different.
</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.
...
...
@@ -2414,10 +2433,7 @@ netbeans_jdkhome="C:\Program Files\Java\jdk1.8.0_221"</pre>
<
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>
...
...
@@ -2999,7 +3015,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
6
May 2021.
Revised
13
May 2021.
</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