diff -r 971008b98b79 -r ebdd963f7d5e usr/src/cmd/tomcat/install-tomcat --- a/usr/src/cmd/tomcat/install-tomcat Sun May 09 20:32:17 2010 -0700 +++ b/usr/src/cmd/tomcat/install-tomcat Thu May 20 09:24:15 2010 -0700 @@ -20,10 +20,9 @@ # CDDL HEADER END # # -# Copyright 2009 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. +# Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved. # -#ident "@(#)install-tomcat 1.21 09/12/16 SMI" +#ident "@(#)install-tomcat 1.22 10/04/22 SMI" # functions - search for "START HERE" to find start of control flow @@ -79,7 +78,7 @@ install_smf_hook() { cd ${TOP}/Solaris - _install N http-tomcat${VERSION}.xml ${ROOT}/var/svc/manifest/network/http-tomcat${VERSION}.xml 444 + _install N http-tomcat${VERSION}.xml ${ROOT}/lib/svc/manifest/network/http-tomcat${VERSION}.xml 444 _install N http-tomcat${VERSION} ${ROOT}/lib/svc/method/http-tomcat${VERSION} 555 }