Vinay, > At present it is accessible through > *http://localhost:8080/xmlui <http://localhost:8080/xmlui>* > OR > *http://192.168.1.20:8080/xmlui <http://192.168.1.20:8080/xmlui>* > > Now, we want to put the repository in such way that it should be accessible > through URL: *http://dr.xxx.ac.in/ <http://dr.xxx.ac.in/>*
Provided that dr.xxx.ac.in and 192.168.1.20 are the same machine, and that you have Apache running on your server, I have added the following in my Apache configuration: ProxyPass /xmlui ajp://localhost:8009/xmlui ProxyPassReverse /xmlui ajp://localhost:8009/xmlui So any URL in the form http://dr.xxx.ac.in/xmlui will be redirected to Tomcat localhost:8009/xmlui through the AJP protocol. Of course you need to have configured the AJP protocol on Tomcat: <Connector port="8009" protocol="AJP/1.3" address="127.0.0.1" enableLookups="false" redirectPort="8443" /> Best regards, Olivier > > I have done through many blog and help but didn't got a solution. > > Can you please help in this matter? > > Thanks & regards > Vinay Kumar Sharma > Librarian > Sarath Engineering and Technology > N.H. - 08, Nr. Chiloda > Himatnagar-383125 > Gujarat > > [1/2:text/html Show] > > > [2:text/plain Hide] > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > > [3:text/plain Hide] > > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > List Etiquette: > https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

