Problem with Applet-to-Servlet Programs

2007-01-14 Thread Teh Noranis Mohd Aris
Hi, I'm doing applet-to-servlet programs. I've put the applet in directory c:\jakarta-tomcat-4.1.31\webapps\ROOT\application\LoginApplet. I've put the servlet in directory c:\jakarta-tomcat-4.1.31\webapps\application\WEB-INF\classes\AppletLogin. When I run it in the web browser using

Re: Problem with Applet-to-Servlet Programs

2007-01-14 Thread Andre Prasetya
Have you map the AppletLogin to the servlet path at web.xml ? if you haven't dont forget in doing so ^^ On 1/15/07, Teh Noranis Mohd Aris [EMAIL PROTECTED] wrote: Hi, I'm doing applet-to-servlet programs. I've put the applet in directory