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
http://nclswd2g9jhj2/jspui/

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>
  
    

-- 
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+unsubscr...@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 via email to