Webappdeploy line help

2002-04-15 Thread Brian Bernardo

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]




Re: Webappdeploy line help

2002-04-15 Thread Joseph Molnar

I suggest managing your webapps from Tomcat instead of from Apache (ie put
the virtual 'links' there).  You do this buy managing 'contexts' in the
server.xml.

In terms of instances, are you using a Unix (and if so which one), or
Windows? On Linux, many of the instances you may see are actually threads,
not processes.



Joseph Molnar
http://www.codesta.com/



- Original Message -
From: Brian Bernardo [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, April 15, 2002 12:15 PM
Subject: Webappdeploy line help


 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]



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




RE: Webappdeploy line help

2002-04-15 Thread Brian Bernardo


Backround/Env info

Tomcat and Apache are running on physically different machines both on a
Solaris 8 sparc platform.  There is only one JVM instance running
(process) but after reading the catalina.out file I can see that the
installs/loads the jars all over again.  Once for each webappdeploy line.
My concern is scalability/performance and whether this is really bad or not.
Functionality is there, nothing is broken.

B


-Original Message-
From: Joseph Molnar [mailto:[EMAIL PROTECTED]] 
Sent: Monday, April 15, 2002 12:26 PM
To: Tomcat Users List
Subject: Re: Webappdeploy line help


I suggest managing your webapps from Tomcat instead of from Apache (ie put
the virtual 'links' there).  You do this buy managing 'contexts' in the
server.xml.

In terms of instances, are you using a Unix (and if so which one), or
Windows? On Linux, many of the instances you may see are actually threads,
not processes.



Joseph Molnar
http://www.codesta.com/



- Original Message -
From: Brian Bernardo [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, April 15, 2002 12:15 PM
Subject: Webappdeploy line help


 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]



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

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