- 浏览: 606872 次
- 性别:
- 来自: 西安
文章分类
- 全部博客 (365)
- Java 基础知识(笔试面试有用) (35)
- SQL 相关 (11)
- Oracle笔试 (1)
- Java 笔试面试 (11)
- LINUX (12)
- ExtJS (21)
- Javascript (17)
- WebGIS (2)
- 软件工程 (3)
- 数据库 (17)
- 项目管理 (63)
- 工作流 (2)
- 计算机网络 (3)
- ZigBee技术及应用 (24)
- 单片机(AVR Studio) (7)
- 项目人力资源管理 (3)
- 项目管理高级知识 (4)
- JAVA技术 (12)
- 项目管理中的概念 (3)
- SQL SERVER (1)
- C++ (1)
- C/C++编程经验 (12)
- C和C++面试笔试题 (12)
- 其他IT技术笔试面试 (6)
- 名企笔试面试集锦 (16)
- 非技术 (10)
- C#相关 (1)
- Matlab相关 (2)
- 计算机专业课相关 (2)
- Web Service (1)
- Excel 使用 (1)
- PhotoShop相关 (4)
- ASP 相关 (2)
- android (1)
- Java WEB 相关 (1)
- web 安全相关 (7)
- 网络安全 (1)
- IBatis (1)
- web 开发技巧 (2)
- css 相关 (1)
- Ruby相关 (2)
- 生活 (3)
- 操作系统安全相关 (6)
- 操作系统相关 (1)
- PHP相关 (3)
- 开发经验 (12)
- Redis (1)
最新评论
windows上jetspeed2安装和配置
1、jetspeed2的安装
首页
http://portals.apache.org/jetspeed-2/
下载文件
jetspeed-installer-demo-2.2.0.jar
安装
java -jar jetspeed-installer-demo-2.2.0.jar
打开了图形化安装界面
命令行安装
java -jar jetspeed-installer-minimal-2.2.0.jar text
我的安装路径
d:\tool\Jetspeed-2.2.0
选择数据库
mysql
下载mysql驱动
http://dev.mysql.com/downloads/
5.0驱动地址
http://dev.mysql.com/downloads/connector/j/5.0.html
启动
cd D:\tool\Jetspeed-2.2.0\bin
startup.bat
访问地址
http://localhost:8080/jetspeed/portal
http://localhost:8080/jetspeed/desktop
用户名和密码
admin -- System administrator, super user
manager - Has system administration rights, but not super user
user -- A sample user demonstrating with with a home page and advanced profiled menus
tomcat -- A sample user demonstrating a user without a home page
jetspeed -- A sample user demonstrating discovery of pages by both group and role fallback profiling algorithms
subsite -- Example of how to setup users with a primary subsite role fallback profiling rules
subsite2 -- Example of how to setup users with a secondary subsite role fallback profiling rules
devmgr -- Delegated security manager, can manage users with the "dev" (developer) role
2、创建自己的portal
参考文档
http://portals.apache.org/jetspeed-2/tutorial/index.html
http://portals.apache.org/jetspeed-2/buildguide/jetspeed-archetype.html
解开压缩文件
jetspeed-2-2.2.0-src.zip
cd E:\book\opensource\jetspeed\jetspeed-2-2.2.0
编译和安装jetspeed maven plugin
mvn install -P init
修改maven2配置文件D:\tool\apache-maven-2.2.1\conf\settings.xml
<pluginGroup>org.apache.portals.jetspeed-2</pluginGroup>
using the jetspeed-archetype maven plugin
mvn org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-4:generate
-DarchetypeGroupId=org.apache.portals.jetspeed-2
-DarchetypeArtifactId=jetspeed-archetype
-DarchetypeVersion=2.2.0
-DartifactId=easyjetspeed
-Dpackage=cn.sccl.easyjetspeed
-DgroupId=cn.sccl.easyjetspeed -Dversion=1.0.0
生成easyjetspeed应用
cd D:\work
mvn org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-4:generate
-DarchetypeGroupId=org.apache.portals.jetspeed-2
-DarchetypeArtifactId=jetspeed-archetype
-DarchetypeVersion=2.2.0
-DartifactId=easyjetspeed
-Dpackage=cn.sccl.easyjetspeed
-DgroupId=cn.sccl.easyjetspeed -Dversion=1.0.0
修改配置文件jetspeed-mvn-settings.xml
<org.apache.jetspeed.server.home>D:/eclipse-jee/apache-tomcat-6.0.18/</org.apache.jetspeed.server.home>
<org.apache.jetspeed.catalina.version.major>6</org.apache.jetspeed.catalina.version.major>
<org.apache.jetspeed.production.database.default.name>mysql</org.apache.jetspeed.production.database.default.name>
<org.apache.jetspeed.production.jdbc.driver.groupId>mysql</org.apache.jetspeed.production.jdbc.driver.groupId>
<org.apache.jetspeed.production.jdbc.driver.artifactId>mysql-connector-java</org.apache.jetspeed.production.jdbc.driver.artifactId>
<org.apache.jetspeed.production.jdbc.driver.version>5.1.6</org.apache.jetspeed.production.jdbc.driver.version>
<org.apache.jetspeed.production.database.driver>com.mysql.jdbc.Driver</org.apache.jetspeed.production.database.driver>
<org.apache.jetspeed.production.database.url><![CDATA[jdbc:mysql://127.0.0.1/easyjetspeed?useServerPrepStmts=false&jdbcCompliantTruncation=false]]></org.apache.jetspeed.production.database.url>
<org.apache.jetspeed.production.database.user>easyjetspeed</org.apache.jetspeed.production.database.user>
<org.apache.jetspeed.production.database.password>easyjetspeed</org.apache.jetspeed.production.database.password>
发布应用到tomcat
mvn jetspeed:mvn -Dtarget=all
其他命令
mvn jetspeed:mvn -Dtarget=deploy-pa
mvn jetspeed:mvn -Dtarget=deploy-portal
启动tomcat
D:\eclipse-jee\apache-tomcat-6.0.18\bin
启动报错:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deploymentManager' defined in ServletContext resource [/WEB-INF/assembly/deployment.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.w3c.dom.Element.getTextContent()Ljava/lang/String;
2009-09-07 14:23:34,171 [main] ERROR org.apache.jetspeed.engine.JetspeedServlet - Jetspeed: init() failed:
org.apache.jetspeed.exception.JetspeedException: Jetspeed Initialization exception!
at org.apache.jetspeed.engine.JetspeedEngine.start(JetspeedEngine.java:142)
at org.apache.jetspeed.engine.JetspeedServlet.init(JetspeedServlet.java:208)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1172)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:992)
原来是我部署了pluto在这个tomcat上面,上面有下面两个包
xmlParserAPIs-2.6.2.jar
xercesImpl-2.6.2.jar
我重新找了个干净的tomcat就OK了。
访问
http://localhost:8080/easyjetspeed/portal
发表评论
-
SQL 高级 04
2012-10-18 19:07 754SQL PRIMARY KEY 约束 P ... -
SQL 高级 03
2012-10-07 15:21 786SQL UNION 操作符 UNION 操作符用于 ... -
SQL 高级 02
2012-10-07 11:26 679SQL Alias(别名) 通过使用 SQL,可以为列 ... -
SQL 高级 01
2012-10-07 11:08 762SQL TOP 子句 TOP 子句用于规定要返回的记录 ... -
SQL入门 02
2012-10-07 09:51 492SQL AND & OR 运算符 AND 和 ... -
SQL入门 01
2012-10-07 09:42 619SQL 能做什么? SQL 面向数据库执行查询 SQL ... -
用Java实现常用排序算法
2012-09-01 17:02 892package com.zhaopin; publ ... -
Java EE面试题
2012-08-25 10:06 20161、Java EE是什么? 答 ... -
Spring面试题
2012-08-25 10:02 11311、什么是Spring框架? 答:Spring框架是一个分 ... -
Hibernate面试题
2012-08-25 10:01 8691、什么是ORM? 答: ... -
Struts面试题
2012-08-25 09:57 6751、MVC的各个部分都有那些技术来实现?如何实现? ... -
JSP Web应用开发面试题
2012-08-25 09:56 6911、Servlet执行时一般实现哪几个方法? 答:Serv ... -
Java基础面试题
2012-08-19 16:58 9401、抽象类(abstract class) ... -
Java3D的场景图结构
2012-04-25 11:00 2130Java3D实际上是Java语 ... -
编程心得
2012-04-19 16:11 785我相信看看到这篇博客的人大都都是程序员,现在我就讲讲编程方面 ... -
java 中的初始化顺序
2009-11-12 21:35 2829前几天去东软笔试,考到了这种题目。回来好好总结一下。一般考肯定 ... -
sql 笔试题(2)
2009-11-11 14:31 11891.磁盘柜上有14块73G的磁盘, 数据库为200G 大小包括 ... -
sql笔试题
2009-11-11 14:07 3552sql 相关的查询面试题收集及答案一 //查询某表中的第30到 ... -
sql中的group by用法
2009-11-11 12:36 1598具体讲解一下sql说法中group by的用法; 以下 ... -
sql 笔试
2009-11-09 22:55 1324关键字: sql 笔试题 有三个表: 学生表:stud ...
相关推荐
这个压缩包包含了关于Jetspeed的重要中文文档,包括“Jetspeed2之安装配置.doc”、“Jetspeed2总结.docx”以及“JetSpeed2开发文档的中文翻译.pdf”,这些文档对于理解和使用Jetspeed2具有极高的价值。 首先,我们...
本文档旨在详细介绍如何在个人PC上安装配置Jetspeed,并指导用户创建一个简单的Portlet。 #### 二、系统需求 - **硬件需求**: - 个人PC - 操作系统:Windows XP - **软件需求**: - JDK版本:1.5.0.12 - ...
标题 "jetspeed2" 暗示我们正在讨论一个开源的Java门户框架——Jetspeed 2。Jetspeed 2是一个高度可配置和可扩展的框架,用于构建企业级的Web门户应用。它允许开发者整合各种内容、应用和服务,提供统一的用户界面。...
2. **PORTLET 容器**: Jetspeed2作为portlet容器,负责管理和执行portlet生命周期,遵循JSR-168和JSR-286规范。 3. **PORTLET**:portlet是门户中的独立组件,它可以是动态的Web内容,如新闻、天气预报等,也可以是...
【Jetspeed2官网guide文档翻译2】这篇文档主要面向初次接触Jetspeed的用户,提供了从源码构建和部署Jetspeed 2.2的详细步骤。Jetspeed是一个开源的portlet容器和企业信息门户平台,它允许集成多种应用和服务,提供...
本文档是Jetspeed2 Deployer Guide的中文翻译,旨在帮助初学者理解如何部署和配置Jetspeed2的安全机制。 在Jetspeed2的安全部署配置中,有两个主要的认证策略:Permissions(权限)和Constraints(约束)。...
Jetspeed2是一款开源的企业级portlet容器和门户框架,它基于Java技术栈,主要用于构建可定制、可扩展的企业级门户系统。这个资料包包含了关于Jetspeed2的详细信息,对于理解并使用Jetspeed2进行门户开发具有很高的...
通过对jetspeed2样式的开发文档进行深入分析,我们可以了解到jetspeed2样式的开发不仅需要掌握基本的前端技术如Velocity和CSS,还需要熟悉jetspeed2框架本身的特点。布局样式的开发涉及到多个文件的配置与编写,而...
6. **部署脚本**:这些脚本用于在服务器上安装和启动jetSpeed,通常包括批处理脚本(Windows)和Shell脚本(Unix/Linux)。 7. **Web应用程序**:可能有一个名为`jetspeed-2.war`的文件,这是一个预打包的Web应用...
在提供的压缩包文件中,"jetspeed1资料.zip"可能包含了Jetspeed 1的相关文档、源代码、示例和开发指南,而"Jetspeed2资料.rar"则可能包含Jetspeed 2的更新内容、教程和案例研究。这些资源对于想要学习和使用Jetspeed...
2. 已安装JDK 1.5.0.12,并且配置了PATH和CLASSPATH环境变量。 3. 下载Jetspeed-2 2.2.0 Installer,可以从Apache官方站点获取。 4. 获取portlet容器和插件,包括`com.sun.server.os.portlet.container_1.0.0.jar`和...
通过上述步骤,我们可以成功地在个人PC上安装配置Jetspeed环境,并利用Eclipse开发简单的portlet应用。这为开发者提供了一个强大的工具集,能够快速构建和部署门户应用。此外,熟悉这些步骤也有助于更深入地理解...
这种集中式的访问控制和个性化配置对于提升工作效率和用户体验至关重要。 在 Jetspeed 中,"源码"标签意味着我们能够深入研究其内部结构和工作原理。Jetspeed 是用Java语言开发的,因此熟悉Java和相关框架如Spring...
Jetspeed是Apache组织开发的一个采用Java和XML的开放源代码的企业信息门户的实现。门户可以让终端用户可以...由于jetspeed1在设计上的“缺陷”,现在已经升级到jetspeed2。目前大陆还没有成功使用jetspeed2开发的案例。
- **简单易用**:安装配置简单,易于部署Java应用。 #### 五、Derby详解 - **概念**:Derby是一款轻量级的嵌入式关系数据库管理系统,适用于小型应用和测试环境。 - **特点**: - **无需安装**:随JetSpeed门户...
相较于早期的JetSpeed1.x(J1.x),J2在架构上进行了重大改进,不再依赖Turbine框架,而是引入了Spring Framework作为默认的组件框架,提供了更强大且灵活的组件管理和依赖注入能力。这使得开发者可以利用Spring的...
2. **安装与配置**:文档会详细介绍如何在不同的操作系统环境下安装Jetspeed,以及如何进行服务器配置,包括Tomcat、Jetty等常见的Java应用服务器。 3. **portlet开发**:Jetspeed支持portlet开发,portlet是门户中...
3. 安装JetSpeed SDK,这将提供必要的库文件和配置文件,帮助你创建和部署portlet。 4. 安装portlet插件,如Eclipse Portlet Plug-in,它能增强Eclipse对portlet开发的支持。 portlet项目创建: 1. 在Eclipse中,...
3. **构建和安装**:使用Apache Maven作为构建工具。首先,确保Maven已安装并配置好。然后,在Jetspeed源码目录下执行`mvn clean install`命令。这会编译源码,运行测试,并将生成的JAR文件放置到正确的目录。 4. *...