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?

