applet problem

hi all,

i have an application in which i am using applet . in my applet i am sending a vector to my servlet.in the servlet iam storing it in session and using the vector as required in respective jsp pages.

now the problem is when i use http://localhost:8080/myproject in codebase attribute of jsp:plugin everything is working fine but i couldnot load the applet in client machine and if i use the ip address of the system instead of localhost i am able to load the applet in the client machine but when i send the request from applet to servlet my servlet creates a new session due to which anything stored in that session can not be retrieved in any other page.

if any body can provide a solution, i will very much thankfull to him .

thanks in advance

[785 byte] By [paridaa] at [2007-11-27 11:32:50]
# 1

Hi,

why you repeat the same in another thread,

http://forum.java.sun.com/thread.jspa?threadID=5189512&tstart=225

any way:

some links

http://www.mail-archive.com/commons-httpclient-dev@jakarta.apache.org/msg07478.html

http://www.jguru.com/faq/view.jsp?EID=248491

drvijayy2k2a at 2007-7-29 16:47:43 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...