On 9/18/07, Demetris G <[EMAIL PROTECTED]> wrote: > > > So hold on a sec - Amila, are you saying that Axis2 is not considered a > stable and reliable enough > standalone web service container
Axis2 is not a web service container. Axis2 is a soap and REST message processor which supports WS*. Axis2 is a stable product. Basically it concentrates on Soap and REST message processing. and it should always be deployed within > other proven > containers (i.e. Tomcat etc.)? Yes this is the recommended way. if you want an standalone server you can use WSAS (http://wso2.com/products/wsas/) which uses the axis2 and embedded tomcat server. Is this the case only for Axis2 or also > Axis? Where is this documented? Amila Suriarachchi wrote: > > > > > > On 9/18/07, *Marko Simic* <[EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]>> wrote: > > > > > > Since the only "remote part" of application is single web service > > I thought > > it would be much easer for deployment/management to deploy > > preconfigured > > standalone dedicated server. Also it could take less memory and > > performance > > could be better. > > Anyway, these are only assumptions = something that should be > tested. > > > > If you think I am wrong, I would like to hear why and what you may > > suggest. > > Thanks. > > > > > > Tomcat is a statble web service container that handle many concorrent > > requests and performs well. > > But on the other hand simple http server is not that much tested and > > mainly for testing purposes. > > > > So the suggestion is to keep tomcat. > > > > Amila. > > > > Regards, > > Marko Simic > > > > > > Amila Suriarachchi wrote: > > > > > > On 9/17/07, Marko Simic <[EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]>> wrote: > > >> > > >> > > >> I am currently working on migration from AXIS2 deployed in > > Tomcat to > > >> standalone version. > > > > > > > > > why you want to do this? > > > I think it is not a good idea to put simple http server in > > production > > > use. > > > > > > Can someone, please, advise me: > > >> 1. How to solve database communication problem(s) > > >> a) While it was working within Tomcat context we were using > > DataSources > > >> and > > >> just passing its names to web services. Question is: is it > > possible to do > > >> in > > >> the same manner (and how) or we need to use some other approach. > > >> b) we were using basic web service access authentication and > > user list > > >> was > > >> stored in mysql database. > > >> Question is how to translate/bridge Realms and authentication > > methods > > >> > > >> Thank you in advance, > > >> Marko Simic > > >> Soft Division > > >> -- > > >> View this message in context: > > >> > > > http://www.nabble.com/Migrating-from-Tomcat-AXIS2-to-Standalone-AXIS2-tf4467094.html#a12736804 > > >> Sent from the Axis - User mailing list archive at Nabble.com > > <http://Nabble.com>. > > >> > > >> > > >> > > > --------------------------------------------------------------------- > > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]> > > >> For additional commands, e-mail: [EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]> > > >> > > >> > > > > > > > > > -- > > > Amila Suriarachchi, > > > WSO2 Inc. > > > > > > > > > > -- > > View this message in context: > > > http://www.nabble.com/Migrating-from-Tomcat-AXIS2-to-Standalone-AXIS2-tf4467094.html#a12750580 > > < > http://www.nabble.com/Migrating-from-Tomcat-AXIS2-to-Standalone-AXIS2-tf4467094.html#a12750580 > > > > Sent from the Axis - User mailing list archive at Nabble.com > > <http://Nabble.com>. > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: [EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > -- > > Amila Suriarachchi, > > WSO2 Inc. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Amila Suriarachchi, WSO2 Inc.
