live installation

38
LIVE INSTALLATION LIVE INSTALLATION

Upload: urielle-rodriquez

Post on 30-Dec-2015

45 views

Category:

Documents


7 download

DESCRIPTION

LIVE INSTALLATION. Machine Configuration for Live Server. Operating System for installing Live Application should be Windows 2000 Server or Windows 2003 Server . Internet Connection must be there. Port should be open among of these 8080,8085,1467 - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: LIVE INSTALLATION

LIVE INSTALLATIONLIVE INSTALLATION

Page 2: LIVE INSTALLATION

Machine Configuration for Live Server

Operating System for installing Live Application should be Windows 2003 Server or Above . Internet Connection must be there. Port should be open among of these 8080,8085,1467 Check JAVA application is installed or not. ( e.g. Go to Start >> Settings >> Control Panel >>

Add/Remove Program >> search J2SE Development Kit or J2SE Runtime Environment ) If this is installed, then removed it .

Page 3: LIVE INSTALLATION

Step1 : Download corporate.zip and Netupdate.zip from http://www.shilpisoft.com under download option on the desktop and extract there .

Download setup_full.zip form www.shilpisoft.com\sunil\setup_full.zip on the desktop and extract it.

Installation on Live Server Machine

Extracted files from

Corporate.zip

Page 4: LIVE INSTALLATION

All Extracted files are here

Page 5: LIVE INSTALLATION

Extract jre1.6.0_05 zip and copy on installation drive e.g C:\

Extract jre zip and copy on installation drive e.g C:\

Page 6: LIVE INSTALLATION

Run Apache-tomcate 6.0.43.exe from corporate folder , following steps have to do : (here you have to uncheck the Documentation ).

Click on FinishUn-tick Documentation

Page 7: LIVE INSTALLATION

To Configure the Apache Tomcat , give the port no: 8085 or 1467 User Name : admin Password : 12345

Enter user name

Password

Enter port

Click on next

NOTE : While installing tomcat, enter the port 8085 or 1467.

Page 8: LIVE INSTALLATION

Here, the select path of JRE1.6.0_05 C :\jre1.6.0_05. If this path is showing , click on Next :

Click on Next

Page 9: LIVE INSTALLATION

Destination folder path should be C:\Tomcat 6.0

Changed path Click on InstallChange this path as c:\tomcat 6.0

Page 10: LIVE INSTALLATION

Click on Finish to complete the Process.

Click on next

Page 11: LIVE INSTALLATION

After Tomcat installed copy conf folder in installed tomcat 6.0 folder in c:\ drive

Page 12: LIVE INSTALLATION

After Tomcat installed start tomcat service.

Page 13: LIVE INSTALLATION

Run setup.exe of full setup then a folder named capexweb will be created in C: Drive.

1. Run setup

Page 14: LIVE INSTALLATION
Page 15: LIVE INSTALLATION

2. Click on next

Page 16: LIVE INSTALLATION

3. Click on Install

Page 17: LIVE INSTALLATION
Page 18: LIVE INSTALLATION
Page 19: LIVE INSTALLATION

4. Click on Finish

Page 20: LIVE INSTALLATION

Extract Netupdate.zip which was downloaded from website on the desktop and run for new update of capexweb.

Click on update

Page 21: LIVE INSTALLATION

Capexweb updating in progress.

Page 22: LIVE INSTALLATION

Now capexweb is up to date.

Page 23: LIVE INSTALLATION

Change some entry in C:\capexweb\capexweb\capexmain_middle.htm. Open this file with notepad >>

<input type="hidden" value=“COMPANYID" name="dfcode">

<input type="hidden" name="dfparentdb" value="SHILPI">

<input type="hidden" name="dfparentip" value="131.108.2.100">

Here, in place of dfcode value i.e. “COMPANYID” give the Comp. ID given in license file . In place of dfparentdb value i.e. “SHILPI” give the database name which is created as parent type in

Database Server . And in place of IP : Put IP address of Database Server in which Parent DataBase has been configured.

Inform to license Dept. to get License File of configured Database with Order No, Company Name and Database Name.

Insert License File in C:\capexweb i.e. COMPANYID_capexweb.lic

Page 24: LIVE INSTALLATION

Create a Parent Database

If only single database exist : Configure exiting database as parent database as system utilities >> web live setup >> database

configuration.

Installation of Parent Database

Page 25: LIVE INSTALLATION

Connect parent database as: Utilities >> web live setup >> database attach (Parent). Here Connect and add.

Page 26: LIVE INSTALLATION

Create a Branch as “Admin” in Master >> State/Branch/Region/SB/RM/TL/AP Master>>Branch Master and active that branch.

Page 27: LIVE INSTALLATION

Now update branch in Parent Database as:

utilities >> weblivesetup >> Auto update common user (For Region,Branch ,Sub Branch, client , RM/TL and Dealer).

Select Branch and Database name then Proceed.

Page 28: LIVE INSTALLATION

Start tomcat services and login web live application to ADMIN

(for Example : http://131.108.2.100:8085/capexweb/capexweb/)

Enter user id (i.e. admin)

Enter password (i.e. 12345)

Click on login

Page 29: LIVE INSTALLATION

Click here

Page 30: LIVE INSTALLATION

Click on admin

Click on DB-Maintenance

Step9: Run 'DbMaintenance' as shown below:

Page 31: LIVE INSTALLATION

For change of drive from C:\ to E:\ (Or Any other drive)

Run jdk and tomcat files again and change the path to e:\ Add a line in c:\capexweb\ capexweb\capexmain_middle.htm (where same lines appears) <input type="hidden" name="dfinstaldrive" value="E"> Run setup in e:\ To change drive in capexweb.xml , follow

E:\Tomcat 6.0\conf\Catalina\localhost\ open capexweb.xml in notepad and change c:\ to

e:\ As <Context docBase=“e:/capexweb" path="/capexweb" reloadable="true"

workDir=“e:\capexweb\work">

Page 32: LIVE INSTALLATION

Troubleshooting

Error 1: Index page is not opening:

Solution:

a) Check proxy setting may be 8080 port is using for run proxy internet.b) Check on live application may be oracle9i server is installed , listener is using 8080 port .c) Check java version may be installed in c:\previously.

Error 2: On admin login in live , error is coming “java.lang.NullPointerException..webusermaster “

Solution:

a) check Parent database should be login .• In capexmain_middle.htm check company id, db name, parent db IP (If all is okay then confirm Comp Id From

Sir)• Live Server and Database Server should be on the same network.

Page 33: LIVE INSTALLATION

Error3: HTTP Status 404 - / capexweb/capexweb/

Solution:

a.) check capexweb.xml file in C:/Tomcat 6.0/conf/catalina/localhost/capexweb.xml

Page 34: LIVE INSTALLATION

Error 4: HTTP Status 404 - / capexweb/capexweb/parentvalidatepassword/

Solution: a.) check all jar files in C:\capexweb\WEB-INF\lib (Take all jar file from S:\lib)

Page 35: LIVE INSTALLATION

How to Change the Port :

Go to C:\Tomcat 6.0\conf Open server.xml file (open with Notepad) Find the Connector i.e. <Connector

port="8085" maxHttpHeaderSize="8192"

maxThreads="150" minSpareThreads="25" maxSpareThreads="75"

enableLookups="false" redirectPort="8443" acceptCount="100"

connectionTimeout="20000" disableUploadTimeout="true" />

Give the port as per clients requirement and Save the file .

Page 36: LIVE INSTALLATION

How to set the path for Digital Contract Note in Live Server .

For Capital :

a.) First generate the digital contract note html file in Backoffice .

b.) Keep this file in C:\capexweb\digital\ClientCode\Date. (e.g- digital\P8A01\10032005)

For Commex :

a.) First generate the digital contract note html file in Backoffice .

b.) Keep this file in C:\capexweb\digital_com\MCX\ClientCode\Date. (e.g- digital_com\MCX\A55\20052009)

For FxFuture :

a.) First generate the digital contract note html file in Backoffice .

b.) Keep this file in C:\capexweb\digital_fx\ClientCode\Date. (e.g- digital_com\NSE\A55\20052009)

Page 37: LIVE INSTALLATION

How to Set path for Download And Upload file in Live Server :

For Download : a.) Keep file in C:\capexweb\download\capex\branch\branch_name\Date (for e.g : download\capex\branch\P8\20051024)

For Upload : a.) Keep file in C:\capexweb\upload\capex\Branch name\ (for NSDL or CDSL create NSDL Folder in capexweb folder .

For Upload Cheque image of Voucher : a.) Keep file in C:\capexweb\cheque\Branch name\

For Any Message if any branch want to give : a.) Keep file in C:\capexweb\message\branch_Name\ (e.g message\COM) create message.msg file And if you want to give common message to all branch then create common folder and create message.msg .

Page 38: LIVE INSTALLATION

Live Installation Live Installation

successfully completedsuccessfully completed