On Thu, 27 Dec 2001 19:29, Manju wrote: > Hi, > I am trying to develop and run few applications on phoenix-4.0a3. > Before doing this i have few queries on phoenix-4.0a3, it would be > really helpful if you clarify these doubts for us... > 1. First thing is, Why do we need phoenix? I agree that it makes use of > few other > subprojects(Excalibur, logkit, framework) which might be of some > help, but still, what > are the advantages of using phoenix. How helpful will it be for my > application(any)
It is for building service based applications. So if you have services that are to exist in server over long amounts of time (rather than being request based or session based like EJBs) and you need to access native resources like ports, ClassLoaders, threads etc then it will probably be uyseful to you. > 2. Should all the applications under apps directory be web based atleast > a server based > application which listens to some port? not necessarily - I wrote a cron server using phoenix that didn't connect to any port and I have also written a few other "monitoring" daemons using phoenix. > 3. Can one application talk to another application talk to another > application under the > apps directory(i know this should be possible)? Currently you need to use standard inter-JVM communication mechanisms - in the future this may not be required and we will probably have a lite streamlined version. > 4 Can i have more than one webserver/servlet engine under the apps > directory? For > example there is something called avalon-bay from cornerstone which > uses tomcat. > Will it be OK if i have two or more applications using tomcat or any > other server for > that matter?. As long as they don't both use same underlying native resources (ie ports in this case) I see no reason why not. > 5. When i execute run.bat from phoenix, how will it identify and start > the servers under > apps directory? all apps in app directory are currently started. > 6. Will i be able to run any webserver, for example, iPlanet, Weblogic, > websphere, > ...over phoenix? If someone makes an adpator but no one has at this stage. -- Cheers, Pete *------------------------------------------------* | Trying is the first step to failure. | | So never try, Lisa - Homer Jay Simpson | *------------------------------------------------* -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>