Yes, definitely have. If you want to do versionizing, probably the best
way to go about it is to use different webapps, each with appropriate
versions of the jars in their own WEB-INF/lib

Harris, Thomas wrote:

>If I create a single jar and put it into shared/lib, then if I need to
>support more than one version of the core code, I can't. With each
>webapp/virtual host alias list specifying which WAR file to use, it'll
>allow me to run two versions of the core code at one time, with
>different sets of sites on one or the other version, at least until
>we've had time to test all the sites on the new version, etc. I think
>I've made my point.
>
>Tom
>
>-----Original Message-----
>From: Mike Wannamaker [mailto:[EMAIL PROTECTED] 
>Sent: Friday, July 21, 2006 2:25 PM
>To: 'Tomcat Users List'
>Subject: RE: Shared code but different pages on different virtual hosts?
>WAS: RE: BOOBIES!
>
>Can't you just put the jar files into tomcat/shared/lib
>
>Mike Wannamaker
>Senior Software Developer
>Hummingbird Ltd.
>552 Princess St, Kingston, ON, K7L 1C7
>Tel: (613) 548-4355 x4535
>Fax (613) 548-7801
>E-Mail: Mike Wannamaker
> 
>www.hummingbird.com
> 
>IMPORTANT NOTICE: This communication is privileged and contains
>confidential information for the sole use of the intended recipient(s).
>Any unauthorized disclosure, copying or use of this communication is
>strictly prohibited. If you have received this message in error, please
>contact the sender and delete this message without printing it or
>otherwise retaining a copy.
>
>-----Original Message-----
>From: Harris, Thomas [mailto:[EMAIL PROTECTED]
>Sent: July 21, 2006 2:19 PM
>To: Tomcat Users List
>Subject: Shared code but different pages on different virtual hosts?
>WAS:
>RE: BOOBIES!
>
>
>I wanted to have multiple web applications defined, all using the same
>core Java code, but each having different JSP and tag file folders. I
>tried following the example in the Tomcat Wiki at
>http://wiki.apache.org/tomcat/CreateVirtualHosts, but it assumes all the
>web apps have the same JSP and tag files, inside a WAR. I would like to
>package up all of the common code for all the sites in a WAR file, then
>point each separate web app to private JSP and tag file folders. What I
>was trying to determine is:
>
>1. Is it even possible?
>2. If so, how could it be done?
>
>As for the subject line, my previous email sat with the subject "Shared
>code but different pages on different virtual hosts?" for two weeks
>without a single response, and I'm still waiting so that my project can
>continue down it's path. No offense is meant, and it should be pretty
>obvious, I think, that I just wanted a little attention for my issue.
>Sorry for any offense it may have caused.
>
>Tom
>
>-----Original Message-----
>From: Mike Wannamaker [mailto:[EMAIL PROTECTED] 
>Sent: Friday, July 21, 2006 2:09 PM
>To: 'Tomcat Users List'
>Subject: RE: BOOBIES!
>
>I believe the subject was posted under different subject heading with no
>response and he's trying to get people looking at it, which I'm sure he
>will now.
>
>That said, some proper netiquette is appreciated in forums.
>
>I believe that I'm doing something similar, but using a different
>approach.
>I too want to have some common resources that all webapps use.  To do
>this I'm installing my own FileDirContext for web apps which I inject
>what we call aliases.
>
>IE:  /basefiles = /home/tomcat/basefiles
>
>Thus when someone in the webapp makes a request for
>/basefiles/common.css it looks it up in /home/tomcat/basefiles, which is
>outside of any web app context.
>
>Is this what you want to do?
>
>Mike Wannamaker
>
>-----Original Message-----
>From: Mead, Jennifer L - VSCM [mailto:[EMAIL PROTECTED]
>Sent: July 21, 2006 2:01 PM
>To: Tomcat Users List
>Subject: RE: BOOBIES!
>
>Could this person (inject other undesirable word) please consider the
>fact that women are in the user's group also.  
>
>Jennifer 
>
>-----Original Message-----
>From: Harris, Thomas [mailto:[EMAIL PROTECTED]
>Sent: Friday, July 21, 2006 10:59 AM
>To: users@tomcat.apache.org
>Subject: BOOBIES!
>
>
>I have been trying to determine how to configure Tomcat 5.5.17 to have a
>shared appBase on multiple webapps, but have a different set of JSPs for
>each web app. I've followed the Wiki's CreateVirtualHosts page to
>configure multiple webapps that use exactly the same WAR file. But, I
>would like to share the Java, but supply a different docBase for each
>site. Is this possible?
>
>Reference:
>http://wiki.apache.org/tomcat/CreateVirtualHosts
>
>Thanks!
>
>Tom Harris
>
>"This communication is intended solely for the addressee and is
>confidential and not for third party unauthorized distribution"
>
>---------------------------------------------------------------------
>To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe,
>e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>---------------------------------------------------------------------
>To start a new topic, e-mail: users@tomcat.apache.org
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>---------------------------------------------------------------------
>To start a new topic, e-mail: users@tomcat.apache.org
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>"This communication is intended solely for the addressee and is
>confidential
>and not for third party unauthorized distribution"
>
>---------------------------------------------------------------------
>To start a new topic, e-mail: users@tomcat.apache.org
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>---------------------------------------------------------------------
>To start a new topic, e-mail: users@tomcat.apache.org
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>"This communication is intended solely for the addressee and is confidential 
>and not for third party unauthorized distribution"
>
>---------------------------------------------------------------------
>To start a new topic, e-mail: users@tomcat.apache.org
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>  
>

-- 
______________________________
Avi Deitcher
[EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to