NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
tangara
Joined: 06 Sep 2009 Posts: 20
|
Posted: Mon Nov 14, 2011 9:50 pm Post subject: Context path |
|
|
Hi,
I've done a search about context path but pardon me I couldn't find an
answer and I'm stuck with this problem and my file wouldn't run.
Basically, I'm testing out using jstl to do a display of data that is stored
in mysql.
My project file is stored at c:\Documents and
settings\MyName\DeskTop\TuitionSite\Web
I would like to know if the above file at c:\ refers to my context path?
Under my present context.xml the <Context path="" reloadable="true"> and
Netbean IDE is giving me FAIL error :- Deployed application at context path
/ but context failed to start.
Hope someone can tell me about theis context path thing.
Many thanks.
--
View this message in context: http://netbeans-org.1045718.n5.nabble.com/Context-path-tp4987175p4987175.html
Sent from the Netbeans - J2EE mailing list archive at Nabble.com. |
|
| Back to top |
|
 |
nicephotog
Joined: 07 Nov 2009 Posts: 17 Location: Australia
|
Posted: Thu Nov 17, 2011 7:10 pm Post subject: |
|
|
<Context path="" means the named application .war that it was .jar'ed as will be the top of the server zone(the domain itself) when the server starts. it will not go to the name of the app when typed in , its index.jsp or index.html will be at the site default domain name location , just type in the domain name and the server will serve the index of the named app as the domain name.
and...What a folder sitting on a desktop has related to a server , only one can speculate...... |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|