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

Hello guys,

We're trying to set up:

JDK 1.1.8
JServ 0.9.12 automatic mode
Apache 1.3.9
FreeBSD 3.x STABLE

and it does work just fine.  The only thing about it is this darn log message:

[Tue Sep 21 11:56:20 1999] [warn] [client 200.246.206.23] handler "rhtml-parser" not 
found for: /usr/local/apache1.3.9/htdocs/jurinforma.com.br/padvogado.rhtml
[Tue Sep 21 11:56:20 1999] [error] wide.util.SubstSSI: init

This appears in the virtualhost's error log.  Despite this message, the page is served 
perfectly.

I've played a bit with AddHandler/Action, and it only works in main server config, not 
per vhost (as stated in the docs).

My relevant configuration is:

##########

ServletAlias          /servlets               /usr/local/apache/servlets

AddHandler            rhtml-parser .rhtml
Action                rhtml-parser /servlets/my_template_servlet

<VirtualHost my_virtual_host>
  ServerAlias my_virtual_host2
  RewriteEngine off
  DocumentRoot /my/doc/root
  ServerName my_virtual_host
  XBitHack on
  Options +Includes
  ErrorLog logs/my_virtual_host-error_log
  CustomLog logs/my_virtual_host-access_log combined
  ScriptAlias /cgi-bin /my/cgi/path
  ServletAlias  /servlets       /my/repository1.jar
  ServletAlias  /servlets       /my/repository2.jar <========= THIS ONE CONTAINS THE 
SERVLET
  ServletAlias  /servlets       /my/repository3.jar
</VirtualHost>

############

Any help will be much apreciated.

Regards,
Rog�rio Gatto


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