Edit <TOMCAT>\etc\tomcat.conf

Delete comment #LoadModule jserv_module modules/ApacheModuleJServ.dll

and then add comment part of LoadModule jserv_module libexec/mod_jserv.so

see the below exmaple


- before modify -

###############################################################################
# Apache JServ Configuration File #
###############################################################################

# Note: this file should be appended or included into your httpd.conf

# Tell Apache on win32 to load the Apache JServ communication module
#LoadModule jserv_module modules/ApacheModuleJServ.dll

# Tell Apache on Unix to load the Apache JServ communication module
# For shared object builds only!!!
# @LOAD_OR_NOT@LoadModule jserv_module @LIBEXECDIR@/mod_jserv.so
LoadModule jserv_module libexec/mod_jserv.so


- after modify -

###############################################################################
# Apache JServ Configuration File #
###############################################################################

# Note: this file should be appended or included into your httpd.conf

# Tell Apache on win32 to load the Apache JServ communication module
LoadModule jserv_module modules/ApacheModuleJServ.dll

# Tell Apache on Unix to load the Apache JServ communication module
# For shared object builds only!!!
# @LOAD_OR_NOT@LoadModule jserv_module @LIBEXECDIR@/mod_jserv.so
#LoadModule jserv_module libexec/mod_jserv.so






---------> ���� ���� ���� <----------
>From : Alessandra Spada <[EMAIL PROTECTED]>
>>Hi All,
>>I have developed a web application (servlet + JSP10) using the JRUN how
>>the Web Server. Now I would test this application with another web
>>server and I choose apache+Tomcat.
>>
>>I install Apache succesfully.
>>I download Tomcat.zip and ApacheModuleJServ.dll.
>>I copy ApacheModuleJServ.dll into <APACHE>/modules.
>>I include <TOMCAT>/etc/tomcat.conf in httpd.conf.
>>
>>The server apache respond correctly but when I try
>>http://localhost/examples
>>I have this error:
>>
>><Internal Server Error
>>
>>The server encountered an internal error or misconfiguration and was
>>unable to complete your request.>
>>
>>What I have missed?
>>Thank's in advance
>>
>>
>>
>>--
>>Alessandra Spada
>>
>> e-mail: [EMAIL PROTECTED]
>> web : http://www.ariadne.it/
>>Ariadne voice : +39 0382 407 538
>>Via del Torchio 1 +39 0382 407 450
>>27020 Torre d'Isola (PV) - ITALY fax : +39 0382 407 384
>>
>>===========================================================================
>>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
>>FAQs on JSP can be found at:
>> http://java.sun.com/products/jsp/faq.html
>> http://www.esperanto.org.nz/jsp/jspfaq.html
>>

==================================================
No. 1 �츮 ���ͳ�, ����
��� ���� ���� E-mail �ּ� �Ѹ��ϳ�
������ �ѱ� �˻����� Daum FIREBALL
http://www.daum.net

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to