remote deployment
hi,
am trying to remotly deploy an application to a sunAppserver 8.1 , when i go to the admin consol of the remote server to launch my application i get a window saying:
-
Web Application Links
If the server or listener is not running, the link may not work. In this event, check the status of the server instance. Once you launch the web application, you may use the browser back button to return to this screen.
http://jes2:8080/myApplication
https://jes2:8181/myApplication
-
and clicking any of the two links gives a page cannot be displayed error,
can any body direct me trough please
thanks in advance,
Message was edited by:
Insighter
[731 byte] By [
Insighter] at [2007-11-26 8:25:44]

# 2
hi,i checked the domain.xml to see the http listeners and i found they were 8080 ,8181 and a third one for administration.how can i know if the server instance is up or not coz the server.log and admin consol dont show any thing.regards,
# 4
1. If you look at your server.log (located under $AS_ISNTALL/domains/domain1/logs) right after you deploy the application, do you see exceptions there? If the module is loaded properly, you should see something like:
...Loading web module [foo.war] in virtual server [server] at [/foo]..
2. And if you go to this root url:
http://jes2:8080/
do you see the appserver welcome page? The welcome page indicates the server is starting up ok.