Вы находитесь на странице: 1из 9

Page 1 of 9

GOVERNMENT OF NCT OF DELHI


BHAI PARMANAND INSTITUTE OF BUSINESS STUDIES
Opp. Madhuban Colony: Shakarpur Extn. Delhi-110092
Email: bpibs.delhi@nic.in Phone: 22543891, 22017393 Fax: 22016134

MCA-VI SEMESTER
FORTNIGHTLY PROGRESS REPORT FOR SOFTWARE/ PROJECT
DEVELOPMENT

Fortnight IV: March 7, 2015 March 21, 2015

Dissertation Period
Progress Report No.
Fortnight dates from
Name of Student
Fathers Name
University Roll. No.
Examination Roll No.:
Title of Software/ Project :
Project Development Center :
Name of Project Guide
External(Expert Industry)
Guide:

January 2015 - April 2015


4
March 7 , 2015 March 21, 2015
Vicky Pathre
Jagdish Pathre
00611404412
00611404412
Gateway of Business Portfolio
Ducat (Noida Sec-16)
Mr. Kaushal Mehta
Mr. Manish Bhatia

Details of work done during this period:


Topics Covered

Apache Tomcat Port issues


Database login issues ( Oracle 10g)
Database Port issues ( Oracle 10g)

Page 2 of 9

Apache Tomcat Port Issues


There is a conflict arise when two application runs on the same port on system because
one port can run only one service on it. So every application should start one service on
one port, otherwise no service will be executed and a error message is displayed if this
situation arises for example:

How to troubleshoot:
Solution 1
1. From the Project Explorer expand the Server folder.
2. Expand the appropriate server.

Page 3 of 9

3. Open Server.xml. Click on source view.

Page 4 of 9

Page 5 of 9

4. Change the Port number to any other port say 4545, other than 8080 which has
been already occupied by the other service.

5. Now the server will successfully start.

Solution 2
1.
2.
3.
4.

Open the file servers.xml.


Select Design view at the bottom.
Go to connector tag in Service tag
Change the Port number appropriately.

Page 6 of 9

Page 7 of 9

Database Issues (Oracle 10g)


By default some important privileges like SESSION are not granted whenever a user is
created, While creating a user in oracle database we have to grant the permission to
this user for aqua ring session privilege or other privileges.
SOLUTION
1. Run SQL command line
2. Login with default user credentials.

3. Create user as:

4. When you again login with that user account you would get an error message
like:

5. To solve this problem you need to grant this user dba previledge.

6. Now you can successfully login with this user account.

Page 8 of 9

How to change Oracle database Http port


There may be a conflict arise when you run Apache Tomcat server and Oracle database
on the same machine. Both may get the same port to execute their services. But at a
time only one application can be run on a port. So either service will stop working.
Hence to eliminate this problem we have change the port number under use of either
application. Following are the steps to change the port number in Oracle database.

1. Go to SQL command line.


2. Login from the system.
3. Write the following procedure:

Page 9 of 9

Signature
Name of Student: Vicky Pathre
Address:H.No. 675, Gautam Puri
Phase-1, Badarpur, New Delhi 76
Date:
1. Comments and
recommendations:__________________________________________________________
2.
_________________________________________________________________________
_________________________________________________________________________
_________________________________________________________________________
_________________________________________________________________________

__________________________
Signature:
Name of Project Guide:
Mr. Manish Bhatia
Address : A-43 & A-52, Sector-16,
Noida - 201301, (U.P.) INDIA

Date : March 21, 2015

Вам также может понравиться