Hi Sharika,

you can't do that in Tomcat Manager.

1) find the server.xml file in the directory where you installed Tomcat
2) edit that file in a text editor
3) find the section that starts with
       <Host name="localhost"  appBase="webapps"
   and ends with
       </Host>
4) between these lines, insert this text, but replace the text
[dspace] with the directory where you installed DSpace:
<Context path="/xmlui" docBase="[dspace]/webapps/xmlui" debug="0"
    reloadable="true" cachingAllowed="false"
    allowLinking="true"/>
5) restart Tomcat (you can't do that from Tomcat Manager; the location
of the startup script on your hard drive depends on how you installed
Tomcat)

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
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to