facebook

[Oracle AS] Oracle is running but I cannot connect, why?

  1. MyEclipse Archived
  2.  > 
  3. FAQ – Complete
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #269392 Reply

    Riyad Kalla
    Member

    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:

    
    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:

    
    http://localhost:8888/superblog/index.jsp
    
Viewing 1 post (of 1 total)
Reply To: [Oracle AS] Oracle is running but I cannot connect, why?

You must be logged in to post in the forum log in