Yegappan Balasubramanian

Greenhorn
+ Follow
since Nov 19, 2001
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 Yegappan Balasubramanian

Hi all,
I am using Tomcat 4.0 server to run my JSP application.When i tried to run the application,i have to give the URL like this
http://www.mysite.com:8080/myfolder/myfile.jsp
but actually i want the URL to be given like this
http://www.mysite.com/myfolder/myfile.jsp
Also i dont want to give that http in the URL.
I would like to give the URL like this
www.mysite.com/myfolder/myfile.jsp
Any solution for the above???
Thanks
Yeg
22 years ago
Hi all,
I am using Tomcat 4.0 server to run my JSP application.When i tried to run the application,i have to give the URL like this
http://www.mysite.com:8080/myfolder/myfile.jsp
but actually i want the URL to be given like this
http://www.mysite.com/myfolder/myfile.jsp
Also i dont want to give that http in the URL.
I would like to give the URL like this
www.mysite.com/myfolder/myfile.jsp
Any solution for the above???
Thanks
Yeg
22 years ago
JSP
Hi all,
When i am doing a DB update in JSP Application,
the fields updated in db is not shown in the jsp page when going to the same page after updating.Only after refreshing the page, the updated details are shown.Can anyone suggest me how this problem can be solved.
Thanks in Advance.
Yegappan.
22 years ago
JSP
Sorry karl.
I am very urgent to know this answer and i had crossposted this in the forums.ya i understand.i got good answers in intermediate.Again i am aplogising.i am very sure this should not be done by me again.Thanks for your response.
cheers
--Yegappan---

22 years ago
HI
I want to know how the clients can transfer a file or photo to one another when connected using sockets in java networking.Can any one help me how this should be done.It should work in a similar way as in msn messenger.Pls help me.
Thanks in Advance
---Yegappan---
22 years ago
HI
I want to know how the clients can transfer a file or photo to one another when connected using sockets in java networking.Can any one help me how this should be done.It should work in a similar way as in msn messenger.Pls help me.
Thanks in Advance
---Yegappan---
vv
22 years ago
HI
I want to know how the clients can transfer a file or photo to one another when connected using sockets in java networking.Can any one help me how this should be done.It should work in a similar way as in msn messenger.Pls help me.
Thanks in Advance
---Yegappan---
HI
I want to know how the clients can transfer a file or photo to one another when connected using sockets in java networking.Can any one help me how this should be done.It should work in a similar way as in msn messenger.Pls help me.
Thanks in Advance
---Yegappan---
22 years ago
Hi
From the remote location, i want to download a file using JSP.
how to do it ???
Thanks,
Yegappan
22 years ago
JSP
I used a script block and it works well.
Thanks Ben.
22 years ago
JSP
hi
i am having a form and in the action page i am redirecting to the same form using JSP FORWARD tag.It gets forward,but the URL has not been changed to form page and is remaining in the same action page.Is there any method to be used for the forward tag?.
Looking for the response.
Thanks
Yegappan

22 years ago
JSP
hi
Can anyone guide me how to sort according to the field names and seggregeting 15 records for each page in JSP.
Thanks
Yegappan
22 years ago
JSP
hi
Can anyone guide me how to sort according to the field names and seggregeting 15 records for each page.
Thanks
Yegappan
22 years ago
JSP