0 Replies Latest reply on Oct 16, 2003 12:56 PM by rboston

    getResourceAsStream failing in war/ear

    rboston

      Using JBOSS 3.0.8 and jetty.
      Packaged up an ear containing ejb.jar and servlet.war.
      servlet.war is properly specified in application.xml and web.xml is properly configured.

      My servlet when asked for a wsdl, performs a getResourceAsStream() but it's coming back null.

      The wsdl is in the same package as the servlet class contained within the WEB-INF tree.

      Has anyone run into this problem before????
      I saw one post like it but he had other issues.

      thanks