Yes. For example if your webservice points, for example, to http://domainofservice.com:8080/axis2/services/ServiceName, write a rule to rewrite url in something like http://domainofservice.com/ServiceName
The wsdl:port address will be http://domainofservice.com/ServiceName instead of http://domainofservice.com:8080/axis2/services/ServiceName On Wed, Aug 5, 2009 at 11:34 AM, Moritz Mädler<[email protected]> wrote: > Hello! > > thanks alot for your answer. Do you mean I should use the mod_rewrite of the > apache httpd and rewrite any requests to the tomcat servlet which is > running on another port? > > > > > Am 05.08.2009 um 11:15 schrieb Giuseppe Gortan: > >> Try using Apache and mod rewrite to rewrite your url, >> Than change wsdl:port address in your wsdl and set in services.xml >> <parameter name="modifyUserWSDLPortAddress">true</parameter> >> >> >> >> >> On Wed, Aug 5, 2009 at 11:04 AM, Moritz Mädler<[email protected]> >> wrote: >>> >>> Hi, >>> >>> I'm still looking for a solution. Could anybody help me please? >>> >>> Thanks alot! >>> >>> >>> >>> Am 31.07.2009 um 20:12 schrieb Moritz Mädler: >>> >>>> Hello! >>>> >>>> I have a service running in my Axis 1.4.1 which itself runs as a servlet >>>> in a tomcat 5.5. >>>> >>>> Is it possible to configure Tomcat that I can access the Service >>>> directly >>>> by entering only the Domain (like >>>> http://domainofservice.com/ServiceName instead of >>>> http://domainofservice.com/axis2/services/ServiceName)? >>>> >>>> BTW have you already made some experiences with upgrading from Axis2 >>>> 1.4.1 >>>> to 1.5? Is there anything I must pay attention to? >>>> >>>> Thanks a lot and have a nice weekend! >>>> >>>> Moritz >>> >>> >> >> >> >> -- >> «The phonograph has no commercial value at all.» >> Thomas Edison, American inventor, 1880s. > > -- «The phonograph has no commercial value at all.» Thomas Edison, American inventor, 1880s.
