Author Topic: Konakartadmin  (Read 4038 times)

sashwill

  • Full Member
  • ***
  • Posts: 58
    • View Profile
Konakartadmin
« on: September 15, 2008, 02: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?

Brian

  • Administrator
  • Sr. Member
  • *****
  • Posts: 212
    • View Profile
    • KonaKart Website
Re: Konakartadmin
« Reply #1 on: September 15, 2008, 02: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

sashwill

  • Full Member
  • ***
  • Posts: 58
    • View Profile
Re: Konakartadmin
« Reply #2 on: September 15, 2008, 03: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. 


sureshbabubv

  • Jr. Member
  • **
  • Posts: 28
    • View Profile
Re: Konakartadmin
« Reply #3 on: April 12, 2010, 06:52:56 AM »
Hi sashwill.

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

Thanks & Regards,
B.V.Suresh Babu

sureshbabubv

  • Jr. Member
  • **
  • Posts: 28
    • View Profile
Re: Konakartadmin
« Reply #4 on: April 13, 2010, 07:14:43 AM »
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