Hi Ribin, You have two options:
1) Either you start tomcat in the http default port which is 80 (instead of 8080). For this, you have to edit "server.conf" configuration file within tomcat install dir. In such a case you don't need to add :8080 after the ip since 80 is the default. or 2) Install an "Apache" server in front that runs on port 80 by default, and using mod_jk module of Apache redirect the traffic to your internal tomcat server that hosts DSpace. In the first case, you will need /jspui at the end or you can change the webapp name from jspui to something more user friendly. In the second case, you can omit the webapp name "jspui" at the end but you will have to write the appropriate rewrite rules on Apache conf files Regards, Kostas -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Friday, July 19, 2013 8:22 AM To: dspace-tech Subject: [Dspace-tech] how to change dspace url? Hi, My dspace url is http://<ip>:8080/jspui. Is it possible to have a url like http://<ip> ? What should be done for this? Any help is greatly appreciated. - Ribin ---------------------------------------------------------------------------- -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

