Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tomcat/apache causes multiple instances

Status
Not open for further replies.

bcmb

Technical User
Apr 11, 2002
3
US
how can I get only one instance of tomcat going with more than one url (directory) but all poitning to the same webapp? This is urgent!

In my httpd.conf...

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

<VirtualHost shaq.server.com>
ServerName nba.server.com
DocumentRoot /usr/local/abewebapp
# ErrorDocument 404 /tmp/error/404.html
</VirtualHost>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top