1 Reply Latest reply on Dec 13, 2002 1:18 PM by juha

    problem while loading an applet

    nshikaripur

      My applet is not able to find the classs file in the
      archive jar specified.
      Since I am using struts to execute a jsp which inturn loads the applet, the browser is looking for

      http://localhost:8080/mywar/actions/package1/package2/MyApplet.class
      to access package1.package2.MyApplet

      But I want it to look for
      http://localhost:8080/mywar/package1/package2/MyApplet.class

      HOW DO I GET RID OF THE "ACTIONS" IN THE FIRST URL?