Right. You're pretty close!

First Point:
Have you remembered to load the jserv module into apache?

Second Point:
This is what your <IfModule mod_jserv.c> should look like

<IfModule mod_jserv.c>
Include /etc/httpd/conf/jserv/jserv.conf
             DirectoryIndex index.xml index.jsp
</IfModule>

Third Point:
ApJServMount lines look like this:
ApJServMount /servlet ajpv12://localhost:8007/domain2

Fourth Point:
Make Sure you have a zone set up for domain2, which includes a
/servlet mount point!

Fifth Point: 
There's an Apache JServe User's List. We're usually pretty
helpful.

-Thom


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to