Deploy enterprise application

Hello!

I have deployed an enterprise application on Sun Java System Application Server Platform Edition 9.0.

I know the server is working and that there is nothing wrong with my application.

The admin tool says that the location of my application is:

${com.sun.aas.instanceRoot}/applications/j2ee-apps/Account

The application has a jsp file that is supposed to run first.

I have tried to start my application from a webbrowser likethis:

http://computer1:8080/applications/j2ee-apps/Account

But i get:

HTTP Status 404 -

--

type Status report

message

description The requested resource () is not available.

Howdo i run my application from a webbrowser?

[895 byte] By [mattias_westerberga] at [2007-11-27 7:50:48]
# 1

Did you set a context root for the web app that holds the JSP?

If you did, the url for the JSP will probably look like..

http://computer1:8080/<context-root-value>

If you do not have an application.xml file (to set the context-root), hen the url is probably going to be something like:

http://computer1:8080/Account

vbk

vkraemera at 2007-7-12 19:31:51 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Cool. Thank you.
mattias_westerberga at 2007-7-12 19:31:51 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...