On Tuesday 27 January 2009 11:16:09 Christine Tran wrote:
> On Tue, Jan 27, 2009 at 2:03 PM, Brian Overstreet
>
> <Brian.Overstreet at sun.com> wrote:
> > The sun-tomcat5 package for Solaris 10 can be found as part of the Web
> > Stack package,
> > https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-
> > Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=Web-Stack-1.4-OTH-G-
> > F at CDS-CDS_SMI.  Tomcat 6 will be included in the next release of the Sun
> > Web Stack.  If you are on OpenSolaris, you can install the same tomcat5
> > that is at the link above with "pkg install SUNWtcat."
>
> I'm very intrigued about this, because I downloaded the SUNWtcat, more
> precisely, pkg:/SUNWtcat at 5.5.27,5.11-0.101:20081119T230301Z.  This is
> on OpenSolaris, of course.
>
>
> I don't see this, however:
>
> On Mon, Jan 26, 2009 at 2:15 AM, Brian Overstreet
>
> <Brian.Overstreet at sun.com> wrote:
> > When I install
> > tomcat on Solaris10 I get the following message:
> >        bash-3.00# ./install tomcat
> >        sun-tomcat5.pkg..
> >
> >        Installation was successful.
> >        bash-3.00# svcs -a | grep tomcat
> >        disabled       14:50:35 svc:/network/http:sun-tomcat5
>
> Where were you where you ./install tomcat?
I was in the untarred SWS1.4 directory that was downloaded from the link 
above.  This directory includes an installer program that will automate the 
installation of several Web Stack components including making sure the 
required dependencies are installed.

> And it did not come with
> an SMF manifest so I'm wondering how you got
> svc:/network/http:sun-tomcat5.  
There appears to be a feature disparity between the Tomcat shipped as part of 
the Web Stack on OpenSolaris and the Tomcat shipped with Solaris.  The Solaris 
Tomcat as part of the Web Stack does include the SMF scripts.

>I read the discussion on integrating
> tomcat6, that one will come with a manifest, as I read it.
>
> Also, I usually install everything in /opt/apache/tomcat, and the conf
> and bin dirs are in the same place.  Here, it's broken up into
> /var/apache/tomcat/conf and /usr/apache/tomcat/bin.  
It is split up to follow the Filesystem Hierarchy Standard, 
http://pathname.com/fhs/pub/fhs-2.3.html, and to provide for better zone 
support.

>Which is the CATALINA_HOME and which is the CATALINA_BASE?
On OpenSolaris the variables are set as:
CATALINA_HOME=/usr/apache/tomcat
CATALINA_BASE=/var/apache/tomcat

>
> CT


Reply via email to