1 Reply Latest reply on Sep 18, 2002 9:29 PM by saegis

    xsql servlet from oracle don't work with tomcat/jboss?

    saegis

      Hi,
      I installed Tomcat4.0.4/Jboss 3.0.1 on win 2000.
      I am trying to make oracle's xsql servlet work but failed.

      Here is the message I got:
      Oracle XDK Java 9.2.0.3.0 Production
      XSQL-013: XSQL Page URI is null or has an invalid format.


      After I checked the oracle web site, I found following message:
      ****************** start ********************
      I debugged this problem last night.

      The problem is that Java Web Server 2.0
      returns null for the Servlet API call:

      request.getRealPath(request.getServletPath())

      It appears one must diverge from
      the expected Servlet API call above
      and instead use the deprecated:

      request.getPathTranslated()

      instead when running against JWS 2.0
      A future release of XSQL may add
      a config-file switch to turn on
      the use of this deprecated behavior,
      but the 0.9.9.1 and 1.0.0.0 releases
      do not have this switch.

      Are you able to use any of the servlet engines listed in the XSQL Servlet release notes that we've tested it against?
      ****************** end ********************

      So could this happened in tomcat/jboss?

      Thanks,

      Kai.