MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
support-rkalla
Post subject: [Oracle AS] Oracle is running but I cannot connect, why?  PostPosted: Apr 25, 2007 - 08:38 PM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23824

Oracle AS runs on Port 8888 instead of the more common Port 8080 that a lot of Java application servers run on.

To connect to Oracle AS and run your web applications be sure your URL looks something like this:
Code:

http://localhost:8888/<Web Context Root>/


So let's say I created a web application called "SuperBlog" and I decided to give it a web context root of "/superblog". My URL might look like this:
Code:

http://localhost:8888/superblog/index.jsp
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits