-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Hi,

*My CONFIGURATION*
Slackware 3.5 with Linux Kernel 2.2.7
Glibc 2.0.7 (libc.so.6)
Apache 1.3.6
JDK 1.1.7-v3
JSDK 2.0
ApacheJServ 1.0
ApacheJSSI 1.1.2

*httpd.conf*
Port 3000
DocumentRoot=/server/httpd/services
#last line of my configuration file
Include /server/jserv/conf/jserv.conf 

*jserv.conf*
ApJServMount /myclient1 /client1
ApJServAction .jhtml /myclient1/org.apache.servlet.ssi.SSI

*jserv.properties*
wrapper.classpath=/server/jserv/common/ApacheJSSI.jar
zones=client1
client1.properties=/server/jserv/clients/properties/client1.properties

*client1.properties*
repositories=/server/jserv/clients/classes/client1
repositories=/server/jserv/common/ApacheJSSI.jar


** Problem :
I have the file index.jhtml into the DocumentRoot directory
this file is containing :
<CODE>
<HTML>
<BODY>
Call with SSI<P>
<SERVLET CODE="CurrentTime.class">
Servlet not run
</SERVLET>
</BODY>
</HTML>
</CODE>

I have the CurrentTime.class into the zone client1

If I launch http://localhost:3000/myclient1/CurrentTime, the result is
the current time.

But, If I launch http://localhost:3000/index.jhtml or anything else with
.jhtml extension, the server httpd respond into my browser :

<>The server encountered an internal error or misconfiguration and was
unable to complete your request.
<>Please contact the server administrator, [EMAIL PROTECTED] and
inform them of the time the error <>occurred, and anything you might
have done that may have caused the error.
<>The proxy server could not handle the request GET
http://localhost:3000/index.jhtml.
<>Reason: Error reading from remote server

and into my log's file (error.log) :

<>[notice] child pid 2410 exit signal Segmentation fault (11)


If I launch http://localhost:3000/myclient1/org.apache.servlet.ssi.SSI,
the result is :

<>500 Java Server Side Include Error

<>Could not resolve the given URI /myclient1/org.apache.servlet.ssi.SSI

<>NOTE: SSI/PageParser cannot work if the requested file is not
accessible by the servlet engine. Please, make sure the requested file
is readable by
this servlet and located on the same machine.

This seems to indicate that very no trouble with SSI class

Can you help me, I suspect problem with my configuratoion file, do you
have an idea ?


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to