summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 11:10:09 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 11:10:09 +0100
commit2b072ace999e019e903379787b8ae13efb2eca5c (patch)
treeb0fa0939bcabd5e7a234da3463d3ccd0e71818b0 /TAO
parentd255148732f20ba5f25040ccd2d7221a3445f04c (diff)
downloadATCD-2b072ace999e019e903379787b8ae13efb2eca5c.tar.gz
Updated several broken links
Diffstat (limited to 'TAO')
-rw-r--r--TAO/docs/Smart_Proxies.html4
-rw-r--r--TAO/docs/TAO-metrics.html10
-rw-r--r--TAO/docs/compiler.html6
-rw-r--r--TAO/docs/configurations.html4
-rw-r--r--TAO/docs/interceptors.html4
-rw-r--r--TAO/docs/pluggable_protocols/index.html28
-rw-r--r--TAO/docs/releasenotes/amh.html4
-rw-r--r--TAO/docs/releasenotes/ftcorba_services.html2
-rw-r--r--TAO/docs/releasenotes/index.html2
-rw-r--r--TAO/docs/tutorials/Quoter/index.html4
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/README4
-rw-r--r--TAO/tests/Smart_Proxies/Policy/README2
12 files changed, 37 insertions, 37 deletions
diff --git a/TAO/docs/Smart_Proxies.html b/TAO/docs/Smart_Proxies.html
index 405ab601fda..7cef472cb74 100644
--- a/TAO/docs/Smart_Proxies.html
+++ b/TAO/docs/Smart_Proxies.html
@@ -20,7 +20,7 @@ interface. A proxy packages the request which gets marshalled and
sent to the target object. A paper that describes TAO's <A
HREF="interceptors.html">portable interceptor</A> and smart proxy
support is available <A
-HREF="http://www.cs.wustl.edu/~schmidt/PDF/smart_proxies.pdf">online</A>.</p></p>
+HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/smart_proxies.pdf">online</A>.</p></p>
<Hr><P>
<h3><a name="toc">Table of Contents</a></h3>
@@ -392,7 +392,7 @@ and so for all object instances the same kind of proxy is used. On
disabling this default option one can achieve the use of different
smart proxies for every object instead of every interface.
For details please see the paper on
-<a href="http://www.cs.wustl.edu/~schmidt/PDF/COOTS-00.pdf">
+<a href="http://www.dre.vanderbilt.edu/~schmidt/PDF/COOTS-00.pdf">
Meta-programming Mechanisms for ORB Middleware as well as the test at
$TAO_ROOT/tests/Smart_Proxies/Policy.
diff --git a/TAO/docs/TAO-metrics.html b/TAO/docs/TAO-metrics.html
index 857f888e642..f172ada15b4 100644
--- a/TAO/docs/TAO-metrics.html
+++ b/TAO/docs/TAO-metrics.html
@@ -20,14 +20,14 @@ benchmarking of TAO.
<OL>
<LI> <A
- HREF="http://www.cs.wustl.edu/~schmidt/PDF/RT-OS.pdf">TAO's
+ HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/RT-OS.pdf">TAO's
performance on different real-time operating systems</A>
<LI> <A
- HREF="http://www.cs.wustl.edu/~schmidt/PDF/words-02.pdf">More real-time operating system performance measurements for TAO</A>
+ HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/words-02.pdf">More real-time operating system performance measurements for TAO</A>
<LI> <A HREF="http://cs.wustl.edu/~schmidt/PDF/COOTS-99.pdf">TAO's Demultiplexing Latency</A>
-<LI> <A HREF="http://www.cs.wustl.edu/~schmidt/PDF/JSAC-99.pdf">TAO's IIOP performance</A>
-<LI> <A HREF="http://www.cs.wustl.edu/~schmidt/PDF/ami2.pdf">TAO's AMI performance</A>
-<LI> <A HREF="http://www.cs.wustl.edu/~schmidt/PDF/pluggable_protocols.pdf">TAO's
+<LI> <A HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/JSAC-99.pdf">TAO's IIOP performance</A>
+<LI> <A HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/ami2.pdf">TAO's AMI performance</A>
+<LI> <A HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/pluggable_protocols.pdf">TAO's
pluggable protocols performance</A>
<LI> <A HREF="../../docs/ACE-subsets.html">Subsetting of ACE and minimum TAO</A>
<LI> Current and past performance and footprint metrics are available
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index f87debfae0c..c12076ec35c 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -22,7 +22,7 @@ online CORBA specification</A> and the <A
HREF="http://www.triodia.com/staff/michi-henning.html">Advanced CORBA
Programming with C++</A> book. More information on the design of
TAO's IDL compiler is also available <A
-HREF="http://www.cs.wustl.edu/~schmidt/PDF/ami1.pdf">online</A>.
+HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/ami1.pdf">online</A>.
Finally, comprehensive documentation on TAO's IDL compiler is
available in the OCI <A HREF="http://www.theaceorb.com/product/index.html">TAO
Developer's Guide</A>.<P>
@@ -177,7 +177,7 @@ incoming operation with the correct operation at the servant. TAO's
IDL compiler supports perfect hashing, binary search, and dynamic
hashing demuxing strategies. By default, TAO's IDL compiler tries to
generate perfect hash functions, which is generally the most <A
-HREF="http://www.cs.wustl.edu/~schmidt/PDF/COOTS-99.pdf">efficient and
+HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/COOTS-99.pdf">efficient and
predictable operation demuxing technique</A>. To generate perfect
hash functions, TAO's IDL compiler uses <a
href="http://www.dre.vanderbilt.edu/~schmidt/PDF/gperf.pdf">gperf </a>, which
@@ -231,7 +231,7 @@ generate the right collocated stubs (or not generating any at all using
both '<a href="#Sp"><code>-Sp</code></a>' and '<a
href="#Sd"><code>-Sd</code></a>' flags at the same time if
it's a pure client.) See our <a
-href="http://www.cs.wustl.edu/~schmidt/PDF/C++-report-col18.pdf">collocation
+href="http://www.dre.vanderbilt.edu/~schmidt/PDF/C++-report-col18.pdf">collocation
paper</a> for a detail discussion on the collocation support in
TAO.<p>
diff --git a/TAO/docs/configurations.html b/TAO/docs/configurations.html
index 5f02fbbb689..eb464678ec5 100644
--- a/TAO/docs/configurations.html
+++ b/TAO/docs/configurations.html
@@ -21,11 +21,11 @@ documentation, various components in TAO can be customized by
specifying options for those components. This document illustrates
how to combine these options to affect the behavior and performance of
a TAO ORB, particularly its <a
-href="http://www.cs.wustl.edu/~schmidt/PDF/CACM-arch.pdf">concurrency
+href="http://www.dre.vanderbilt.edu/~schmidt/PDF/CACM-arch.pdf">concurrency
model</a>. </p>
<p> TAO configures itself using the <a
-href="http://www.cs.wustl.edu/~schmidt/PDF/Svc-Conf.pdf">ACE Service
+href="http://www.dre.vanderbilt.edu/~schmidt/PDF/Svc-Conf.pdf">ACE Service
Configurator</a> framework. Options are therefore specified using the
<tt>svc.conf</tt> file (if you want to use a different file name, use
the <tt><a href="Options.html#svcfonf">-ORBSvcConf</a></tt> option).
diff --git a/TAO/docs/interceptors.html b/TAO/docs/interceptors.html
index f7dc262c4aa..0adf1e3cf3a 100644
--- a/TAO/docs/interceptors.html
+++ b/TAO/docs/interceptors.html
@@ -19,7 +19,7 @@ old interceptors will no longer be supported now that we have the new
mechanism in place. A paper that describes TAO's portable
interceptors and <A HREF="Smart_Proxies.html">smart proxies</A> is
available
-<A HREF="http://www.cs.wustl.edu/~schmidt/PDF/smart_proxies.pdf">online</A>.
+<A HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/smart_proxies.pdf">online</A>.
</p>
<hr><P>
@@ -74,7 +74,7 @@ object.</p>
<p>
Details of this implementation along with benchmarking is available in
the paper on <a
-href="http://www.cs.wustl.edu/~schmidt/PDF/COOTS-00.pdf">Meta-programming
+href="http://www.dre.vanderbilt.edu/~schmidt/PDF/COOTS-00.pdf">Meta-programming
mechanisms.</a>
</p>
diff --git a/TAO/docs/pluggable_protocols/index.html b/TAO/docs/pluggable_protocols/index.html
index a5bf23320a1..c07c18a8217 100644
--- a/TAO/docs/pluggable_protocols/index.html
+++ b/TAO/docs/pluggable_protocols/index.html
@@ -59,9 +59,9 @@ links that describe TAO's pluggable protocols framework, though not
how to implement one: <BLOCKQUOTE> <A
HREF="../releasenotes/index.html#pp">../releasenotes/index.html#pp</A><BR>
-<A HREF="http://www.cs.wustl.edu/~schmidt/PDF/PfHSN.pdf">http://www.cs.wustl.edu/~schmidt/PDF/PfHSN.pdf</A><BR>
+<A HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/PfHSN.pdf">http://www.dre.vanderbilt.edu/~schmidt/PDF/PfHSN.pdf</A><BR>
<A
-HREF="http://www.cs.wustl.edu/~schmidt/PDF/pluggable_protocols.pdf">http://www.cs.wustl.edu/~schmidt/PDF/pluggable_protocols.pdf</A>
+HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/pluggable_protocols.pdf">http://www.dre.vanderbilt.edu/~schmidt/PDF/pluggable_protocols.pdf</A>
</BLOCKQUOTE>
<P>
@@ -2559,38 +2559,38 @@ were:
<BLOCKQUOTE>
Reactor (
<A HREF="http://www.cs.wustl.edu/~schmidt/Reactor.ps.gz">PostScript</A> |
-<A HREF="http://www.cs.wustl.edu/~schmidt/PDF/Reactor.pdf">PDF</A>
+<A HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/Reactor.pdf">PDF</A>
)<BR>
Reactor1-93 (
<A HREF="http://www.cs.wustl.edu/~schmidt/Reactor1-93.ps.gz">PostScript</A> |
-<A HREF="http://www.cs.wustl.edu/~schmidt/PDF/Reactor1-93.pdf">PDF</A>
+<A HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/Reactor1-93.pdf">PDF</A>
)<BR>
Reactor2-93 (
<A HREF="http://www.cs.wustl.edu/~schmidt/Reactor2-93.ps.gz">PostScript</A> |
-<A HREF="http://www.cs.wustl.edu/~schmidt/PDF/Reactor2-93.pdf">PDF</A>
+<A HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/Reactor2-93.pdf">PDF</A>
)<BR>
reactor-rules (
<A HREF="http://www.cs.wustl.edu/~schmidt/reactor-rules.ps.gz">PostScript</A> |
-<A HREF="http://www.cs.wustl.edu/~schmidt/PDF/reactor-rules.pdf">PDF</A>
+<A HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/reactor-rules.pdf">PDF</A>
)<BR>
reactor-siemens (
<A HREF="http://www.cs.wustl.edu/~schmidt/reactor-siemens.ps.gz">PostScript</A> |
-<A HREF="http://www.cs.wustl.edu/~schmidt/PDF/reactor-siemens.pdf">PDF</A>
+<A HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/reactor-siemens.pdf">PDF</A>
)<BR>
Svc-Conf (
<A
HREF="http://www.cs.wustl.edu/~schmidt/Svc-Conf.ps.gz">PostScript</A> |
-<A HREF="http://www.cs.wustl.edu/~schmidt/PDF/Svc-Conf.pdf">PDF</A>
+<A HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/Svc-Conf.pdf">PDF</A>
)<BR>
Acc-Con (
<A HREF="http://www.cs.wustl.edu/~schmidt/Acc-Con.ps.gz">PostScript</A>
-<A HREF="http://www.cs.wustl.edu/~schmidt/PDF/Acc-Con.pdf">PDF</A>
+<A HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/Acc-Con.pdf">PDF</A>
)
</BLOCKQUOTE>
<P>These are all readily available from the TAO and ACE website.
@@ -2917,7 +2917,7 @@ Bibliography</A>
</H3><DL COMPACT><DD><P></P><DT><A NAME="Schmidt:97c">1</A>
<DD>
D. C. Schmidt,
-``<A HREF=http://www.cs.wustl.edu/~schmidt/PDF/Acc-Con.pdf>
+``<A HREF=http://www.dre.vanderbilt.edu/~schmidt/PDF/Acc-Con.pdf>
Acceptor and Connector: Design Patterns for Initializing
Communication Services</A>,''
in <EM> Pattern Languages of Program Design</EM>
@@ -2927,7 +2927,7 @@ D. C. Schmidt,
<P></P><DT><A NAME="Schmidt:97e">2</A>
<DD>
C. Cleeland, D. C. Schmidt and T. Harrison,
-``<A HREF=http://www.cs.wustl.edu/~schmidt/PDF/External-Polymorphism.pdf>
+``<A HREF=http://www.dre.vanderbilt.edu/~schmidt/PDF/External-Polymorphism.pdf>
External Polymorphism -- An Object Structural Pattern for
Transparently Extending Concrete Data Types</A>,''
in <EM> Pattern Languages of Program Design</EM>
@@ -2937,7 +2937,7 @@ C. Cleeland, D. C. Schmidt and T. Harrison,
<P></P><DT><A NAME="Schmidt:94k">3</A>
<DD>
D. C. Schmidt and T. Suda,
- ``<A HREF=http://www.cs.wustl.edu/~schmidt/PDF/DSEJ-94.pdf>
+ ``<A HREF=http://www.dre.vanderbilt.edu/~schmidt/PDF/DSEJ-94.pdf>
An Object-Oriented Framework for Dynamically
Configuring Extensible Distributed Communication Systems</A>,'' <EM> IEE/BCS
Distributed Systems Engineering Journal (Special Issue on Configurable
@@ -2959,7 +2959,7 @@ Architecture - A System of Patterns</EM>.</A> Wiley and Sons, 1996.
<DD>
Carlos O'Ryan, Fred Kuhns, Douglas C. Schmidt, Ossama Othman, and Jeff
Parsons, <A
-HREF="http://www.cs.wustl.edu/~schmidt/PDF/pluggable_protocols.pdf"> The
+HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/pluggable_protocols.pdf"> The
Design and Performance of a Pluggable Protocols Framework for
Real-time Distributed Object Computing Middleware</A>, Proceedings of
the IFIP/ACM <A
@@ -2968,7 +2968,7 @@ Conference, Pallisades, New York, April 3-7, 2000. <P>
<P></P><DT><A NAME="Schmidt:99c">7</A> <DD> Fred Kuhns, Carlos O'Ryan,
Douglas C. Schmidt, Ossama Othman, and Jeff Parsons, <A
-HREF="http://www.cs.wustl.edu/~schmidt/PDF/PfHSN.pdf">The Design and
+HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/PfHSN.pdf">The Design and
Performance of a Pluggable Protocols Framework for Object Request
Broker Middleware,</A> Proceedings of the <A
HREF="http://www.isi.edu/pfhsn99/call.html">IFIP Sixth International
diff --git a/TAO/docs/releasenotes/amh.html b/TAO/docs/releasenotes/amh.html
index 556692c3d16..1989df3b73c 100644
--- a/TAO/docs/releasenotes/amh.html
+++ b/TAO/docs/releasenotes/amh.html
@@ -32,7 +32,7 @@ servers. Servers with AMH capability can return immediately
from (potentially) long, blocking requests. This makes the
servers capable of higher throughput. For a detailed description
for the motivation and potential use-cases of AMH, please refer to
-<a href="http://www.cs.wustl.edu/~schmidt/PDF/AMH.pdf">AMH-Motivation. </a>
+<a href="http://www.dre.vanderbilt.edu/~schmidt/PDF/AMH.pdf">AMH-Motivation. </a>
<HR SIZE=4 WIDTH="100%">
@@ -45,7 +45,7 @@ with the "-GH" option causes the IDL-Compiler to generate
AMH-skeletons for all interfaces in the ".idl" file. The signatures
of the AMH-methods differ from the original interfaces as per the
rules described in
-<a href="http://www.cs.wustl.edu/~schmidt/PDF/DOA-02.pdf"">AMH-In-Detail. </a>
+<a href="http://www.dre.vanderbilt.edu/~schmidt/PDF/DOA-02.pdf"">AMH-In-Detail. </a>
Servants derived from the AMH-skeletons are registered with the POA in the usual manner
and appear to clients as "normal" servants for the corresponding
interfaces; Thus even while being transparent to the client, these
diff --git a/TAO/docs/releasenotes/ftcorba_services.html b/TAO/docs/releasenotes/ftcorba_services.html
index f4854e1bfd5..d603acd716a 100644
--- a/TAO/docs/releasenotes/ftcorba_services.html
+++ b/TAO/docs/releasenotes/ftcorba_services.html
@@ -78,7 +78,7 @@ project included:
<ol>
<li>Adding a <code>SEMI_ACTIVE</code> replication style similar to
that described <a
- href="http://www.cs.wustl.edu/~schmidt/PDF/WDMS02.pdf">here</a>.</li>
+ href="http://www.dre.vanderbilt.edu/~schmidt/PDF/WDMS02.pdf">here</a>.</li>
<li>Separating interfaces and type definitions that are common
across multiple specifications into a Portable Group module as
described in the <a
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html
index f676bdf3c39..6ddcae06f14 100644
--- a/TAO/docs/releasenotes/index.html
+++ b/TAO/docs/releasenotes/index.html
@@ -1972,7 +1972,7 @@ Point of contact: <a href="mailto:ossama@dre.vanderbilt.edu">Ossama Othman</a>
<h4>
Current Status:</h4>
TAO's
-<a href="http://www.cs.wustl.edu/~schmidt/PDF/load_balancing.pdf">Load
+<a href="http://www.dre.vanderbilt.edu/~schmidt/PDF/load_balancing.pdf">Load
Balancer</a> currently implements the latest revision of the OMG <i>Load
Balancing and Monitoring</i> proposed specification.
<p>It provides many features and advantages over the previous prototype.
diff --git a/TAO/docs/tutorials/Quoter/index.html b/TAO/docs/tutorials/Quoter/index.html
index 2de4e419112..9e4b4110b4e 100644
--- a/TAO/docs/tutorials/Quoter/index.html
+++ b/TAO/docs/tutorials/Quoter/index.html
@@ -29,9 +29,9 @@
applications to explore advanced TAO features, such as
<A HREF="http://www.cs.wustl.edu/~schmidt/report-doc.html#ami">
asynchronous method invocation</A>,
- <A HREF="http://www.cs.wustl.edu/~schmidt/PDF/C++-report-col19.pdf">
+ <A HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/C++-report-col19.pdf">
reliable oneways</A>,
- the <A HREF="http://www.cs.wustl.edu/~schmidt/PDF/JSAC-98.pdf">
+ the <A HREF="http://www.dre.vanderbilt.edu/~schmidt/PDF/JSAC-98.pdf">
real-time Events Service</A>,
the <A HREF="../../INS.html">
Interoperable Naming Service</A>
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/README b/TAO/performance-tests/Cubit/TAO/MT_Cubit/README
index b90030606ef..35ab6b1afe0 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/README
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/README
@@ -10,8 +10,8 @@ utilization, and degree of priority inversion incurred by TAO twoway
operations invoked under different workloads and priorities. For
more information and empirical results, please see
-http://www.cs.wustl.edu/~schmidt/PDF/RT-perf.pdf
-http://www.cs.wustl.edu/~schmidt/PDF/RT-OS.pdf
+http://www.dre.vanderbilt.edu/~schmidt/PDF/RT-perf.pdf
+http://www.dre.vanderbilt.edu/~schmidt/PDF/RT-OS.pdf
COMPILING
---------
diff --git a/TAO/tests/Smart_Proxies/Policy/README b/TAO/tests/Smart_Proxies/Policy/README
index 7f464d09f25..05f9243cf73 100644
--- a/TAO/tests/Smart_Proxies/Policy/README
+++ b/TAO/tests/Smart_Proxies/Policy/README
@@ -84,4 +84,4 @@ While in send portion of the output, the smart proxy is used only once, that is
first time around and the default proxy is called upon the second time. This is because
the smart proxy factory gets unregistered since the "one-shot" policy is disabled.
-For details, please see: http://www.cs.wustl.edu/~schmidt/PDF/COOTS-00.pdf
+For details, please see: http://www.dre.vanderbilt.edu/~schmidt/PDF/COOTS-00.pdf