shashankbangalore kumar

Greenhorn
+ Follow
since Apr 10, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by shashankbangalore kumar

I have two different java web application

application 1 has one login jsp and second submit. jsp which contains the link to link2.jsp of another web application.

application 2 has one login2 jsp and a link2.jsp.

i want that when i login to jsp of application1 and click on a link on submit.jsp it should redirect to link2.jsp of webapplication2 if the login credentials are correct.

please suggest how to achieve it.
11 years ago
JSP
okay can you just help me out how to pass values from one servlet of webapplication1 to another servlet of web application2

i am begineer at java servlets.
11 years ago
I have two java web applications.

Application1>> login jsp which sends the userid and password to servlet of webapplication1

i want to send this userid and password to servlet of another webapplication2 so that it can check with the database whether the credentials are right or wrong and thus implement single sign on.

so that when we click on login of webapplication1 and if the credentials are right we don't need to again login to web application 2.
11 years ago