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

if you put Hello.class in a test directory called example/inner within your servlet 
repository then Hello class will need to be in the
example.inner package. 

something like

import example.inner.Hello

don't forget to make the package declaration within your class file

one of the errors should have been class not found so maybe you should trn tracing on 
or something so you can get more verbose errors



>>> Joan Friedman 431-2016 <[EMAIL PROTECTED]> 08/10/99 10:12AM >>>
-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Hi,

I've been setting up JServ with Apache on an SGI. The example servlet works now, and 
it works 
when I set up a similar zone with a different name and location. My problem is this: 
when I make 
a test subdirectory, say "example/inner", and put the Hello.class test file there, it 
doesn't 
work. I get a "configuration error" web page. The mod_jserv file error is 
[10/08/1999 13:21:43:741] (EMERGENCY) ajp11: can not connect to host 0.0.0.0:8007
[10/08/1999 13:21:43:742] (EMERGENCY) ajp11: connection fail
[10/08/1999 13:21:43:742] (ERROR) an error returned handling request via protocol 
"ajpv11"

Is there a way to set this up properly, or do I need to define zones so that class 
files are 
always in the top level of the zone?

Joan
  


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




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