Hi Parul, BioMart servers are generally meant to be used behind a HTTP or proxy server.
I would recommend either nginx or Apache for achieving this task. In nginx you can use the proxy_pass module, and for Apache you can use the mod_rewrite module. http://wiki.nginx.org/HttpProxyModule http://httpd.apache.org/docs/current/mod/mod_rewrite.html -jack On 11-08-30 7:55 PM, "Parul Kudtarkar" <[email protected]> wrote: >Dear Biomart community, > > >Is there any file in biomart distrbution where instead of having the web >url as http://server-name:port_number it is possible to have simple url >such as http://domainname.org/biomart > >Thanks and regards, >Parul Kudtarkar > > >-- >Parul Kudtarkar >Scientific Programmer >Center for Computational Regulatory Genomics >Beckman Institute, >California Institute of Technology >http://www.spbase.org > >_______________________________________________ >Users mailing list >[email protected] >https://lists.biomart.org/mailman/listinfo/users _______________________________________________ Users mailing list [email protected] https://lists.biomart.org/mailman/listinfo/users
