Re: trying to access axis server from intranet...

2010-04-25 Thread Prateek Asthana
Azeez, Thanks...the firewall did the trick...earlier the firewall had the setting to display the requests that were blocked but still the blocked requests were not getting listed..hence earlier i never thought about the firewall..but when i set the firewall as per your suggestion below...it all wor

Re: trying to access axis server from intranet...

2010-04-25 Thread Afkham Azeez
Just go back to a basic Axis2 installation without any modifications to the axis2.xml file, and try to access Axis2 by giving the IP address & not the name. Also check whether you have a firewall running on that machine & open up the relevant ports if so. Azeez On Sun, Apr 25, 2010 at 6:48 PM, P

RE: trying to access axis server from intranet...

2010-04-25 Thread Martin Gainty
check these parameters in axis2.xml myhost.com https://someotherhost/context http://www.myApp.com/ws ... tcp://myApp.com/ws .

Re: trying to access axis server from intranet...

2010-04-25 Thread Prateek Asthana
That was a good point..yes, I am able to ping it... Prateek On Sun, Apr 25, 2010 at 9:15 AM, Afkham Azeez wrote: > Are you able to ping that machine from other machines using the name > haileejo ? > > Azeez > > > On Sun, Apr 25, 2010 at 6:08 PM, Prateek Ast

Re: trying to access axis server from intranet...

2010-04-25 Thread Afkham Azeez
Are you able to ping that machine from other machines using the name haileejo ? Azeez On Sun, Apr 25, 2010 at 6:08 PM, Prateek Asthana wrote: > From XP, I am accessing the Windows Home Server as: > > http://haileejo:8080/axis2/services > >

Re: trying to access axis server from intranet...

2010-04-25 Thread Prateek Asthana
>From XP, I am accessing the Windows Home Server as: http://haileejo:8080/axis2/services Prateek On Sun, Apr 25, 2010 at 8:33 AM, Afkham Azeez wrote: > What is the URL you are using to access this machine? > > Azeez > > > On Sun, Apr 25, 2010 at 5:55 PM, P

Re: trying to access axis server from intranet...

2010-04-25 Thread Afkham Azeez
What is the URL you are using to access this machine? Azeez On Sun, Apr 25, 2010 at 5:55 PM, Prateek Asthana wrote: > Hi, > The Axis2 standalone server can be accessed using http://localhost:8080. > However, I am trying to access it using machines on the intranet. In order > to achieve this, I

trying to access axis server from intranet...

2010-04-25 Thread Prateek Asthana
Hi, The Axis2 standalone server can be accessed using http://localhost:8080. However, I am trying to access it using machines on the intranet. In order to achieve this, I tried modifying the conf/axis2.xml's, hostname parameter but still could not access this machine. Any advise would be helpful.