On Wednesday 05 August 2009 11:34:20 Moritz Mädler 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?
This is a possibility... But you can also avoid using a separate Apache httpd. Use UrlRewrite: http://tuckey.org/urlrewrite/ Is it basically mod_rewrite for tomcat. I used it in 2 projects so far, with great success. HTH, Yves > 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<m...@moritz- > > > > maedler.de> 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
