I need to know how you have deployed the webapps in tomcat. As you say that there are not content in your var/lib/tomcat7/webapps/other than the ROOT folder (probably just the default pages of a fresh tomcat installation) you have most probably configured separate context.xml files for any webapps or put equivalent configuration in the server.xml
see 1. https://wiki.duraspace.org/display/DSDOC5x/Installing+DSpace (point 10 Deploy Web Applications) 2. https://tomcat.apache.org/tomcat-7.0-doc/config/context.html if you have done that in external separate context files you just need to remove such file, probably /var/lib/tomcat7/Catalina/conf/localhost/jspui.xml (stop tomcat, remove the context file, restart), if you have modified the server.xml you need to change the configuration and restart tomcat. Andrea Il 07/09/2016 21:18, Roth Nieto ha scritto: Hello Andrea, thanks a lot for your response. I must warn you, I'm very much an amateur on DSPACE so, could you elaborate a little bit your suggestion? The must I could manage to do was to move the folder [dspace]/webapps/jspui but this caused the entire repository to crash. On the other hand on my folder var/lib/tomcat7/webapps/ all I have is a folder named ROOT. Finally What are symlinks? I'm so sorry Hope you can help me out. Thanks in advance. On Wednesday, September 7, 2016 at 1:24:25 AM UTC-5, Andrea Bollini wrote: To remove a dspace webapp like the jspui, xmlui, rest, etc. you only need to remove the corresponding folder from your tomcat/webapps If you have make [tomcat]/webapps a symbolic link to [dspace-install]/webapps simply make the [tomcat]/webapps a real folder and create just the symlinks that you need. Hope this help, Andrea Il 07/09/2016 03:34, Roth Nieto ha scritto: So I use xmlui but google keeps recognizing the jspui inteface and ist causing me some trouble because the info ins't correctly diplayed. Hoy can I eliminate that inteface? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<javascript:>. To post to this group, send email to [email protected]<javascript:>. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout. -- Andrea Bollini Chief Technology and Innovation Officer 4Science, www.4science.it<http://www.4science.it> office: Via Edoardo D'Onofrio 304, 00155 Roma, Italy mobile: +39 333 934 1808 skype: a.bollini linkedin: andreabollini orcid: 0000-0002-9029-1854 an Itway Group Company Italy, France, Spain, Portugal, Greece, Turkey, Lebanon, Qatar, U.A.Emirates -- Andrea Bollini Chief Technology and Innovation Officer 4Science, www.4science.it<http://www.4science.it> office: Via Edoardo D'Onofrio 304, 00155 Roma, Italy mobile: +39 333 934 1808 skype: a.bollini linkedin: andreabollini orcid: 0000-0002-9029-1854 an Itway Group Company Italy, France, Spain, Portugal, Greece, Turkey, Lebanon, Qatar, U.A.Emirates -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
