当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: 整和时间 ==========================
 

 

 ·jsp教程(五)-jsp actions的使用下    »显示摘要«
    摘要: 2000-12-13· 清枫·yesky   jsp:usebean action 的使用   一、 语法: <jsp:usebeanid="beaninstancename"scope="page|request|session|application"{ class="package.class" |type="package.class" |class="package.c......
    摘要: 涉及程序: solaris and windows nt 描述: sun java web server 能让攻击者远程执行任意命令 详细: sun 的 java web 服务器存在多个安全问题,允许攻击者远程以 web 服务器权限执行命令。 它的 web 管理模块监听 9090 端口,通过 http 处理管理命令。"com.sun.server.http.pagecompile.......


接触 solaris : 整和 apache 和 tomcat
整与时间

2000-12-11

【程序编程相关:JSP的九种基本内置组件简介

=============================== 【推荐阅读:Servlet/JSP配置详解

================================ 【扩展信息:在JSP中编写你的第一个Tag

目的

在solaris 7 的/www下建立apache+tomcat jsp应用服务器

下载原文件

================================

apache_1.3.14.tar.gz

jakarta-tomcat-3.2.tar.gz

jakarta-tomcat-3.2-src.tar.gz

编译 apache

=================================

gzip -dc apache_1.3.14.tar.gz | tar xvf -

cd apache_1.3.14

./configure --prefix=/www/apache --enable-module=so --enable_rule=shared_core (允许 dso,运行 apxs 必须)

make

make install

运行 tomcat

=================================

gzip -dc jakarta-tomcat-3.2.tar.gz | tar xvf -

mv jakarta-tomcat-3.2 tomcat

cd tomcat/bin

./startup.sh (自动生成 tomcat-apache.conf 文件)

cp tomcat-apache.conf /www/apache/conf/


...   下一页
    摘要: 2000-12-13· 清枫 ·yesky 为了简化jsp表达式和scriptlets中的代码,提供了8种自动定义的变量,有时称做implicit objects(固有对象)。它们是:request,response,out,session,application,config,pagecontext,和 page。下面我们来详细的了解它们。   request   与reques......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE