Author: jonesde
Date: Fri Sep 29 01:35:58 2006 New Revision: 451162 URL: http://svn.apache.org/viewvc?view=rev&rev=451162 Log: Added AL2 header, these are templates I created based on the weblogic startup scripts which are meant for changing and reuse, including in this way Modified: incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.cmd incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.sh Modified: incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.cmd URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.cmd?view=diff&rev=451162&r1=451161&r2=451162 ============================================================================== --- incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.cmd (original) +++ incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.cmd Fri Sep 29 01:35:58 2006 @@ -1,6 +1,19 @@ +@rem #################################################################### +@rem Copyright 2001-2006 The Apache Software Foundation +@rem +@rem Licensed under the Apache License, Version 2.0 (the "License"); you may not +@rem use this file except in compliance with the License. You may obtain a copy of +@rem the License at +@rem +@rem http://www.apache.org/licenses/LICENSE-2.0 +@rem +@rem Unless required by applicable law or agreed to in writing, software +@rem distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +@rem WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +@rem License for the specific language governing permissions and limitations +@rem under the License. @rem ************************************************************************* -@rem This script is used to start WebLogic Server for the purpose of running -@rem the code examples. +@rem This script is used to start WebLogic Server. @rem @rem To create your own start script for your domain, you can initialize the @rem environment by calling %WL_HOME%/common/bin/commEnv.cmd. Modified: incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.sh URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.sh?view=diff&rev=451162&r1=451161&r2=451162 ============================================================================== --- incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.sh (original) +++ incubator/ofbiz/trunk/framework/appserver/templates/weblogic81/startOFBizServer.sh Fri Sep 29 01:35:58 2006 @@ -1,7 +1,20 @@ #!/bin/sh +##################################################################### +# Copyright 2001-2006 The Apache Software Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may not +# use this file except in compliance with the License. You may obtain a copy of +# the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. # **************************************************************************** -# This script is used to start WebLogic Server for the purpose of running -# the code examples. +# This script is used to start WebLogic Server. # # To create your own start script for your domain, you can initialize the # environment by calling $WL_HOME/common/bin/commEnv.sh. It sets following |
Free forum by Nabble | Edit this page |