Topic: [ASK] Walled Approach gardern and integrating JSP and Chilispot

Hi i'm newbie here,

I'm currently working my final year project about Proximity Marketing through Wireless Hotspot. So i have to use the Walled Garden approach to convince people to get in and register as the user.

In order to get people register on the page, i need to build a page with walled garden approach, which mean every time people connected to the Wi-Fi hotspot, as long as the user does not log in or register to the hotspot the page is redirected to the log in/register page.

For your information, i'm using JSP as programming language, Chilispot, Free Radius, Tomcat, MySQL.
So is there any suggestion on how can i build the walled garden approach?
and is there any configuration setting to integrate JSP and Chilispot, Free Radius, Tomcat, MySQL?

what language and how maybe step by step on how to implement it,
Please, i need it desperately ^_^.
Thank You very much.

God Bless

Re: [ASK] Walled Approach gardern and integrating JSP and Chilispot

Hello,

Try to use the uamhomepage parameter to indicate the domain of your walled garden web. This way unauthenticated users will be redirected to this URL. You can also change then login web page and use it as walled garden. And you can also try coovachilli, a project derived from chillispot, but more up to date and well documented (and i think they have a radius proxy developed in java).

I hope this can help you,

see you!