• Welcome to KonaKart Community Forum. Please login or sign up.
 

Konakartadmin

Started by sashwill, September 15, 2008, 08:34:25 pm

Previous topic - Next topic

sashwill

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

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

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

Hi sashwill.

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

Thanks & Regards,
B.V.Suresh Babu

sureshbabubv

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