Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache Tomcat/5.5.9 Context.xml or server.xml question 1

Status
Not open for further replies.

Tynkr

Programmer
Aug 7, 2003
13
US
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.)
 
Thanks, I will look into the link further. I appreciate the quick turn around.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top