Help required regarding the Deploying and accesing the application in SJAS

Hello,

I have this aplication which was earlier running on iplanet server, but now that I want to migrate it to Sunone , Could someone just give me the steps that I need to follow to access my aaplication.

The steps that I have followed are:

1)copying my ear into autodeploy folder of my server

2) then tried to access the appserver url to land into the deployed folder which is resigin on http://Machinename:38080

3) I have placed the html files in Webserver and tried to acces these files using the webserver port which is http://localhost:8888

but the problem here is my code picks up html files from the webserver , I am trying to do the same here but I suppose appserver is not able to comminicate with the default sun webserver

Do I need to do some configurations before my Appserver talks to webserver(default). and if not then can someone tell me wot will be the url that I need to specify so that my aplication sitting in Application server acceses the html files from webserver.

Since incase of iplanet the appserver was communication with webserver over Nasapp .. ( default webserver i.e netscape for iplanet)

regards,

akshar

[1208 byte] By [akshar_tickooa] at [2007-11-26 20:05:10]
# 1

Hi,

I am not sure what some of your phrases mean but i want to clarify a couple of things.

0) Be happy to make the switch

1) SJAS contains a webserver, where iPlanet appserver did not and one was forced to put a webserver in front of the appserver.

2) The iplanet webserver plugin was configured to forward all request which have /NasApp to the appserver, using the KCP protocol, SJAS LB plugin is configured on a webapplication context root base using http and or https protocol.

3) If your logic needs the HTML pages (which is doubtful in a proper design) the pages must reside on the appserver.

4) Deployment to SJAS can be done through asadmin CLI, deploytool or webbased admin GUI instead of just putting the EAR in the autodeploy directory.

HTH Robert

robert@javixa at 2007-7-9 23:06:01 > top of Java-index,Application & Integration Servers,Application Servers...