What should be the JAVA_HOME ? Is there anyway i can define this for each web-app. Actually we have found a way to do it ie) by running Multiple Instances of Tomcat and each tomcat instance will have it's own server.xml.But we are looking for a way with single instance of Tomcat.
Can you explain more about your approach ? Thanks Surendra "Bill Barker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > It's easy enough to do in general (you set 'tomcat.home' to be the Tomcat > installation directory for both, and set 'tomcat.install' to point to the > individual directories that have the web-apps defined.). The tricky part is > how you are accessing them. If they are on seperate vhosts, then it is > pretty simple. Otherwise the rest of the setup depends on whether you are > fronting Apache/IIS/iPlanet, or using Tomcat-Standalone. > > "Surendra Kumar" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > Hi All > We are using Tomcat version 3.3.1 in our application. We have 2 webapps. > We want one of the web-app to run in > jre 1.3.1 and another web-app in jre 1.4. > Is this possible to do ? If yes please let me know how to do it. > > Thanks > Surendra > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
