KonaKart Community Forum

Installation / Configuration => Using KonaKart as a Portlet => Topic started by: sashwill on September 15, 2008, 08:34:25 pm

Title: Konakartadmin
Post by: sashwill on September 15, 2008, 08:34:25 pm
I'm working with konakart running as a portal with the konakartadmin running as a web app and I have been unable to use the Customer-login in the admin app
I get a 404 error.


konakartAdmin is accessed by going to this URL: http://localhost/konakartadmin/#kk_panel_status  (I have to use localhost because I'm still in development and is not accessible from the public.  URL are given only as a troubleshooting aid)

From the configuration page - Admin App Configuration:

Base URL for logging into the App :  http://localhost/konakartadmin/AdminLoginSubmit.do


Error is get
URL it tries to reach : http://localhost/konakartadmin/AdminLoginSubmit.do?id=55&sess=8bf64c71fe677c2eb007318000978a47
HTTP Status 404 - /konakartadmin/AdminLoginSubmit.do
________________________________________
type Status report
message /konakartadmin/AdminLoginSubmit.do
description The requested resource (/konakartadmin/AdminLoginSubmit.do) is not available.

Should this work if the konakart is running as a portal while konakartadmin is running as a web app. If so can you see what i've done wrong?
Title: Re: Konakartadmin
Post by: Brian on September 15, 2008, 08:48:00 pm
You should try something more like this:

https://localhost:8443/konakart/AdminLoginSubmit.do

Your URL references the konakartadmin webapp which is wrong.

However, I'm not sure of the exact URL when it's in a portal.. you'll have to try.

--Brian
Title: Re: Konakartadmin
Post by: sashwill on September 15, 2008, 09:08:05 pm
Thanks.
If i would have read my own post instead of cutting and pasting i might have noticed the error you pointed out.

The pages look horrible. Since they are suppose to be in a portal. 

Title: Re: Konakartadmin
Post by: sureshbabubv on April 12, 2010, 12:52:56 pm
Hi sashwill.

Can you please explain how did u implemented the custom login page.

Thanks & Regards,
B.V.Suresh Babu
Title: Re: Konakartadmin
Post by: sureshbabubv on April 13, 2010, 01:14:43 pm
Dear All,

I followed the same steps given by sashwill by enabling the ssl in my tomcat, but instead of redirecting to konakartadmin, the controll is redirecting to konakart application only.

I would like to redirect to konakart admin home page(ie panel page) when the admin logged in.

Thanks & Regards,'
B.V. Suresh Babu