Apache : apache_1_3_4_win32.exe
Apache JServ : ApacheJServ1_0b2-Apache1_3_4.exe
OS : Win NT4.0.
Problem 1. I entered URL "http://155.184.5.182/jserv" to verify the JServ. I
can see
the information about the configured host, but got "Internal Server
Error" when I selected Mapped servlet engines "ajpv11://localhost:8007".
Problem 2. I got "Internal Server Error" when I try to run any servlets
installed under C:/Apache Group/Apache/example dir.
Please help !
--------------------------------------------
The following is httpd.conf file :
ServerRoot "C:/Apache Group/Apache"
Port 80
ServerName 155.184.5.182
.
.
.
LoadModule jserv_module modules/ApacheModuleJServ.dll
<IfModule mod_jserv.c>
ApJServManual off
ApJServProperties "C:\Apache Group\Apache JServ\conf\jserv.properties"
ApJServLogFile "C:\Apache Group\Apache JServ\logs\mod_jserv.log"
ApJServDefaultProtocol ajpv11
ApJServDefaultPort 8007
ApJServSecretKey DISABLED
ApJServMount /example /example
ApJServMountCopy on
<Location /jserv/>
SetHandler jserv-status
order deny,allow
allow from all
</Location>
</IfModule>
The following is jserv.properties file :
wrapper.bin=d:\java11\bin\java
wrapper.classpath=C:\Apache Group\Apache JServ\ApacheJServ.jar
wrapper.classpath=D:\JSDK2.0\LIB\jsdk.jar
port=8007
zones=example
example.properties=C:\Apache Group\Apache\conf\example.properties
The following is example.properties file :
repositories=C:\Apache Group\Apache\example
Thanks,
Meng P. Hu
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]