On Tue, 30 Jul 2002, Ratner, Ian wrote:

> Can someone point me to an example of how to configure a single instance of
> Apache to connect to two different Tomcat servers (running different apps)
> using warp?
>
> I tried the configuration below, but it didn't work:
>
> WebAppConnection warpConnection warp localhost:8084
> WebAppDeploy app1 warpConnection /app1/
> WebAppDeploy app2 warpConnection /app2/
> WebAppDeploy app3 warpConnection /app3/
>
> WebAppConnection warpConnection2 warp localhost:19123
> WebAppDeploy app4 warpConnection2 /app4/

FWIW, when I've seen the WebAppDeploy directive, the last argument did
not have a trailing slash.  Perhaps you should try it without it.


> The following errors show up in the arror_log:
>
> Cannot deploy application app1
> Cannot deploy application app2
> Cannot deploy application app3
>
> As if it's expecting the warpConnection apps will be available on the
> warpConnection2 server.

Why do you say that?  I don't get that from the above error messages
(or is there more to them?).

The only other thing I can think of is whether things are all
configured and running properly on the Tomcat side of things.  For
example, are the Tomcat instances up and running on the appropriate
ports?

Milt Epstein
Research Programmer
Systems and Technology Services (STS)
Campus Information Technologies and Educational Services (CITES)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to