Skip to content
Snippets Groups Projects
Commit 9fb636c3 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

updated tomcat guidance

parent c16d5225
No related branches found
No related tags found
No related merge requests found
...@@ -2460,31 +2460,35 @@ netbeans_jdkhome="C:\Program Files\Java\jdk1.8.0_221"</pre> ...@@ -2460,31 +2460,35 @@ netbeans_jdkhome="C:\Program Files\Java\jdk1.8.0_221"</pre>
</p> </p>
<ul> <ul>
<li> <li>
TODO confirm/omit. Ensure that <code>nb-javac</code> plugin is installed.
There is a
<a href="https://issues.apache.org/jira/plugins/servlet/mobile#issue/NETBEANS-5602">Netbeans 12.3 problem with Tomcat</a>
that should be fixed by
<a href="https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+12.5">Netbeans 12.4</a>,
appearing in late May according to the
<a href="https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule">Release Schedule</a>.
</li> </li>
<li> <li>
Local installation as regular user (rather than local administrator) can simplify Tomcat configuration and access. Allowing permissions for local user (rather than local administrator)
seems to be necessary for Tomcat configuration and access on Windows.
</li> </li>
<li> <li>
Ensure that <code>CATALINA_HOME</code> points to root directory of current Tomcat installation. Ensure that environment variable <code>CATALINA_HOME</code>
points to root directory of current Tomcat installation, for example
<code>C:\Program Files\Apache Software Foundation\Tomcat 9.0</code>
</li> </li>
<li> <li>
Ensure that <code>nb-javac</code> plugin is installed. No plans yet to upgrade to Tomcat&nbsp;10 since package and API invocation is much different.
</li> </li>
<!-- fixed
<li> <li>
<span style="color:darkorange"><b>Warning, troubleshooting in progress:</b></span> <span style="color:darkorange"><b>Warning, troubleshooting in progress:</b></span>
not working in Netbeans&nbsp;12.4, unsuccessful backtracking to Netbeans&nbsp;12.2 and OpenJDK&nbsp;14.02, not working in Netbeans&nbsp;12.4, unsuccessful backtracking to Netbeans&nbsp;12.2 and OpenJDK&nbsp;14.02,
still trying... still trying...
</li> </li>
<li> <li> apparently fixed
No plans yet to upgrade to Tomcat&nbsp;10 since package and class invocation is different. TODO confirm/omit.
</li> There is a
<a href="https://issues.apache.org/jira/plugins/servlet/mobile#issue/NETBEANS-5602">Netbeans 12.3 problem with Tomcat</a>
that should be fixed by
<a href="https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+12.5">Netbeans 12.4</a>,
appearing in late May according to the
<a href="https://cwiki.apache.org/confluence/display/NETBEANS/Release+Schedule">Release Schedule</a>.
</li> -->
</ul> </ul>
<p> <p>
Example information for <i>conf/tomcat-users.xml</i> configuration file follows. Example information for <i>conf/tomcat-users.xml</i> configuration file follows.
...@@ -3085,7 +3089,7 @@ which can lead to the Internet of Things becoming the Web of Things. </i> ...@@ -3085,7 +3089,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> <a href="https://savage.nps.edu/developers.html">https://savage.nps.edu/developers.html</a>
</blockquote> </blockquote>
<blockquote> <blockquote>
Revised 12 October 2021. Revised 17 October 2021.
</blockquote> </blockquote>
<p> <p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment