Project

General

Profile

« Previous | Next » 

Revision 8265

Refer to metacat.war deployments since those are now the default. https://projects.ecoinformatics.org/ecoinfo/issues/6082

View differences:

submitting.rst
139 139
3. Double-check that Metacat's temporary folder, application.tempDir, is 
140 140
   writable by the apache user, usually www-data or apache. 
141 141

  
142
4. Make sure that the following scripts (found in ``<tomcat-home>/webapps/knb/cgi-bin``) 
142
4. Make sure that the following scripts (found in ``<tomcat-home>/webapps/metacat/cgi-bin``) 
143 143
   are executable: register-dataset.cgi and ldapweb.cgi.
144 144

  
145 145
  ::
146 146
  
147
    sudo chmod +x <tomcat-home>/webapps/knb/cgi-bin/*.cgi
147
    sudo chmod +x <tomcat-home>/webapps/metacat/cgi-bin/*.cgi
148 148

  
149 149
5. Restart Apache.
150 150

  
......
173 173
disable the 'show site list' setting before you can submit the form without 
174 174
errors. You may also wish to remove (or modify) the list of NCEAS-specific 
175 175
projects that appear in the default registry. To remove these form fields, 
176
open Metacat's administrative interface (http://<your.context.url>/knb/admin) 
176
open Metacat's administrative interface (http://<your.context.url>/metacat/admin) 
177 177
and select the Skins Specific Properties Configuration option. On the skins 
178 178
configuration page, uncheck the boxes beside any form elements that you do not 
179 179
wish to appear in the registry.
......
576 576
  <title>Search</title>
577 577
  </head>
578 578
  <body>
579
  <form method="POST" action="http://panucci.nceas.ucsb.edu/knb/servlet/metacat">
579
  <form method="POST" action="http://panucci.nceas.ucsb.edu/metacat/metacat">
580 580

  
581 581
  Search for:
582 582

  
......
831 831

  
832 832
For more information about each EarthGrid service and its WSDL file, navigate 
833 833
to the "services" page on your Metacat server 
834
(e.g., http://knb.ecoinformatics.org/knb/services). 
834
(e.g., http://knb.ecoinformatics.org/metacat/services). 
835 835
Note that the AdminService and Version service that appear on this page are 
836 836
not part of EarthGrid.
837 837

  
......
884 884
   
885 885
   Set the Metacat URL in the Morpho preferences to point to your Metacat.
886 886

  
887
For more information about Morpho, please see: http://knb.ecoinformatics.org/morphoportal.jsp
887
For more information about Morpho, please see: http://knb.ecoinformatics.org/
888 888

  
889 889
Creating Your Own Client
890 890
------------------------

Also available in: Unified diff