Yes, each of our Tomcat webapps in their own Tomcat virtual hosts run the same code, in a different application directory and with different configuration - CSS, database connects to different DB's, etc.
The corresponding web service(s) under axis2 will also be identical code, but need to be configured (via properrties) file to connect to the correct database.also connect to the correct database (using a properties file). So then I can install axis2 multiple times under tomcat - e.g. as axis2a, axis2b, etc. Each with their own services repository. Right? Thank you. Ajith Ranabahu wrote: > > Hi, > is it the same webapp that is reloaded and available through different > virtual hosts ? I mean would they have different configurations but > the same libraries ? AFAIS Axis2 should have no problem in this. > > Ajith > > On 3/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> I've a few posts that touched on this, but no answers. >> >> We have a web application that is deployed multiple times as separate >> Tomcat >> virtual hosts. We would like to structure our axis2 web services in a >> similar way. For example, >> - webapp #1 is accessed as http://webapp1.myhost.com >> - webapp #2 is accessed as http://webapp2.myhost.com >> We would like to be able to access the web services as: >> - http://webapp1.myhost.com:9191/axis2/MyApplicationService?... >> - http://webapp2.myhost.com:9292/axis2/MyApplicationService?... >> >> Can axis2 be loaded as multiple webapplications in Tomcat 5.5? Should >> there >> be any classloading issues? >> >> Or maybe there is an alternate way of doing this - maybe using a >> different >> namespace mechanism that axis2 provides that I have not >> discovered/learned >> yet? >> >> Thanks. >> -- >> View this message in context: >> http://www.nabble.com/Running-multiple-instances-of-axis2-in-same-Tomcat-tf3476920.html#a9705315 >> Sent from the Axis - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > Ajith Ranabahu > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Running-multiple-instances-of-axis2-in-same-Tomcat-tf3476920.html#a9713655 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
