RE: I'm stuck. Apache-tom4.0 virtual hosts

2002-02-07 Thread John Wadkin
If I understood your question correctly, you're asking why Apache doesn't like the WebApp directives? My guess would be that the directives for WebAppConnection and Deploy need to come last after the ServerName directive. You also need to change "localhost:8008" to jakarta.domain.com:8008 or whate

Re: I'm stuck. Apache-tom4.0 virtual hosts

2002-02-07 Thread john-paul delaney
I'm a newbie with this but here's what I got... The jakarta documentation says the Host element represents a Virtual Host. One or more Host elements are nested inside an Engine element. ..and on an Engine element it says, Exactly one Engine element must be nested inside a Service element, fo

Re: I'm stuck. Apache-tom4.0 virtual hosts

2002-02-07 Thread Min Wang
try to set ServerName. --- chad kellerman <[EMAIL PROTECTED]> wrote: > Hey guys, > > I am stuck again. This time with the virtual > host section in apache. Here is what I got: > > > WebAppConnection warpConnection warp localhost:8008 > WebAppDeploy examples warpConnection > /home/jak/ja