- 浏览: 140442 次
- 性别:
- 来自: 大连
文章分类
- 全部博客 (135)
- Liferay (12)
- Alfresco (12)
- SIP (1)
- MFTV (7)
- Server (1)
- JVM (1)
- AR (1)
- Agile (1)
- DirectX (2)
- OTP (1)
- Windows (7)
- Electronic (1)
- Wowza (1)
- Documentum (1)
- CMIS (1)
- MCUMediaServer (2)
- Linux (1)
- LBS (1)
- Product Lifecycle Management (1)
- Robot (1)
- XBMC (4)
- Andriod (2)
- Boxee (2)
- Graphic (1)
- GPU (1)
- Openmeeting (2)
- Conference (2)
- GitHub (1)
- iOS (1)
- 越狱 (1)
- OpenELEC (2)
- WIFI (1)
- Big Blue Button (3)
- Sakai (1)
- Redmine (1)
- 联盟营销 (1)
- OpenSplash (1)
- MONO (1)
- HTML5 (1)
- AirPlay (1)
- PHPMotion (1)
- Java (1)
- Maven (1)
- Proxy (1)
- JDK (1)
- Mac (1)
- REST (1)
- JSON (1)
- IT互联网 (1)
最新评论
Alfresco Ubuntu 配置 MS AD
1. java.net.UnknownHostException: basename
Solution -- https://forums.alfresco.com/en/viewtopic.php?f=8&t=20893
2. smb logon failure
Solution -- http://andoylang.wordpress.com/2010/07/20/alfresco-with-cifs/
http://www.txway.cn/post/201101011914.html
http://www.howtoforge.com/how-to-install-alfresco-community-3.3-on-ubuntu-server-10.04-lucid-lynx
https://forums.alfresco.com/en/viewtopic.php?f=9&t=28773
w2k3~2k8 http://wenku.baidu.com/view/2df4832458fb770bf78a55bf.html
http://www.linuxquestions.org/questions/linux-networking-3/kerberos-kinit-reply-did-not-match-expectations-445698/
https://forums.alfresco.com/en/viewtopic.php?f=8&t=37516
https://forums.alfresco.com/en/viewtopic.php?f=14&t=39341&p=115259#p115259
http://blog.mycroes.nl/2010/04/installing-alfresco-33-on-ubuntu-lucid.html
http://www.alfresco.com/services/subscription/supported-platforms/
cifs.disableNativeCode=false
cifs.enabled=true
cifs.serverName=<Alfresco.server.name>
cifs.domain=<NetBIOS.Domain>
cifs.hostannounce=true
cifs.sessionTimeout=500
cifs.ipv6.enabled=false
cifs.tcpipSMB.port=1445
cifs.netBIOSSMB.namePort=1137
cifs.netBIOSSMB.datagramPort=1138
cifs.netBIOSSMB.sessionPort=1139
cifs.WINS.autoDetectEnabled=true
3. disk
http://blog.sina.com.cn/s/blog_48a770da0100og2h.html
http://www.cnblogs.com/avril/archive/2010/03/23/1692783.html
3. iptables
http://xorprime.azzenti.com/2009/01/12/alfresco-labs-3c-installer-on-ubuntu-804-server-64bit/
http://www.redhat.com/archives/fedora-list/2007-December/msg01235.html
----------------------------------------------------------------------------------------------
https://process.alfresco.com/ccdl/?file=release/community/build-3370/alfresco-community-3.4.d-installer-linux-x64.bin
iptables -F
iptables -t nat -F
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
iptables -t nat -A PREROUTING -p tcp -m tcp --dport 445 -j REDIRECT --to-ports 1445
iptables -t nat -A PREROUTING -p tcp -m tcp --dport 139 -j REDIRECT --to-ports 1139
iptables -t nat -A PREROUTING -p udp -m udp --dport 137 -j REDIRECT --to-ports 1137
iptables -t nat -A PREROUTING -p udp -m udp --dport 138 -j REDIRECT --to-ports 1138
iptables -A INPUT -p udp -m state --state NEW --dport 137 -j ACCEPT
iptables -A INPUT -p udp -m state –-state NEW --dport 138 -j ACCEPT
iptables -A INPUT -p tcp -m state --state NEW --dport 139 -j ACCEPT
iptables -A INPUT -p tcp -m state --state NEW --dport 445 -j ACCEPT
----------------------------------------------------------------------------------------------
4. restore db
http://www.thegeekstuff.com/2008/09/backup-and-restore-mysql-database-using-mysqldump/
1. java.net.UnknownHostException: basename
Solution -- https://forums.alfresco.com/en/viewtopic.php?f=8&t=20893
2. smb logon failure
Solution -- http://andoylang.wordpress.com/2010/07/20/alfresco-with-cifs/
http://www.txway.cn/post/201101011914.html
http://www.howtoforge.com/how-to-install-alfresco-community-3.3-on-ubuntu-server-10.04-lucid-lynx
https://forums.alfresco.com/en/viewtopic.php?f=9&t=28773
w2k3~2k8 http://wenku.baidu.com/view/2df4832458fb770bf78a55bf.html
http://www.linuxquestions.org/questions/linux-networking-3/kerberos-kinit-reply-did-not-match-expectations-445698/
https://forums.alfresco.com/en/viewtopic.php?f=8&t=37516
https://forums.alfresco.com/en/viewtopic.php?f=14&t=39341&p=115259#p115259
http://blog.mycroes.nl/2010/04/installing-alfresco-33-on-ubuntu-lucid.html
http://www.alfresco.com/services/subscription/supported-platforms/
cifs.disableNativeCode=false
cifs.enabled=true
cifs.serverName=<Alfresco.server.name>
cifs.domain=<NetBIOS.Domain>
cifs.hostannounce=true
cifs.sessionTimeout=500
cifs.ipv6.enabled=false
cifs.tcpipSMB.port=1445
cifs.netBIOSSMB.namePort=1137
cifs.netBIOSSMB.datagramPort=1138
cifs.netBIOSSMB.sessionPort=1139
cifs.WINS.autoDetectEnabled=true
3. disk
http://blog.sina.com.cn/s/blog_48a770da0100og2h.html
http://www.cnblogs.com/avril/archive/2010/03/23/1692783.html
3. iptables
http://xorprime.azzenti.com/2009/01/12/alfresco-labs-3c-installer-on-ubuntu-804-server-64bit/
http://www.redhat.com/archives/fedora-list/2007-December/msg01235.html
----------------------------------------------------------------------------------------------
https://process.alfresco.com/ccdl/?file=release/community/build-3370/alfresco-community-3.4.d-installer-linux-x64.bin
iptables -F
iptables -t nat -F
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
iptables -t nat -A PREROUTING -p tcp -m tcp --dport 445 -j REDIRECT --to-ports 1445
iptables -t nat -A PREROUTING -p tcp -m tcp --dport 139 -j REDIRECT --to-ports 1139
iptables -t nat -A PREROUTING -p udp -m udp --dport 137 -j REDIRECT --to-ports 1137
iptables -t nat -A PREROUTING -p udp -m udp --dport 138 -j REDIRECT --to-ports 1138
iptables -A INPUT -p udp -m state --state NEW --dport 137 -j ACCEPT
iptables -A INPUT -p udp -m state –-state NEW --dport 138 -j ACCEPT
iptables -A INPUT -p tcp -m state --state NEW --dport 139 -j ACCEPT
iptables -A INPUT -p tcp -m state --state NEW --dport 445 -j ACCEPT
----------------------------------------------------------------------------------------------
4. restore db
http://www.thegeekstuff.com/2008/09/backup-and-restore-mysql-database-using-mysqldump/
发表评论
-
Alfresco CAS
2012-07-12 15:58 1137http://www.ixxus.com/blog/201 ... -
Alfresco wcmqs 作为 ROOT
2012-06-16 10:55 714用ALfresco建站 WCMQS as Root Site ... -
Alfresco JVM Tuning
2012-06-16 05:13 860http://wiki.alfresco.com/wiki/J ... -
Alfresco WCM Deployerment 新版如何用?
2012-06-06 07:36 671http://wiki.alfresco.com/wiki/W ... -
Alfresco Custom UI - DoCASU
2012-06-03 08:24 676DoCASU is a custom User Interfa ... -
你在用Alfresco的Web Quick Start建站吗?
2012-05-31 10:34 926http://www.contentreich.de/alfr ... -
Liferay Alfresco 老方法和新途径
2012-05-16 21:58 733老方法 http://www.alfresco.com/pro ... -
Alfresco CE 如何用 MS SQL DB
2012-05-15 23:05 718总体思想比较龌蹉: 1. 安装EE版,安装后提取MSSQL关D ... -
Alfresco的几个扩展fme-alfresco-extensions alfresco-business-reporting
2012-05-09 13:13 748http://code.google.com/p/fme-al ... -
Alfresco实现供外部可直接下载的文档地址
2012-05-01 15:17 683Direct Publicly Accessible Docu ... -
转 Ubuntu 32位安装Alfresco 3.x 4.x详细步骤
2012-03-30 00:03 2944转自 http://tpeelen.wordpress.com ...
相关推荐
- 编辑Alfresco全局配置文件`/opt/alfresco-3.4.c/tomcat/shared/classes/alfresco-global.properties`,设置`ntlm.authentication.sso.enabled`和`passthru.authentication.authenticateCIFS`为`false`,开启LDAP...
使用这个脚本,用户可以避免手动配置复杂的环境,快速地在Ubuntu服务器上部署Alfresco,从而节省时间和减少出错的可能性。 总的来说,这个项目为在Ubuntu系统上安装Alfresco提供了一条简便的途径,通过Shell脚本...
2. **安装与配置**:详细阐述如何设置和配置Alfresco Share环境,包括服务器要求、数据库集成、网络配置和安全设置等步骤。 3. **用户界面与工作流**:解释了Alfresco Share的用户界面设计,如何创建和定制个人工作...
码头工人使用Alfresco Share v5.2.f为Alfresco Community v5.2.0生成基于docker Ubuntu的映像(请参阅 )描述Dockerfile是从“ dockerfile / ubuntu”构建的,请参见 安装Alfresco转换所需的“ ubuntu-desktop” ...
本文档旨在指导用户安装和配置 Alfresco 服务器。 安装准备 在开始安装之前,需要准备好以下几项: 1. Alfresco 安装程序(alfresco-community-4.2.e-installer-win-x64.exe) 2. PostgresSQL 数据库软件 3. ...
在Alfresco JLAN的集成过程中,`alfresco-jlan`是一个关键的模块,它包含了一系列配置文件、脚本和库,用于设置和管理CIFS服务。通过这个模块,用户可以轻松地配置Alfresco服务器为CIFS服务器,使得组织内的员工或者...
这涉及设置数据存储路径、创建数据库、导入预定义内容模型、配置Web服务器(如Tomcat)以及启动Alfresco服务。同时,可能还需要根据企业需求调整Alfresco的工作流程、权限策略和集成其他系统。 在部署过程中,要...
- 安装单独的Solr服务器,解压并配置Solr的Alfresco核心 - 更新Alfresco的`alfresco-global.properties`文件,指定新的Solr服务器地址和端口 ``` search.lucene.indexLocation=/path/to/solr/home search.lucene....
- 可以在系统设置或关于页面查看Alfresco的具体版本号,确保安装的是Alfresco 5.1版本。 #### 六、总结 通过上述步骤,您可以顺利地安装Alfresco 5.1并进行基本的配置。Alfresco提供了强大的文档管理功能,适用...
#### 五、Alfresco Explorer 配置 - **Alfresco Explorer** 是Alfresco早期版本中提供的一个用户界面,尽管已经被Alfresco Share取代,但仍然可用于某些场景下。 - **配置方法**:尽管该部分已移动到附录中,但在...
Linux 下部署 Alfresco 在 Linux 环境中部署 Alfresco 需要安装 Java Development ...部署 Alfresco 需要安装 JDK 和 MySQL 数据库,并配置环境变量和数据库连接。通过这些步骤,可以成功部署 Alfresco 并开始使用。
本文以Alfresco Community 4.0.e在Tomcat 6.0上的安装配置为例进行讲解。首先,确保具备以下环境和资源: 1. JDK 6.0(注意:Alfresco 4.2及以上版本需要JDK 7) 2. PostgreSQL数据库(也可以选择MySQL) 3. Tomcat...
知识点:数据库配置是安装 Alfresco 的关键步骤,需要输入正确的数据库信息。 8. 进行 Tomcat 端口配置:在安装向导中,需要配置 Tomcat 端口号,可以选择默认值或手动输入端口号。 知识点:Tomcat 是一个流行的...
书中详细阐述了Alfresco的部署过程,包括硬件需求、软件配置、数据库集成以及网络设置等。这涉及到选择合适的服务器平台,如Linux或Windows,以及配置适合的数据库系统,如MySQL或PostgreSQL。此外,还会讲解如何...
由于Alfresco社区版不支持Oracle的自动配置,需要手动配置数据源。在Alfresco的web应用中,找到context.xml文件,添加一个新的数据源定义,指定到Oracle数据库的连接信息。 六、初始化Alfresco 1. 使用Alfresco提供...
此外,Alfresco的启动脚本`alfresco.bat`中包含了一些针对特定Java虚拟机(JVM)版本的优化设置。例如,有几行代码用于排除特定的Java编译命令,这些命令只适用于Sun JVMs版本低于1.5 update 8的情况。通过`java -...
Alfresco的工作流模块提供了高度的可定制性,允许用户修改默认配置文件来适应特定业务需求。这涉及到对XML文件的编辑,例如`workflow-context.xml`,其中包含了工作流引擎的关键设置。修改这些配置时,应谨慎操作,...