Project

General

Profile

« Previous | Next » 

Revision 3520

Added by Jing Tao over 16 years ago

Add installation instruction for enabling earthgrid.

View differences:

docs/user/metacatinstall.html
448 448
   property to be the name of the database target that you wish to use 
449 449
   (either 'oracle', 'postgresql', or 'sqlserver').
450 450
  </p>
451
  <p>
452
  If you want to enable EarthGrid web services (including query, put, authentication and identifier interface), you should
453
  modify the following two properties:
454
  <pre>
455
        install.ecogrid=true
456
        metacat.dir=your-current-metacat-direcotry
457
  </pre>
458
  </p>
451 459
  Other properties in <code>build.properties</code> that you can (but generally need not) change:<br />
452 460
  <br>
453 461
  <table border="1">
......
718 726
  <b>JAVA_OPTS="-Djava.awt.headless=true $JAVA_OPTS"</b> at the first line of
719 727
  catalina.sh file in tomcat bin directory. The reason is that GeoServer uses X11 windows to draw graphics.
720 728
  </p>
729
  
730
  <h2>Deploy wsdl file (Only for EarthGrid-enabled Metacat installation) </h2>
731
  <p>
732
   Once Tomcat is running successfully, there is another step for EarthGrid-enabled Metacat installation. 
733
   In metacat directory, type:
734
   <pre><b>ant deploy-ecogrid</b></pre> 
735
   It will generate wsdl files for EarthGrid services.
736
   </p>
721 737

  
722 738
  <h2> Operating System Specific Instructions </h2>
723 739
  <p> These documents are meant to outline the metacat installation process on specific platforms. They are <strong><em>not</em></strong> a substitute for the above instructions and only meant as a supplemental guideline. </p>

Also available in: Unified diff