o.k. changing the standard documentroot in the httpd.conf is the easiest way to do that - it works but it is not the way I want.
I don't want to use an addtl. directory instead but parallel and I don't want to use virtual hosts (it seems to be the other/higher way to use more than one directory instead ... correct me, please if I'm wrong) - I 'only' want to 'append' a directory to the standard documentroot.
I've tried it by using aliases but they didn't work the way I want or I couldn't make them work the way I want ...
I think it's the way of resolving the url:
- I can access the the 'aliased' directory by keying in that alias as the url - it works and it is o.k.
In this case the alias is the second part of the url.
- But, what I need/want is to call a servlet by keying in the url, in this case is the second part of the url the mountpoint of the servlet-zone, where the server has to find the (my) servlet (that works fine too)...
But the docs, which are to be read by that servlet (and usually exists in the standard or changed documentroot) should not to be found in the 'documentroot' but in the directory that I want to 'append' ... which is (totally, but on the same machine) separated from the documentroot.
And I can't do that both things at once.
Did anyone understand what I mean?
Is there no (other) way out?