cancel
Showing results for 
Search instead for 
Did you mean: 

ASR Deployment Successful but what next?

manik_bhalla
Champ in-the-making
Champ in-the-making
Configured the ASR server and then deployed the Web Project successfully.

Documentation states that a folder with "live" appended to the Web Project name will be created in the AVM Folder on the ASR server machine.
This is what deployment reports shows when i deploy on a Live server hosted on another machine:

START testwebsite:/www/avm_webapps
COPIED testwebsite:/www/avm_webapps/ROOT
COPIED testwebsite:/www/avm_webapps/ROOT/test.mht
DELETED testwebsite:/www/avm_webapps/avm_webapps
END testwebsite:/www/avm_webapps


Neither am I able to see these files in the AVM folder on server machine nor i know what to do after i get the "Deployment Successful" message.
4 REPLIES 4

mrogers
Star Contributor
Star Contributor
Deployment to an ASR deploys to an AVM store which will typically be used to support a web site.     Your web app will typically query this AVM store for run time information.

If you want to "see the files" you will typically use an FSR to deploy your static assets to a filesystem and then point a web server at your files.  And your webapp will typically loop back using web scripts or other protocol to do things like full text queries.

manik_bhalla
Champ in-the-making
Champ in-the-making
Thanks mrogers for the reply.

Is there a particular directory which i should be querying to access the webapp? That is precisely the reason i wanted to know where the files actually get deployed to.

Now that the webapp is successfully deployed (on ASR), how will i be able to see the files through a web browser?

mrogers
Star Contributor
Star Contributor
The short answer is that you don't access an AVM store via a web browser.

You can access the store through a browser by using the virtualisation server and also CIFS.     But for performance reasons this is not the way to go to run your production application.

manik_bhalla
Champ in-the-making
Champ in-the-making
I have been using CIFS, but the "deployed files" are not visible through it.
That is what my first post was about.

That can be put to background for the time being.
This is what the main issue right now is….

I have "successfully deployed" the webapp to another ASR machine. (as displayed in Alfresco)
Now, What is the next step?
How will i be able to use/see/query/browse the "deployed files"?