Newbie question: What is the default URL for a Java EE application running on a glassfish server? I've been googling for a while, and looked through the Glassfish documentation, but I may have overlooked it. Also searched serverFault before posting.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

glassfish will extract a name from the web application project name, underscores (_) will mess it up (talking from experience :-)) and perhaps other characters as well

You can set the name to a name of your choice by setting context root (if you have an EAR it's in the application.xml file), and I highly recommend doing so

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.