want to remove "jspui" from url

31 views
Skip to first unread message

chandrika chinnadurai

unread,
Nov 1, 2019, 9:57:12 AM11/1/19
to DSpace Technical Support
Dear Sir,

We have installed Dspace-6.3 on Windows 10.  It is perfectly  working  on IIS (port 80). We want to make the jspui application in root folder.

At present it is accessible through

Now, we want to put the repository in such way that it should be accessible through URL: http://nclswd2g9jhj2/   without the JSPUI at the end

I have created a symbolic link to ROOT in (C:\dspace\webapps)


I have done through many blog and help but didn't got a solution.

Can you please help in this matter?


 This  is what I have set up in server.xml
 

<Host name="localhost"  appBase="C:\dspace\webapps\"
            unpackWARs="true" autoDeploy="true">

        <!-- SingleSignOn valve, share authentication between web applications
             Documentation at: /docs/config/valve.html -->
        <!--
        <Valve className="org.apache.catalina.authenticator.SingleSignOn" />
        -->

        <!-- Access log processes all example.
             Documentation at: /docs/config/valve.html
             Note: The pattern used is equivalent to using pattern="common" -->
        <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
               prefix="localhost_access_log" suffix=".txt"
               pattern="%h %l %u %t &quot;%r&quot; %s %b" />
   
<!-- <Context path="/jspui" docBase="C:\dspace\webapps\jspui" reloadable="true" cachingAllowed="false" debug="0" allowLinking="true"  />
<Context path="/xmlui" docBase="C:\dspace\webapps\xmlui" reloadable="true" cachingAllowed="false" debug="0" allowLinking="true" />  
<Context path="/oai"   docBase="C:\dspace\webapps\oai"   reloadable="true" cachingAllowed="false" debug="0" allowLinking="true" />  
<Context path="/" docBase="C:\dspace\webapps\" reloadable="true" cachingAllowed="false" debug="0" allowLinking="true"  /> -->
   

      </Host>
  
    

Bhavesh Patel

unread,
Nov 1, 2019, 10:17:51 AM11/1/19
to chandrika chinnadurai, DSpace Technical Support
Dear Chandrika,

Kindly add one more Context path in server.xml

<Context path="/" docBase="C:\dspace\webapps\jspui" reloadable="true" cachingAllowed="false" debug="0" allowLinking="true" />      

Hope this will help you..

Thanks & Regards,
Bhavesh R. Patel

"Learning is a never ending process"



--
All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/
---
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 dspace-tech...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/bc01b357-4405-432a-8679-767ebbd43383%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages