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
Compare revisions
89bb0936b8046b7454842f047985b6d60053654e to db13ae60969cc67805540f47845a5bb2240e2781
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
Savage/NetworkedGraphicsMV3500
Select target project
No results found
db13ae60969cc67805540f47845a5bb2240e2781
Select Git revision
Branches
master
Swap
Target
Savage/NetworkedGraphicsMV3500
Select target project
stefan.goericke.gy/NetworkedGraphicsMV3500
william.mahan/NetworkedGraphicsMV3500
alexander.white/NetworkedGraphicsMV3500
kyle.britt/NetworkedGraphicsMV3500
christopher.garibay/NetworkedGraphicsMV3500
christopher.cannon/NetworkedGraphicsMV3500
galoeffe/NetworkedGraphicsMV3500
dlcain1/NetworkedGraphicsMV3500
jmfurr/NetworkedGraphicsMV3500
jrjackso1/NetworkedGraphicsMV3500
kjmaroon1/NetworkedGraphicsMV3500
cdtacket/NetworkedGraphicsMV3500
12 results
89bb0936b8046b7454842f047985b6d60053654e
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
[Terry N.] punctuation
· b96184ff
Terry D. Norbraten
authored
7 months ago
b96184ff
[Terry N.] path to tomcat in private.properties
· 3bb2da9f
Terry D. Norbraten
authored
7 months ago
3bb2da9f
Merge origin/master
· db13ae60
Terry D. Norbraten
authored
7 months ago
db13ae60
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/otherProjects/SavageWebServlet/build.properties
+0
-1
0 additions, 1 deletion
examples/otherProjects/SavageWebServlet/build.properties
examples/otherProjects/SavageWebServlet/build.xml
+4
-5
4 additions, 5 deletions
examples/otherProjects/SavageWebServlet/build.xml
with
4 additions
and
6 deletions
examples/otherProjects/SavageWebServlet/build.properties
View file @
db13ae60
# Tomcat Manager properties
# replace catalina.base with a path to your local Tomcat directory
catalina.base
=
${user.home}/javaapis/Apache Software Foundation (ASF)/apache-tomcat-9.0.95
catalina.home
=
${catalina.base}
startup
=
startup.sh
shutdown
=
shutdown.sh
...
...
This diff is collapsed.
Click to expand it.
examples/otherProjects/SavageWebServlet/build.xml
View file @
db13ae60
...
...
@@ -15,6 +15,7 @@
<property
name=
"debug"
value=
"yes"
/>
<property
name=
"deprecations"
value=
"yes"
/>
<property
file=
"nbproject/private/private.properties"
/>
<property
file=
"build.properties"
/>
<import
file=
"nbproject/ide-file-targets.xml"
/>
...
...
@@ -28,15 +29,13 @@
<import
file=
"${catalina.base}/bin/catalina-tasks.xml"
/>
<path
id=
"compile.classpath"
>
<fileset
dir=
"${lib}"
>
<fileset
id=
"cp"
dir=
"${lib}"
>
<include
name=
"*.jar"
/>
</fileset>
</path>
<path
id=
"run.classpath"
>
<fileset
id=
"cp"
dir=
"${lib}"
>
<include
name=
"*.jar"
/>
</fileset>
<path
refid=
"cp"
/>
<pathelement
location=
"${build}/WEB-INF/classes"
/>
</path>
...
...
@@ -115,7 +114,7 @@
<target
name=
"deployRunDemo"
depends=
"undeployRpcDemo,clean,dist"
description=
"Builds the web application starts a local Tomcat server and runs XML RPC demo"
>
description=
"Builds the web application starts
,
a local Tomcat server and runs XML RPC demo"
>
<sequential>
<antcall
target=
"start.tomcat"
/>
<!-- Allow Tomcat to startup -->
...
...
This diff is collapsed.
Click to expand it.