0 Replies Latest reply on Oct 29, 2002 6:45 AM by lijenlai

    how can i call applet from jsp

    lijenlai

      env:jboss3.0.3 + jetty4
      i wish to call a applet from jsp, the code would be as below:
      <jsp:plugin type="applet" code="Applet1.class"
      codebase="."
      jreversion="1.3" width="800" height="600">
      </jsp:plugin>

      My quetion is : "codebase" setting .
      the codebase is the directory for jetty(web server)
      how do i set ?