
   
Installing WebGalileo Professional Edition 1.5 Trial : 
-------------------------------------------------------

1. Unzip WebGalileoPE15Trial.zip file. You'll get WebGalileoPE15Trial.war 
folder with the directories structure compatible with J2EE Web Application
specification. Just copy this folder to a deployment directory of your Java 
Application server(if a server supports such deployment method , for the 
instance JBoss , Tomcat) or with the help of this server's deployment tool make
java enterprise application (.ear) based on the content of the given 
WebGalileoPE15Trial.war directory. Application server must support Servlet 
2.3 and below and JSP 1.2 and below specifications(at least we didn't perform testing of WebGalileo
in Servlet containers with Servlet2.4 and JSP2.0 versions).

2. In your /WEB-INF/web.xml descriptor find "pathToImages", 
"pathToJavaScriptsExplorer","treeDynamicDataModelProviderServletUrl" init
servlet parameters. Change "webgalileo" root context path in these init 
parameters to root context where your WebGalileo application was deployed.


3.Known issue under Tomcat4.1.x (Servlet2.3 and JSP1.2 container)

        Add the following lines for JspServlet configuration in web.xml of 
        Tomcat's configuration : 

 

        <init-param>

            <param-name>enablePooling</param-name>

            <param-value>false</param-value>

        </init-param>

This issue will be resolved in the nearest future.


4. Start your WebGalileo web application. Point your browser to the 
application root context(if for the instance you deployed the application
to "webgalileo" root context you'll type something like that
"http://serverName:port/webgalileo/"). WebGalileo framework testing 
application will start.

