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]
# 1
Can you check if the same application work fine by simply typing in the url in the browser? Does it work with the same ports? As the message suggests it could be due to an appserver instance to which this app. is deployed is down or you changed this instance's listener ports.
Sultal at 2007-7-6 21:38:58 > top of Java-index,Application & Integration Servers,Application Servers...
# 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,
Insighter at 2007-7-6 21:38:58 > top of Java-index,Application & Integration Servers,Application Servers...
# 3
Have you tried restarting your appserver with "asadmin stop-domain ..." "asadmin start-domain"? You should try that and see the results if that doesn't bring the instance up, look at server.log file.
Sultal at 2007-7-6 21:38:58 > top of Java-index,Application & Integration Servers,Application Servers...
# 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.

hongzhang at 2007-7-6 21:38:58 > top of Java-index,Application & Integration Servers,Application Servers...