Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: Fw: [aperi-dev] Installing/running Aperi v0.3 - required third-party packages


Oh yeah, need instructions on how to modify the web.xml for behind the firewall operation:

In order to run the report server (manager and BIRT viewer) from behind a firewall (or anywhere else an internet connection is not available) you will need to modify the web.xml files of the two web applications that comprise the report server:
[aperi_install_dir]\plugins\org.eclipse.aperi.reporting_5.0.0\web\birt-viewer\WEB-INF\web.xml
[aperi_install_dir]\plugins\org.eclipse.aperi.reporting_5.0.0\web\aperi-report\WEB-INF\web.xml
At the top of each file after the copyright statement is an XML DOCTYPE declaration that looks like this:
<!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
You need to download a local copy of the DTD file then modify the DOCTYPE in both web.xml files to reference the local copy.
After you have unzipped Aperi into [aperi_install_dir], but before you run cfgaperi:
1) Save a copy of the original web.xml files as distributed with Aperi. For instance, copy them to web.xml.orig.
2) Enter http://java.sun.com/dtd/web-app_2_3.dtd into the address bar of your favorite browser and launch the link
3) Save the source of the page to [aperi_install_dir]/reporting (for example C:/Aperi/reporting)
4) In the DOCTYPE declaration edit the string  "http://java.sun.com/dtd/web-app_2_3.dtd" to read "file:///C:/Aperi/reporting/web-app_2_3.dtd" in both web.xml files
Proceed to cfgaperi...
Dave Wolfe/Portland/IBM (dwolfe@xxxxxxxxxx) TL: 775-3376 Office: 503-578-3376 Personal: 503-329-3960

UI Technical Lead, Aperi Open Source Storage Management http://www.eclipse.org/aperi

"A good composer does not imitate; he steals." - Igor Stravinsky

 


Craig Laverone/San Jose/IBM@IBMUS
Sent by: aperi-dev-bounces@xxxxxxxxxxx

04/30/2007 12:40 PM

Please respond to
Aperi Development <aperi-dev@xxxxxxxxxxx>

To
aperi-dev@xxxxxxxxxxx
cc
Subject
Fw: [aperi-dev] Installing/running Aperi v0.3 - required third-party        packages





Dave,

I updated your version with a few more corrections.

(See attached file: Install the Aperi Storage Manager files.doc)

_________________________________________________________________________________________
Craig Laverone | 408-284-4897 | laverone@xxxxxxxxxx | Aperi Development |
http://www.eclipse.org/aperi

----- Forwarded by Craig Laverone/San Jose/IBM on 04/30/2007 12:38 PM -----

Dave Wolfe/Portland/IBM@IBMUS
Sent by: aperi-dev-bounces@xxxxxxxxxxx

04/30/2007 11:49 AM

Please respond to
Aperi Development <aperi-dev@xxxxxxxxxxx>



To

Aperi Development <aperi-dev@xxxxxxxxxxx>

cc

aperi-dev@xxxxxxxxxxx, aperi-dev-bounces@xxxxxxxxxxx

Subject

Re: [aperi-dev] Installing/running Aperi v0.3 - required third-party packages





Here are the updated download and config instructions:




Dave Wolfe/Portland/
IBM (dwolfe@xxxxxxxxxx) TL: 775-3376 Office: 503-578-3376 Personal: 503-329-3960

UI Technical Lead, Aperi Open Source Storage Management http://www.eclipse.org/aperi

"A good composer does not imitate; he steals." - Igor Stravinsky


Chris King/Chicago/IBM@IBMUS
Sent by: aperi-dev-bounces@xxxxxxxxxxx

04/26/2007 09:33 AM

Please respond to
Aperi Development <aperi-dev@xxxxxxxxxxx>


To
aperi-dev@xxxxxxxxxxx
cc
Subject
[aperi-dev] Installing/running Aperi v0.3 - required third-party packages







Can anyone provide a list of which third-party packages must be downloaded for users to run and use Aperi v0.3?

This list is intended for the installation instructions (
http://www.eclipse.org/aperi/documentation/), which explains how to install and get started with Aperi. I don't need a list of the third-party packages needed for an Aperi build environment since that information is already provided in the Aperi Development Environment document located here: http://wiki.eclipse.org/index.php/Aperi/build/dev-env.

Thanks.
_________________

Chris King
Information Development - Aperi
chriskng@xxxxxxxxxx
Aperi documentation:
http://www.eclipse.org/aperi/documentation/_______________________________________________
aperi-dev mailing list
aperi-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/aperi-dev
_______________________________________________
aperi-dev mailing list
aperi-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/aperi-dev[attachment "Install the Aperi Storage Manager files.doc" deleted by Dave Wolfe/Portland/IBM] _______________________________________________
aperi-dev mailing list
aperi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aperi-dev


Back to the top