This has little to do with the virtualhost name (subdomain) you are using. You need to simply adjust the xmlui to be your root webapplication in tomcat, there is more than one way to do this, choose between:
1.) renaming /dspace/webapps/xmlui directory to /dspace/webapps/ROOT 2.) add a <Context path="" docBase="xmlui" debug="0" reloadable="true" cachingAllowed="false" allowLinking="true"/> within your <Host> element However, in production I would also recommend you run tomcat behind Apache HTTPD with AJP Proxy and consider a throttling tool like mod_cband tto shape your traffic. Mark On Tue, Apr 6, 2010 at 11:31 PM, shali Kallumpuram <vidyaserverad...@gmail.com> wrote: > Dear all, > > I have installed Dspace http://myip/xmlui and its working fine, i have > changed the port 8080 to 80 and > > i have registered dspace with my public ip as dspace.mydomain.com and when i > am testing " dspace.mydomain.com" getting an error message > > "HTTP Status 404 -" > > and if i tested with dspace.mydomain.com/xmlui its wotking... > > i have changed appBase="/dspace/webapps" as appBase="/dspace/webapps/xmlui" > in /etc/tomcat6/server.xml but its not working > > any idae??? > > Shali > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > DSpace-tech mailing list > DSpace-tech@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/dspace-tech > > -- Mark R. Diggory Head of U.S. Operations - @mire http://www.atmire.com - Institutional Repository Solutions http://www.togather.eu - Before getting together, get t...@ther ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ DSpace-tech mailing list DSpace-tech@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspace-tech