Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

23) I tested deployment: success!

----

More setting up the server:

A] Added more admin accounts to $ALF_EXT/custom-authority-services-context.xml. 

B] Replaced $ALF_HOME/tomcat/webapps/ROOT/index.jsp with a file that contains only the following: (This step should be unnecessary if I fix the tarball)

Code Block

<% response.redirect("/alfresco/"); %>
&nbsp;

C] Edited $ALF_HOME/tomcat/webapps/ROOT/WEB-INF/web.xml and changed it to: (This step should be unnecessary if I fix the tarball)

Code Block

<?xml version="1.0" encoding="ISO-8859-1"?>
<\!-\-
&nbsp;Licensed to the Apache Software Foundation (ASF) under one or more
&nbsp; contributor license agreements.&nbsp; See the NOTICE file distributed with
&nbsp; this work for additional information regarding copyright ownership.
&nbsp; The ASF licenses this file to You under the Apache License, Version 2.0
&nbsp; (the "License"); you may not use this file except in compliance with
&nbsp; the License.&nbsp; You may obtain a copy of the License at &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; http://www.apache.org/licenses/LICENSE-2.0
&nbsp; Unless required by applicable law or agreed to in writing, software
&nbsp; distributed under the License is distributed on an "AS IS" BASIS,
&nbsp; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
&nbsp; See the License for the specific language governing permissions and
&nbsp; limitations under the License.
\-->
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
&nbsp;&nbsp;&nbsp; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
&nbsp;&nbsp;&nbsp; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
&nbsp;&nbsp;&nbsp; version="2.4">
&nbsp; <display-name>Welcome to Tomcat</display-name>
&nbsp; <description>
&nbsp;&nbsp;&nbsp;&nbsp; Welcome to Tomcat
&nbsp; </description>
</web-app>
Code Block

&nbsp;(removed JSPC <servlet> and <servlet-mapping> sections)
Code Block

&nbsp;
Code Block

&nbsp;