Vidya Vemmelesseril

Greenhorn
+ Follow
since Dec 14, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Vidya Vemmelesseril

Thanks a lot for your reply. I'll make sure that i post my questions in the appropriate forum.
14 years ago
JSP
From what i have read, the java code in the scriptlet will be available in the _jspService() method once jsp is converted to servlet. So what happens to the methods we declare in the scriptlet?
Even though we don't use scriptlets nowadays it is still part of the certification exam objectives.
14 years ago
JSP
Hi,

Can we declare methods inside Scriptlets in JSP ?

14 years ago
JSP
Hi,

I have Tomcat 5.5 running behind Apache 2.2.4(with SSL) on windows XP Pro. I have installed mod_jk and the requests are getting forwarded to Tomcat through Apache. Now i want to use SSL for selected pages of my application running in Tomcat.
I tried this link for Tomcat 5.0 http://tomcat.apache.org/tomcat-3.3-doc/tomcat-ssl-howto.html#s4 . But i am not able to get this working . Has anybody done this before? Is there any other link which would help me do this?

Thanks
Vidya
18 years ago
I have a requirement in my project for SSO with Active Directory . Users should be allowed to login to their Windows desktop and not have to authenticate themselves to any web apps deployed under Tomcat.

I have been doing research on this for few days. We already use JOSSO in our project for Single sign-on. But from what i read about the integration of JOSSO with Active Directory i have understood that it does not support SPNEGO. So i need to enter my user name and password even though i have already logged into my Windows Desktop. So JOSSO is not a good solution to my problem.

I also read about few third party tools like centrify, Vintela and SPNEGO SSO. But none of them are opensource.
I would like to know if there are any open source tools available for this.

Thanks in advance,
Vidya
18 years ago