• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

problem at "http://localhost:8080"

 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i didn't get a suitable subforum to post , so i posted it here , if this isn't the right forum then please move it ..

i have oracle and glassfish installed .

after i have started domain in command line , i accessed http://localhost:8080 to check whether glassfish is running or not and i got oracle servlet engine over there . but in command line it is showing that domain started ..

now what to do .. i am confused
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Glassfish's servlet container is presumably either listening for requests on a different port or failed to start opropely. Check the logs for Glassfish and check what ports its using (since two servlet containers can't share a port).
 
tushar panda
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Paul Sturrock wrote:Glassfish's servlet container is presumably either listening for requests on a different port or failed to start opropely. Check the logs for Glassfish and check what ports its using (since two servlet containers can't share a port).



its ok but how can i change the two servlets access ports, or how can i stop oracle servlet ..
 
author
Posts: 23956
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

i didn't get a suitable subforum to post , so i posted it here , if this isn't the right forum then please move it ..



So, where would you like to go? This can be moved to the Oracle forum. If this is related to weblogic (now owned by oracle), this can also go to the BEA forum. or we can move it to other for the glassfish crowd.

If you are going to let me decide, it will likely go to other (glassfish).

Henry
 
Without deviation from the norm, progress is not possible - Zappa. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic