g****y 发帖数: 323 | 1 My suggestion is to use Apache and Jserv.
Apahce supplies the Web server, Jserv makes the servlets and jsp possible.
Since they all from apache group, so they are intergrated together.
First install Apache server, modify the setting to set the web server IP.
Then install Jserv and it will ask you for the necessary files and
directory, just follow, and you can not miss anything you need to
setup the servlet. When it is finshed, it will add the config file
to the Apache config file automatically, |
|
t****n 发帖数: 56 | 2 yeah, go to download "JServ"
attention: when installing JServ, change the installation
directory as the path where "apache" resides, then choose
"integrated" option. |
|
l******n 发帖数: 17 | 3 我想可能就是你先回答
admire you so much!
error logs do tell me:
[Mon Jul 10 01:28:53 2000] [emerg] JServ: Error setting
defaults: ApJServLogFile: file
'/usr/apache/./logs/mod_jserv.log' can't be d
[Mon Jul 10 01:28:53 2000] [crit] (2)No such file or
directory: Apache JServ encountered a fatal error; check
your ApJServLogFile f.
hehe...I touch this file and it worked!
//learn from microbe every day. |
|
I****s 发帖数: 1167 | 4 所以说你不懂呢。连平台的概念都没有吧。有了c , MFC,.Net framework的经验,开
发基于Windows平台的软件就不是问题了。出了什么新的技术也可以很快的掌握。会
Java,jserv, 那么网络应用软件的开发的基础也就掌握了。至于现在最流行的移动设
备应用的开发,安卓是基于Java,iOS基于object c, swift. 学起来很快。再熟悉一下
Google,和iOS的SDK即可。哥最近在钻研Google的daydream, 尝试自己开发一些vr 软
件。
你就会背书,炫耀data structure. 笑死了。
: 各个平台笑死我啊
: 龙虾党真是傻的冒泡 不闲丢人 哈哈
: 各个平
: 虾党。
|
|
s****d 发帖数: 1830 | 5 我不想炫耀data structure 啊
我开始问你computtation theory没想到你这大学都没上过的龙虾党
不知道我在说什么 我怎么办
龙虾党太搞笑了
Stanford Cs master不知道computation theory is是啥
: 所以说你不懂呢。连平台的概念都没有吧。有了c , MFC,.Net
framework的经
验,开
: 发基于Windows平台的软件就不是问题了。出了什么新的技术也可以很快
的掌握
。会
: Java,jserv, 那么网络应用软件的开发的基础也就掌握了。至于现在最
流行的
移动设
: 备应用的开发,安卓是基于Java,iOS基于object c, swift. 学起来很快
。再熟
悉一下
: Google,和iOS的SDK即可。哥最近在钻研Google的daydream, 尝试自己开
发一些
vr 软
: 件。
: 你就会背书,炫耀data structure. 笑死了。
: |
|
w**********k 发帖数: 1135 | 6 小弟不才,最近很是研究了一下servlet,JSP,EJB一套东西。
别的好处还没有体会吧,如connection pool,load balance.
单单这个可移植性,就让我心倾不少。
我用servlet写了一套程序,已经在几个系统上移过来又移过去,
这些系统OS有Redhat 6.1,Windows 2000 Advanced server.
Servlet engine有Tomcat,Jserv&GNUjsp,WebSphere。
不用改一句程序,也不用重新编译,就可以移植成功。
这种Develop once,run everywhere的感觉很真是不错啊。 |
|
w**********k 发帖数: 1135 | 7 好象是apache 的 load module的功能没有打开,将这个功能打开,
重新编译 apache,就Ok 了。
./configure --help |
|
m*****e 发帖数: 4193 | 8 I upgraded to the latest apache, then OK. |
|
B*****n 发帖数: 135 | 9 recently did some spare-time work on the following setup:
Linux + oracle8i EE + Apache (with JServ servlet support) web server
using JDBC.
Worked extremely well on my laptop w/ 128M memory... |
|
d******e 发帖数: 2265 | 10 oh, the basic database engine is in C
and you don't develop an jserv based internet application right? |
|
m**i 发帖数: 89 | 11
That's not JServ. It is AJP12 connector only. In future, you can
install Tomcat as a standard Apache module.
I feel it is not so complicated. If you run Tomcat + Apache, any *.jsp
under Apache's htdocs and its subdirectories will be treated as Tomcat
files----If you've configured them correctly.
You can also deploy your JSPs as WAR files.
You have to compile some native C code which are stored in jakarta-tomcat/
src/native/nt_service |
|
m**i 发帖数: 89 | 12
No. What you need do, is to add followings into Apache's httpd.conf
LoadModule jserv_module libexec/mod_jserv.so
ApJServManual on
ApJServDefaultProtocol ajpv12
ApJServSecretKey DISABLED
ApJServMountCopy on
ApJServLogLevel notice
ApJServDefaultPort 8007
AddType test/jsp .jsp
AddHandler jserv-servlet .jsp
Restart your Apache and Tomcat, then all *.jsp files under Apache's
document diectories will be handled by tomcat. |
|
m***n 发帖数: 36 | 13 I installed Apache1.3.19, |
|
u***r 发帖数: 19 | 14 Linux, Java and XML
By Eoin Lane
Abstract:This article is a basic introduction to the new web markup language XML and the transformation language XSL. Here I
show how the Apache web server can be configured using the servlet engine JServ, to do client side XML/XSL transformation using
Apache's Cocoon servlet.
Future updates for this article will be located at http://www.inconn.ie/article/cocoon.htm
(The domain name is currently non-functional but is expect |
|