On Sat, Jun 16, 2012 at 1:58 AM, Josefina Perez Alvarez <[email protected]> wrote: > Hi Helix84, > Thank you very much for your answer, and have much success on DSpace! > > I forgot to say that: > - www.ourDomain.mainDomain.edu is under IP x.y.z.w and have a specific > content > - our DSpace installation is under IP a.b.c.d, > > - tomcat defines default path to xmlui and declares oai, jspui, and so on in > docBase > - tomcat is running on port 80 following the steps here: > > http://thelowedown.wordpress.com/2010/08/17/tomcat-6-binding-to-a-privileged-port-on-debianubuntu/
OK, what I wrote should apply (the first case). Also that part about updating handle server configuration. > then, if we call http://a.b.c.d we receive our dspace installation in xmlui. > But, my brain doesn't get to visualize what is Tomcat configuration and what > is dspace configuration, or even ourDomain configuration to call > http://x.y.z.w/friendlyNameForOurDSpaceApplication > and receive the content of http://a.b.c.d > > Where I declare the directory? Like a virtual host on Tomcat? > But, the test below didn't work: > <Host name="www.ourDomain.mainDomain.edu" unpackWARs="true" > autoDeploy="true" > xmlValidation="false" xmlNamespaceAware="false" > appBase="/dspace/webapps"> > <!-- Trying aliases --> > <Alias>ourDomain.mainDomain.edu</Alias> > <Alias>ourDomain.mainDomain.edu/friendlyNameForOurDSpaceApplication</Alias> > > <!-- Define a new context path for all DSpace web apps --> > [...] > </Host> > > Can you help to clear my mind? Nothing so complicated. You can define path in Context "path" attribute (just like all the other webapps - oai, jspui etc): <Context path="/friendlyNameForOurDSpaceApplication" docBase="/dspace/webapps/xmlui" debug="0" reloadable="true" cachingAllowed="false" allowLinking="true"/> Makes sense? Regards, ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

