Deploying an EAR file

Hi The Sun app server says that the location of my application is ${com.sun.aas.instanceRoot}/applications/j2ee-apps/SMAP_1can anyone please tell me as to what do i type on the browser to view my applicationThanks
[248 byte] By [vemulaza] at [2007-10-2 8:54:21]
# 1

Please don't crosspost.

http://forum.java.sun.com/thread.jspa?threadID=696063

http://forum.java.sun.com/thread.jspa?threadID=696061

http://forum.java.sun.com/thread.jspa?threadID=696060

Pick one thread to be the main one and post a link to that one in each of the others.

jverda at 2007-7-16 22:58:15 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Your EAR should contain WAR (web application). WAR should have deployment descriptor. Just explore for "<context-root>/something</context-root>" in sun.web.xml. This is path of your web app.
ZveNa at 2007-7-16 22:58:15 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...