I installed Apache Tomcat/5.5.9 from the jboss-4.0.3RC1 installation.
I am trying to follow the directions from Crystal Enterprise 10 install as follows:
Where would I make the modifications using Tomcat 5.5.9? Server.xml,Context.xml?
(Open the file %CATALINA_HOME%\conf\server.xml, in a text editor such as Notepad.
3 Add the following lines directly above the line <!-- Tomcat Examples Context -
->:
<Context path=”/crystal/enterprise10/adminlaunch”
docBase=”C:\Program Files\Crystal Decisions\Enterprise 10\
java\applications\admin.war”
debug=”0” reloadable=”false”/>
<Context path=”/crystal/enterprise10/desktoplaunch”
docBase=”C:\Program Files\Crystal Decisions\Enterprise 10\
java\applications\desktop.war”
debug=”0” reloadable=”false”/>
Note: If you install Crystal Enterprise in a location other than the default
installation directory of C:\ProgramFiles\Crystal Decisions\Enterprise 10,
adjust the path descriptions to match your actual install directories.
4 Save the file.
5 Restart Tomcat by typing %CATALINA_HOME%\bin\startup at the command prompt.
6 To test the Crystal Enterprise User Launchpad, open a web browser and type
http:// servername:8080/crystal/enterprise10/desktoplaunch in its address
bar. For servername, substitute the name of the machine where you installed
Tomcat.
The Crystal Enterprise User Launchpad should open.)
I am trying to follow the directions from Crystal Enterprise 10 install as follows:
Where would I make the modifications using Tomcat 5.5.9? Server.xml,Context.xml?
(Open the file %CATALINA_HOME%\conf\server.xml, in a text editor such as Notepad.
3 Add the following lines directly above the line <!-- Tomcat Examples Context -
->:
<Context path=”/crystal/enterprise10/adminlaunch”
docBase=”C:\Program Files\Crystal Decisions\Enterprise 10\
java\applications\admin.war”
debug=”0” reloadable=”false”/>
<Context path=”/crystal/enterprise10/desktoplaunch”
docBase=”C:\Program Files\Crystal Decisions\Enterprise 10\
java\applications\desktop.war”
debug=”0” reloadable=”false”/>
Note: If you install Crystal Enterprise in a location other than the default
installation directory of C:\ProgramFiles\Crystal Decisions\Enterprise 10,
adjust the path descriptions to match your actual install directories.
4 Save the file.
5 Restart Tomcat by typing %CATALINA_HOME%\bin\startup at the command prompt.
6 To test the Crystal Enterprise User Launchpad, open a web browser and type
http:// servername:8080/crystal/enterprise10/desktoplaunch in its address
bar. For servername, substitute the name of the machine where you installed
Tomcat.
The Crystal Enterprise User Launchpad should open.)