Azi: http://azi.javaeye.com/blog/189764 下面给出得Log4J配置文件实现了输出到控制台,文件,回滚文件,发送日志邮件,输出到数据库日志表,自定义标签等全套功能。 log4j.rootLogger=DEBUG,CONSOLE,A1,im #DEBUG,CONSOLE,FILE,ROLLING_FILE,MAIL,DATABASE log4j.addivity.org.apache=true ################### # Console Appender ################### log4j.appender.CONS ...
  • 08:15
  • 浏览 (20)
  • 评论 (0)
1. create a bean to implements the ServletContextAware, and spring will automatically set the servletContext: public class ApplicationScopeObjectSettings implements ServletContextAware { ServletContext servletContext; public void setServletContext(ServletContext servletContext) { t ...
Source URL: http://java.dzone.com/tips/pathway-acegi-spring-security- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>Pathway from ACEGI ...
  • 10:19
  • 浏览 (42)
  • 评论 (0)
http://www.ibm.com/developerworks/cn/xml/x-mashups.html Mashups:Web 应用程序新成员 Mashup 简介 文档选项 打印本页 将此页作为电子邮件发送 级别: 初级 Duane Merrill (duane@duanemerrill.com), 自由作家, Freelance 2006 年 8 月 31 日 Mashup 是一种令人兴奋的交互式 Web 应用程序,它利用了从外部数据源检索到的内容来创建全新的创新服务。它们具有第二代 Web 应用程序的特点,也称为 Web 2.0 ...
  • 21:41
  • 浏览 (27)
  • 评论 (0)
WebSphere 用户组4月最新免费讲座:基于最新 Web Services 标准的应用开发(北京,4/12) Web Service 功能部件包是 WebSphere 应用服务器 6.x 的一个可选安装包。它提供了对最新 web service 标准 JAX-WS2.0 及其相关标准的支持。本讲座将介绍 Web Service 功能部件包的支持平台和主要功能, 包括最新 web services 标准的介绍。同时本讲座还将演示基于 JAX-WS2.0 的web service 在该功能部件包下的基本开发过程。
  • 21:01
  • 浏览 (53)
  • 评论 (0)
<%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head><title>Redirect page</title> <SCRIPT LANGUAGE="JavaScript"> <!-- var URL = "jj.wsh"; alert("url=" + URL); window.location.href = URL; ...
  • 21:41
  • 浏览 (58)
  • 评论 (0)
2008-01-18

cas + acegi 如何实现代理服务? Solved !

关键字: cas acegi proxy
现有3个应用程序: 第一个是服务器cas, 用于作用户登录审计; 二个应用程序 A, B, 配置acegi用于用授权. 现如今, 我要用 A 代理登录用户 U 去调用/访问 另一个应用B的一个 受保护页面P, 所有设置(cas, acegi, 以及proxy) 已经完成. 我的问题是,如何在应用A中通过代理 调用应用B 的那个页面? 谢谢!
2008-01-09

cas acegy and cas proxy

关键字: cas
剖析CAS Proxy的设计原理 http://www.blogjava.net/security/archive/2006/04/26/SSO_CASProxy.html http://afareg.javaeye.com/blog/89823 http://blog.csdn.net/maxgong2005/archive/2005/12/20/557052.aspx ** http://dev2dev.bea.com.cn/bbs/thread.jspa?forumID=29304&threadID=36013 我现在将CAS 服务部署在一台WAS上,这台WAS是还 ...
  • 09:54
  • 浏览 (186)
  • 评论 (0)
part1: http://book.csdn.net/bookfiles/310/10031012828.shtml part2: http://book.csdn.net/bookfiles/310/10031012829.shtml 为spring加入acegi : 修改userDao实现UserDetailsService接口,改接口要求实现loadUserByUsername方法,我的实现: http://blog.csdn.net/umbrella_yxs/archive/2007/12/07/1922146.aspx
  • 04:52
  • 浏览 (191)
  • 评论 (0)
NCSA extended/combined log format You can alter the default logging format to store more information about each request by altering the LogFormat directive in the Apache configuration file. "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" ...
  • 20:55
  • 浏览 (345)
  • 评论 (0)