java在Linux下的web應用(二)

來源:互聯網
上載者:User

gnujsp1.0.0在RedHat下基於apache jserv的安裝

首先確認你已經安裝了apache jserv,如果你還沒有安裝apache jserv,請參考在《RedHat下 安裝apache jserv 1.1.2》一文。
預設jserv安裝在/usr/local/jserv下,jserv.conf在/usr/local/jserv/conf下

一、需要的軟體
從http://www.klomp.org/gnujsp/取得gnujsp-1.0.0.tar.gz

二、

#cp gnujsp-1.0.0.tar.gz /usr/local
#tar xvzf gnujsp-1.0.0.tar.gz
#ln -s gnujsp-1.0.0 gnujsp
#cd /usr/local/jserv/etc
#cp zone.properties alph.properties
#vi alph.properties修改alph.properties加入:

# List of Repositories
#######################

repositories=/usr/local/gnujsp-1.0.0/lib/gnujsp10.jar
repositories=/usr/local/gnujsp-1.0.0/lib/servlet-2.0-plus.jar
repositories=/your/jdbcbeans/path#你的javabean的路徑
#repositories=/home/heyl/lib/java/Acme.jar
#repositories=/usr/local/webl-3.0/lib/WebL.jar

# Classloader parameters
#########################

autoreload.classes=true

# Enable servlet resourced autoreloading (properties and other
# loaded resources)
autoreload.file=true

...

# Servlet Aliases

##################
# Note: if using webl or Acme stuff, add the jars here too
# if you added them to the repositories above (alph)
# In my real settings I added: usepackages=true,language=de,country=de
# but I guess you may prefer the default locale :-) (alph)

servlet.gnujsp.code=org.gjt.jsp.JspServlet
servlet.gnujsp.initArgs=checkclass=true,pagebase=/usr/local/www/doc,
scratchdir=/var/local/apache/jsp,debug=true,compiler=builtin-javac
-classpath %classpath%:%scratchdir%:/usr/local/gnujsp-1.0.0/lib/servlet-2.0-plus.jar:
/usr/local/gnujsp-1.0.0/lib/gnujsp10.jar:/your/jdbcbeans/path
-d %scratchdir% -deprecation %source%
#其中$scratchdir為jsp檔案產生的java和class檔案的目錄

存檔


三、
#vi jserv.properties加入
wrapper.classpath=/usr/lib/jdk/lib/tools.zip
wrapper.classpath=/usr/local/jserv/lib/ApacheJServ.jar
wrapper.classpath=/usr/local/JSDK/lib/jsdk.jar

......

zones=root,alph

......

alph.properties=/usr/local/apache-1.3.6/conf/alph.properties

......

log.file=/usr/local/apache/logs/jserv.log#記錄檔

四、在/usr/local/jserv/etc/jserv.conf中加進

ApJServMount /alph /alph
Action jsp-handler /servlet/gnujsp
AddHandler jsp-handler jsp

五、

啟動你的apache
把/usr/local/gnujsp/examples下的檔案拷貝到web發布目錄下,用瀏覽器調用
http://yourserver/dir/date.jsp
http://yourserver/dir/hello.jap
http://yourserver/dir/snoop.jsp
怎麼樣,結果出來了沒有呢?
然後你自己改動這些檔案,加入中文測試,和servlet在redhat下一樣,測試表明gnujsp也 沒有中文顯示的問題。

相關servlet/jsp資訊請到java.sun.com查閱相關資訊



相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.