2 Replies Latest reply on Aug 18, 2005 11:00 AM by theton

    Problem with AXIS

    theton

      If I call http://localhost/axis/EchoHeaders.jws?method=list, I get the following error:

      Error compiling /opt/jboss/server/default/deploy/axis.war/WEB-INF/jwsClasses/EchoHeaders.java:
      Line 21, column 26: package javax.servlet.http does not exist
      Line 92, column -1: cannot find symbol
      Line 36, column -1: cannot find symbol
      Line 56, column -1: cannot find symbol
      Line 94, column -1: cannot find symbol
      Line 94, column -1: cannot find symbol
      Line 0, column 0:
      Note: /opt/jboss/server/default/deploy/axis.war/WEB-INF/jwsClasses/EchoHeaders.java uses unchecked or unsafe operations.
      Note: Recompile with -Xlint:unchecked for details.
      6 errors

      But the package javax.servlet.php should be standard in JDK (using JDK "1.5.0_02).