Help.

Is there a way to use tomcat to serve up from multiple urls within one
instance?  After starting apache I get an instance for every WebAppDeploy
line and I am not sure if this is bad or how much it effects
performance/scalability.

I have the following lines in my httpd.conf:

<IfModule mod_webapp.c>
WebAppConnection conn warp gumby.abilizer.com:8008
WebAppInfo   /webapp-info
WebAppDeploy    ../../webapp   conn    /
WebAppDeploy    ../../webapp   conn /url1
WebAppDeploy    ../../webapp   conn /url2
WebAppDeploy    ../../webapp   conn /url3
</IfModule>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to