10-04-2007 07:14 PM
10-05-2007 05:09 PM
Can someone explain what happens when I deploy a particular web project? I clicked the "deploy" button, and I can view the site just fine when I click the "Preview Site" button. However, I can't seem to figure out how to view the site I just deployed. Did a set of html files get generated and archived somewhere? If so, where? What happened? How can I view the site I just deployed?I should have been more clear. I followed the eval guide example and deployed to localhost.
Alfresco looks really awesome so far. Thanks!
10-06-2007 01:12 AM
Can someone explain what happens when I deploy a particular web project? I clicked the "deploy" button, and I can view the site just fine when I click the "Preview Site" button. However, I can't seem to figure out how to view the site I just deployed. Did a set of html files get generated and archived somewhere? If so, where? What happened? How can I view the site I just deployed?I should have been more clear. I followed the eval guide example and deployed to localhost.
Alfresco looks really awesome so far. Thanks!
Also, when I preview the site, it's previewed by alfrescodemo.net. Why?
Thanks!
10-08-2007 05:38 PM
The site is previewed by alfrescodemo.net because the virtualization server uses DNS wildcarding. You don't have to use alfrescodemo if you don't want to – you can set up your own bind server.
When you hit deploy – Alfresco will deploy the files to the server(s) you specify in the web project configuration. When you hit preview you are seeing the virtualization server (not the deployed site) try setting up another tomcat and either using the deployment agent or running alfresco on another port. Follow the instructions in the deployment server box in the web project settings folder to get a handle on pointing the deployment at a different server or the same server on a different port.
A comma separated list of servers to deploy the website to. Each entry either represents the location of a Deployment Receiver or an Alfresco Repository.That text doesn't mean much to me, because it still doesn't tell me what happens in deployment. I'm still not sure if a new webapp is created or if the ROOT webapp is replaced? What happens when I click the "deploy" link? Do I need some sort of remote software in addition to my second Tomcat instance?
A file server entry must be prefixed with \\. Each server can be represented by a host name or an IP address and may also contain an RMI port number. If an RMI port number is not specified for a Deployment Receiver the default of 44100 will be used. If an RMI port number is not specified for an Alfresco Repository the default of 50500 will be used.
Example: \\liveserver1, \\liveserver2:44200, liverserver3, liverserver4:50900
10-09-2007 02:52 AM
10-09-2007 07:20 PM
There are 2 types of deployment, deployment to another Alfresco instance or deplyment to the filesystem.This information is fantastic. Thanks!
When deploying to another alfresco instance such as on a machine called live-site you would enter "live-site" into the deployment server box. When deploying to another alfresco instance the contents of the web project sandbox are deployment to a "live" sandbox on the other instance. Note this sandbox is normally hidden from the web client in Alfresco.
Note you can also deploy to "localhost" in which case the sandbox is copied to another sandbox on the same instance, but with the name suffixed with "live". This is sandbox is also hidden. If you want ot see it, you can create a web project with this name prior to deploying and Alfresco will use this rather than create a new hidden sandbox.
When deploying to the filesystem, you need to have the deployment receiver running, which is available as part of the deployment package. You configure this with a path to deploy to. When you do a deploy the contents of the sandbox are copied to this path. You configure alfresco to deploy to a filesystem receiver by entering \\live-server in the deployment server box.
Of course all the deployments are transactional within themselves. However if you deploy to multiple servers, the deployment is not transactional across the servers.
10-10-2007 03:08 AM
10-10-2007 09:53 PM
Hi,The receiver is receiving
I meant deployment receiver. There is a download "package" for it here.
http://sourceforge.net/project/showfiles.php?group_id=143373&package_id=207402&release_id=524562
alfresco-community-deployment-2.1.0.zip
apologies for the confusion caused.
Mark
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.