Link to home
Start Free TrialLog in
Avatar of TEDD AVINDIGH
TEDD AVINDIGH

asked on

Dspace sites on Tomcat Showing Default Tomcat Page

We have 3 Dspace Apps deployed on Windows 2012 Server on Tomcat 8.5.1 with IIS 8 as Frontend using AJP 1.3 Connector. The applications have been configured to be accessed via port 8080, 8082, and 8083 respectively and their sites added to IIS. However, when accessed externally only the site on port 8080 shows properly, the other two show Tomcats default page. I have been on this for days now without much help. Can anyone bail me out: Further details below:

(1). Dspace apps are in their respective folders in tomcat/webapps folder. .
(2). Server.xml is configured as follows.
<?xml version="1.0" encoding="UTF-8"?>
<Server port="8005" shutdown="SHUTDOWN">
<Listener className="org.apache.catalina.startup.VersionLoggerListener" />    <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
<Listener      className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />
<Listener lassName="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
<Listener className="org.apache.catalina.core.ThreadLocalLeakPreventionListener" />    <GlobalNamingResources>
<Resource name="UserDatabase" auth="Container"
     type="org.apache.catalina.UserDatabase"
          description="User database that can be updated and saved"
          factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
          pathname="conf/tomcat-users.xml" />
</GlobalNamingResources>
<Service name="Catalina">
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
<Engine name="Catalina" defaultHost="localhost">
  <Realm className="org.apache.catalina.realm.LockOutRealm">
    <!-- This Realm uses the UserDatabase configured in the global JNDI
         resources under the key "UserDatabase".  Any edits
         that are performed against this UserDatabase are immediately
         available for use by the Realm.  -->
    <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
           resourceName="UserDatabase"/>
  </Realm>
   <Host name="localhost"  appBase="webapps"
        unpackWARs="true" autoDeploy="true">      
  </Host>     
  <Host name="repository.group.edu"  appBase="webapps/ngren" 
    unpackWARs="true" autoDeploy="true"
    xmlValidation="false" xmlNamespaceAware="false">
    <Context path="" docBase="C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\ngren" reloadable="true">
    </Context>
</Host> 
</Engine>
</Service>
<Service name="app1">
<Connector port="8083" protocol="org.apache.coyote.http11.Http11NioProtocol" 
       connectionTimeout="20000" 
       redirectPort="8443" />
<Engine name="Catalina" defaultHost="localhost">
  <Host name="localhost"  appBase="webapps\yola"
    unpackWARs="true" autoDeploy="true">
    <Context path="" docBase="C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\yola" reloadable="true">
    </Context>
  </Host>
</Engine>
</Service>
<Service name="app2">
<Connector port="8082" protocol="org.apache.coyote.http11.Http11NioProtocol" 
       connectionTimeout="20000" 
       redirectPort="8443" />
<Engine name="Catalina" defaultHost="localhost">
  <Host name="localhost"  appBase="webapps\unimaid"
    unpackWARs="true" autoDeploy="true">
    <Context path="" docBase="C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\unimaid" reloadable="true">
    </Context>
  </Host>
 </Engine>
 </Service>
</Server>

Open in new window

Avatar of TEDD AVINDIGH
TEDD AVINDIGH

ASKER

Any help people...?
wow...
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.