Page 1 of 1
Need help to access with mydms url
PostPosted:Tue Jan 31, 2012 3:37 pm
by Kumar
Hi,
I have modified in config and .xml files to open url as
http://localhost:8080/mydms/frontend/index.jsp instead of
http://localhost:8080/openKm/frontend/index.jsp.
By this I am able to open login page fine, but when I login with default credentials showing "Authentication Error".
In Log showing mydmsds not bound.
Where I did mistake to access my DMS product with default credentials.
Thanks,
Kumar
Re: Need help to access mydms url
PostPosted:Wed Feb 01, 2012 9:59 am
by jllort
You should not change xml files for it, simply configure jboss behing apache proxy and made there this kind of configuration. In wiki at
http://wiki.openkm.com/index.php/Applic ... figuration there's a section which talks how configure basic proxy behing apache, for security reason you should doint it if you want to expose the jboss to internet
Re: Need help to access mydms url
PostPosted:Thu Feb 02, 2012 8:13 am
by Kumar
I am using Windows -XP, I have gone through
http://wiki.openkm.com/index.php/Applic ... figuration this link. But I not found exact result to configure jboss behind apache proxy.
Please if possible give a little bit more information.
Re: Need help to access mydms url
PostPosted:Fri Feb 03, 2012 4:17 pm
by pavila
Re: Need help to access mydms url
PostPosted:Tue Feb 07, 2012 6:21 am
by Kumar
I have gone through this article, but this article is all about on Linux and Mac. But I am using windows, can i do those changes as did in linux and try in windows?
Re: Need help to access mydms url
PostPosted:Wed Feb 08, 2012 4:38 pm
by pavila
If you installed Apache in Windows, the configuration should be same as in Linux.
Re: Need help to access mydms url
PostPosted:Thu Feb 09, 2012 1:57 pm
by Kumar
Sorry for my inconvenient question.
I installed apache 6 version but I not found any apache.config file,
Could you please tell me in detailed to configure apache in windows and also were should I have to place modified OpenKM.conf file.
Re: Need help to access mydms url
PostPosted:Fri Feb 10, 2012 7:39 am
by jllort
Take a look for example here
http://www.litfuel.net/plush/?postid=67 or here
http://johnbokma.com/windows/apache-vir ... ts-xp.html there're a lot of information at google about it, for example search for "configure apache virtual host windows"
Re: Need help to access with mydms url
PostPosted:Fri Mar 02, 2012 6:37 am
by Kumar
Thanks for your coordination, now im able to access my OpenKM with port 80,
Now the problem was to access
http://demo.mydms.com/mydms/frontend/index.jsp instead of accessing with
http://demo.mydms.com/OpenKM/frontend/index.jsp.
To access with mydms i have changed OpenKM.war file to mydms.war and changed url in openkm.config as
http://localhost:8080/mydms/frontend/index.jsp, but i am unable to access with this.
Please suggest me how can I access with
http://demo.mydms.com/mydms/frontend/index.jsp url.
Re: Need help to access with mydms url
PostPosted:Sun Mar 04, 2012 11:30 am
by jllort
Take a look on apache rewriting url I thinks this should be the right direction. Althouhgt it I advice that this kind of changes seems not very good, OpenKM is context application name and is not good idea try changing it on application because some url depending on it ... for it I suggest rewrite url with apache ... that probably will be the best way for doing this kind of change you've got in mind.
Re: Need help to access with mydms url
PostPosted:Tue Mar 06, 2012 10:00 am
by Kumar
Yeah I understood the risk but this was challenge to me.
Please suggest some articles for rewriting url to Apache in my case.
Thanks in Advance
Kumar
Re: Need help to access with mydms url
PostPosted:Thu Mar 08, 2012 7:27 am
by jllort
You should try with google because this kind of configuration is not done by us to our customers.
I suggest "rewriting apache url tomcat context" or "rewriting apache url jboss context" ( context could be a good word, rewriting url apache sure ) and you'lll need take some time googling until you found the correct entry.
Re: Need help to access with mydms url
PostPosted:Thu Mar 08, 2012 9:19 am
by Kumar
Ok, I will try by googling.
Thanks,
Kumar
Re: Need help to access with mydms url
PostPosted:Tue Mar 13, 2012 11:14 am
by vkasgpta
hey kumar, were u able to get to the url fixing?
i wana change OpenKM to openkm if possible

Re: Need help to access with mydms url
PostPosted:Tue Mar 13, 2012 2:42 pm
by Kumar
Hi vkasgpta,
I am in searching the process "to redirecting URLS received on Apache web server. This may be because files have changes their names or locations, or simply, redirecting http to https connections. Mod_rewrite is very powerful trying the process to rewrite the URL"
if you have more information about this please reach me.