cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment Successful and now?

major_king
Champ in-the-making
Champ in-the-making
Hello everybody,

i'm evaluating alfresco for my company and atm i'm occupied with the wcm. I've imported the sample website and created some content. The deployment to a second alfresco instance finished successful.

But now the very interesting thing: where can i find the deployment  Smiley Sad folder, url ???

I also tried a deployment to file-system using the deployment receiver. Here, I've also a successful deployment, but when i copy the deployed folder into my webapps-folder from a standalone tomcat 6.0 i can't view the website.

I hope, anyone can help me with this little tiny problem. Thanks.

greeting.
christian
4 REPLIES 4

kvc
Champ in-the-making
Champ in-the-making
Christian:


On your run-time server, you can install whatever http server / app server you need to map to content you've deployed to the local file-system or to a remote Alfresco server.

For example:

1.  You are managing a static website in Alfresco.  You use the file-system
     receiver to deploy to your Apache (for example) docroot on your
     remote server.  Your httpd server config / mappings are whatever you
     need.

2.  You are managing a dynamic website (web app) in Alfresco.  You can
     deploy your application code to a temp dir on your remote file-server,
     and run a post-deploy ant script (as an example) to WAR up and
     deploy to your app server.  You can run a parallel deployment to
     a run-time Alfresco repo to make all your content available to your
     deployed web app (likely running on an entirely different server in
     JBOSS or any other app server).

There will be new documentation on how to map Alfresco in the run-time to different types of run-time architectures and environments you need your choice in CMS to support.  Current updates to documentation surrounding deployment have recently been posted to our wiki.  This includes our new configuration wizards for more complex deployment configuration mappings.  You can find that documentation here:

http://wiki.alfresco.com/wiki/Deployment


Kevin

major_king
Champ in-the-making
Champ in-the-making
Thanks for answering. I will check this out.

ch

major_king
Champ in-the-making
Champ in-the-making
Where can I download the wcm2.2 release?

Greeting.
ch

major_king
Champ in-the-making
Champ in-the-making
Hello together,

atm I'm still hanging on this topic. Now I've running 2.9.0C dev Alfresco with WCM and can successful browse the deployed content in the avm-folder (\\alfrescosrv11a\AVM\alfrescowww–admin\HEAD\DATA\www\avm_webapps\ROOT or \\alfrescosrv11a\AVM\alfrescowww\HEAD\DATA\www\avm_webapps\ROOT).

How can I now browse the website with my browser like the preview? I tried to build a war-file and deployed it to a standalone-tomcat-installation, but tomcat can't start the website.

Thanks for help!
christian