Project

General

Profile

« Previous | Next » 

Revision 6558

remove reference to tomcat5.5 in favor of tomcat6. including the "custom" start up script that used the sun jdk -- this can be configured rather than coded into the script.

View differences:

troubleshooting.html
78 78
      when Tomcat has been installed on an Ubuntu/Debian system using apt-get install.  
79 79
      And the application is started using:
80 80
        
81
        <div class="code">/etc/init.d/tomcat5.5 start</div>  
81
        <div class="code">/etc/init.d/tomcat6 start</div>  
82 82
        
83 83
      <p>The problem is that the standard startup scripts reference the 
84 84
      common java service, jsvc.  Metacat will not run under jsvc.  The solutions are:
85 85
      <ul>
86 86
      <li>Download the <a href="http://knb.ecoinformatics.org/software/download.html">Metacat binary install package</a>
87
       and replace your /etc/init.d/tomcat5.5 startup script with the one provided in the
87
       and replace your /etc/init.d/tomcat6 startup script with the one provided in the
88 88
       package.</li>
89 89
      <li>Run Tomcat from the Tomcat binary directory: <tomcat_home>/bin/startup.sh and 
90 90
      <tomcat_home>/bin/shutdown.sh</li>

Also available in: Unified diff