| Author |
How can i connect Oracle10g with my webapplication
|
Dharanishankar Dhatchinamoorthy
Greenhorn
Joined: Sep 20, 2007
Posts: 11
|
|
Hi every one, I could not able to connect oracle10g with my jsp web application, While i am connecting oracle with jsp, even i could not able to open the homepage of tomcat itself, by giving URL http://localhost:8080/ I do not what happened after my oracle 10g installation in my system, while i am trying to open homepage of tomcat which is asking me to enter the username, password. I am in confusing, Can anyone help me out.
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Can you show us some code? Just what you've tried. Without that all we can do is guess blindly.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Baseet Ahmed
Ranch Hand
Joined: Dec 18, 2006
Posts: 223
|
|
Hi,
Originally posted by Dharanishankar. While i am connecting oracle with jsp, even i could not able to open the homepage of tomcat itself, by giving URL http://localhost:8080/ I do not what happened after my oracle 10g installation in my system,
If I am not wrong, you are not able to open the tomcat homepage after oracle installation becuase of the port no. By defaul Oracle uses port no 8080 for HTTP services. You have to change it(e.g 8081) in tomcat configuration file(server.xml) located at %TOMCAT_HOME_PATH\conf folder. Hope this was your problem. Try it an let us know. If this is not your problem,then give your problem in detail. *********************************** Tip: Modesty is all virtue. ***********************************
|
 |
 |
|
|
subject: How can i connect Oracle10g with my webapplication
|
|
|