Ok, to help i have created another how-to on this subject..
http://www.gregoire.org/howto/virtualhost.jk2.html
Hope it helps...
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
John,
Thanks much..
Reading this I take it that by setting the DocumentRoot to the
Apache/htdocs directory (or where that might be..) ..that is
sufficient... Hmm... way, way to simple...
Now, is there a way to set this up in the server.xml so that
autoconfig generates that set
John B. Moore said:
> Thanks for responding.. And yes, I keep hearing that one can do this
>
>... But... I'm slow I guess, because that still does not give me
> a hint as to "HOW" that is to be configured.. Do you have some virtual
> host directives that do this that I can use as examples.
Thank you for your reply..,
I just found some other notes on using "Alias" for this task.. I'll
followup on this suggestion..Thanks
John..
Robert Hall wrote:
We use apache to serve up static content by including the following in
httpd.conf via an "Include directive":
#
# Note t
: Virtual Hosting Revisited - Apache serving static pages..???
I do it by mapping all my servlet as .jspx and regular jsp files as
.jsp. Apache serves everything else.
John B. Moore wrote:
> Posted this previously and still need some pointers...
>
> Maybe this is not possible, but it se
Thanks for responding.. And yes, I keep hearing that one can do this
... But... I'm slow I guess, because that still does not give me
a hint as to "HOW" that is to be configured.. Do you have some virtual
host directives that do this that I can use as examples..
Maybe my problem is th
We use apache to serve up static content by including the following in
httpd.conf via an "Include directive":
#
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the URL. So "/icons" isn't aliased in
this
# example, only "/icons/
I do it by mapping all my servlet as .jspx and regular jsp files as
.jsp. Apache serves everything else.
John B. Moore wrote:
Posted this previously and still need some pointers...
Maybe this is not possible, but it seems to be "suggested" in a lot of
the documentation I have read. Unfortunate
Posted this previously and still need some pointers...
Maybe this is not possible, but it seems to be "suggested" in a lot of
the documentation I have read. Unfortunately those docs "assume"
something that I am not privy to.. (a brain.. yeah well...) and do
not outline specific configurations