Thanks for the replies!
My server machine is a Win7 machine. I tried doing port forwarding on my router to automatically route all port 80 requests to my server machine. But that did not work.
I also disabled the firewall on my server and tried. Still did not work. I shall try disabling all the antivirus software on my server.
WHat I want to know is this. If I have a geronimo server running on localhost on my server, is it practically possible to access this web service ( which is running on localhost ) from another system on the network, without making any other changes?
My core web service involves some java code. I exported this core package to a jar file and created a wsdl file from this jar file using wsgen. I then placed the generated wsdl and xsd files in the project's web-inf folder. After that, I created a
jsp file in which I accessed the service. Now, this jsp file is running on localhost as the frontend of my service. Now, having this jsp file running on localhost accessing the web service locally, is it possible for me to call this jsp file from another machine on the network and invoke the service? Is this possible?
I am a total newbie to this and I have absolutely no idea what I am doing wrong. Please help me out.
Thanks in advance!