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