Hi charitha, I am using weblogic 9.0 I deployed my webservice as you mentioned but in the available service page it is not showing any service though i uploaded two services through the admin page.could you please help me to solve this error out.
Thanks and Regards Sumeet Gupta On 11/28/06, Charitha Kankanamge <[EMAIL PROTECTED]> wrote:
Sumeet, When you are deploying a web application on WebLogic, you can either deploy it as a *.war file or you can just explod (unzip/expand) the war file in your file system. In Axis2/weblogic deployment, you can try out the second scenario. Just expand axis2.war in a directory in your system and select that location from weblogic console. For example in WebLogic 92; copy axis2.war in to /opt/bea/axis2. Then access weblogic console Go to yourdomain-->Deployments page Select install under deployments and select the axis2 expanded directory location (eg:- localhost < http://localhost:7001/console/console.portal?_nfpb=true&_pageLabel=AppApplicationInstallPage&AppApplicationInstallPortletISUNIX=YES&AppApplicationInstallPortletFILECHOOSERPATH=/ > / opt < http://localhost:7001/console/console.portal?_nfpb=true&_pageLabel=AppApplicationInstallPage&AppApplicationInstallPortletISUNIX=YES&AppApplicationInstallPortletFILECHOOSERPATH=/opt/ > / bea) Then follow the instructions given in weblogic console regards Charitha sumeet gupta wrote: > Hi Charitha, > Thanks for the quick response.could you please tell me what > do you mean by WL exploded deployment. > > Thanks and regards > Sumeet Gupta > > > On 11/28/06, *Charitha Kankanamge* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Sumeet, > How did you deploy axis2 with WebLogic? Could you please try with WL > exploded deployment and check again? Also, you need to specify the > following in weblogic.xml > > <weblogic-web-app> > <container-descriptor> > <prefer-web-inf-classes>true</prefer-web-inf-classes> > </container-descriptor> > </weblogic-web-app> > > Regards > Charitha > > sumeet gupta wrote: > > > > Hi All, > > > > > > > > I am using axis-2.1.1 . when I create .aar file and > place it > > into the service folder, it should display in the available service > > page but somehow it is not showing. I am deploying axis.war on > > weblogic, it is showing admin page,services page but in the services > > page it is not showing available services .could anyone please > suggest > > some solution. > > > > */ Thanks and Regards/* > > */Sumeet Gupta/* > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
