  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Applet does not send request to servlet | Applet does not send request to servlet 2007-01-17 - By Teh Noranis Mohd Aris
Back Hi, I already solve the problem of loading my applet in the web browser. Thank you to all. Now, I'm having the problem to send request from the applet to the servlet. Attached is the AppletLogin.java (the servlet which I put in package myapp) and LoginApplet.java (the applet which I put in package myapp.applets). I use http://localhost:8080/myapp/AppletLogin to access the applet. The same username and password input should link to "Welcome to our site", "More cool stuff coming soon" but I got the "Invalid user - please try again" message. I tried to modify the codeBase variable in the init() method of the applet but could not link to the next page. I think that the applet cannot access the servlet in package myapp. The attached programs are only short programs in a book. I just want to organize the programs in my own directory. Does anyone have any other ideas why this is happening? Please help me! Thank you in advance. Yours Sincerely, TEH NORANIS
-- ---- ---- ---- ---- ---- ----- Need a quick answer? Get one in minutes from people who know. Ask your question on Yahoo! Answers. <DIV>Hi,</DIV> <DIV> </DIV> <DIV>I already solve the problem of loading my applet in the web browser. Thank you to all. Now, I'm having the problem to send request from the applet to the servlet. Attached is the AppletLogin.java (the servlet which I put in package myapp) and LoginApplet.java (the applet which I put in package myapp.applets). I use <A href="http://localhost:8080 /myapp/AppletLogin">http://localhost:8080/myapp/AppletLogin</A> to access the applet. The same username and password input should link to "Welcome to our site", "More cool stuff coming soon" but I got the "Invalid user - please try again" message. I tried to modify the codeBase variable in the init() method of the applet but could not link to the next page. I think that the applet cannot access the servlet in package myapp. The attached programs are only short programs in a book. I just want to organize the programs in my  ;own directory. Does anyone have any other ideas why this is happening? Please help me! Thank you in advance.</DIV> <DIV> </DIV> <DIV>Yours Sincerely,</DIV> <DIV>TEH NORANIS </DIV><p> 
<hr size=1>Need a quick answer? Get one in minutes from people who know. Ask your question on <a href="http://answers.yahoo.com/;_ylc =X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGs DbWFpbF90YWcx">Yahoo! Answers</a>. -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|
 |