hi,all: Have u used Resin?I heard Resin is the fastest JSP server.Is it that true? I tried to install resin on my redhat71 and it can start.but when I entered the Url:http:---//127.0.0.1:8080/----on my browser,it can't be opened.That means Resin is out of work.Why and how can I do? (my web server is Apache and it can work normally.) I installed Apache and Resin by this: ------------------------------------- 1 install Apache: ./configure --prefix=/usr/local/apache --***-share=max #I can't remember the ***,but I think u should know it. make make install 2 install Resin ./configure --with-apache=/usr/local/apache \ --with-apxs-/usr/local/apache/bin/apxs make make install ------------------------------------------ wait for your reply