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? And it did not come with an SMF manifest so I'm wondering how you got svc:/network/http:sun-tomcat5. 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. Which is the CATALINA_HOME and which is the CATALINA_BASE? CT