----------------------------------------------------
Please read the FAQ at <http://java.apache.org/faq/>
It does have a search feature!

We cannot guess what you are trying to do:
#1. Include version numbers for all software.
#2. Include relevant configuration settings.
#3. Include full descriptions of the problem.

Got Linux? Seeing lots of java processes?
<http://java.apache.org/faq/?file=274>
----------------------------------------------------

At 12:02  10/10/99 +1000, you wrote:
>----------------------------------------------------
>Please read the FAQ at <http://java.apache.org/faq/>
>It does have a search feature!
>
>We cannot guess what you are trying to do:
>#1. Include version numbers for all software.

Running Apache 1.3.9
         JServ 1.0
         JSSI 1.1.2
>#2. Include relevant configuration settings.

jserv.conf

ApJServProperties /jbod/data/cseeweb/apache/jserv/servlets/jserv.properties
ApJServMount /servlets /servlets
ApJServAction .jhtml /servlets/org.apache.servlet.ssi.SSI

jserv.properties

wrapper.classpath=/jbod/data/cseeweb/apache/jserv/src/java/ApacheJServ.jar
wrapper.classpath=/jbod/data/cseeweb/apache/Jssi/src/java/ApacheJSSI.jar
wrapper.classpath=/data/cseeweb/jsdk/lib/jsdk.jar
zones=servlets

servlets.properties

repositories=/jbod/data/cseeweb/apache/jserv/servlets,/jbod/data/cseeweb/apa
che/JSSI/src/java/ApacheJSSI.jar
serverlet.org.apache.ssi.SSI.initArgs=SSISiteRoot=/jbod/data/cseeweb/htdocs,
expires=-1000

All else is as it comes in the distribution.

>#3. Include full descriptions of the problem.

We are using bufferedFileReader and bufferedFileWriter.  To define the menu
we have a text file with the structure and link info written.  We then read
from this file to create the menu structure relative to any given requested
document.  We assume this file sits in the Document root but have tried
placing it in the servlets zone and other places all to no avail.

But as we seem to have problems reading and writing we wondered if it were
not a permissions problem or config problem.

As to configuration files, I have only added what was suggested in the
install for JSSI relevant to my system.  Like I said .jhtml parses fine if
the is no I/O in the servlet.
......
 <SERVLET CODE="Hello.class">
   Servlets are not working
   </SERVLET>
......
This kind of code included in the file works fine.

When trying to write a file as we thought the problem was placement of our
txt file we received an error like:
[01/10/1999 12:34:51:520] (ERROR) ajp11: Servlet Error:
java.io.FileNotFoundException: test_this_bitch.txt: test_this_bitch.txt
[01/10/1999 12:34:51:520] (ERROR) an error returned handling request via
protocol "ajpv11"

I have looked through the FAQs but don't seem to see something like our
difficulty.
==================//==================
Stuart Fraser
Email: [EMAIL PROTECTED]
Phone: +61 7 38127010
==================//==================



--
--------------------------------------------------------------
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