How to setup apache web server to display xml file?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • itpcl

    How to setup apache web server to display xml file?

    I have just installed Apache web server and Tomcat.
    The windows server now can show Servlet/JSP file.

    What next components should I download and install
    in order to make the Apache web server to understand XML file?

    I have downloaded Xerces but fail to find installation procedure
    (only jar xf *.zip files).

    Thank you in advance.
  • Julian Reschke

    #2
    Re: How to setup apache web server to display xml file?

    itpcl wrote:
    [color=blue]
    > I have just installed Apache web server and Tomcat.
    > The windows server now can show Servlet/JSP file.
    >
    > What next components should I download and install
    > in order to make the Apache web server to understand XML file?[/color]

    In the context of a web server, there's no such thing as "understand ing"
    an XML file. Could you please be a bit more specific about what you're
    trying to achieve?
    [color=blue]
    > ...[/color]

    Julian

    Comment

    • Nick Kew

      #3
      Re: How to setup apache web server to display xml file?

      In article <btj7o0$7162o$1 @id-205037.news.uni-berlin.de>, one of infinite monkeys
      at the keyboard of Julian Reschke <julian.reschke @gmx.de> wrote:
      [color=blue]
      > In the context of a web server, there's no such thing as "understand ing"
      > an XML file. Could you please be a bit more specific about what you're
      > trying to achieve?[/color]

      Could mean processing it through an xmlns or xslt filter, in which case
      modules.apache. org would be a good place to start.

      --
      Nick Kew

      In urgent need of paying work - see http://www.webthing.com/~nick/cv.html

      Comment

      • itpcl

        #4
        Re: How to setup apache web server to display xml file?

        > In the context of a web server, there's no such thing as "understand ing"[color=blue]
        > an XML file. Could you please be a bit more specific about what you're
        > trying to achieve?
        >[/color]

        Just want the Apache web server to display XML file.

        Comment

        • Julian Reschke

          #5
          Re: How to setup apache web server to display xml file?

          itpcl wrote:[color=blue][color=green]
          >>In the context of a web server, there's no such thing as "understand ing"
          >>an XML file. Could you please be a bit more specific about what you're
          >>trying to achieve?
          >>[/color]
          >
          >
          > Just want the Apache web server to display XML file.[/color]

          Servers do not "display" files. They send content tp browsers, and the
          browsers display it.

          So again: what kind of XML files, what's happening now, and what do you
          like to happen instead?

          Comment

          • itpcl

            #6
            Re: How to setup apache web server to display xml file?

            >[color=blue]
            > Could mean processing it through an xmlns or xslt filter, in which case
            > modules.apache. org would be a good place to start.[/color]

            Cannot find xmlns or xslt under modules.apache. org ?

            Comment

            • itpcl

              #7
              Re: How to setup apache web server to display xml file?

              >[color=blue]
              > Servers do not "display" files. They send content tp browsers, and the
              > browsers display it.
              >
              > So again: what kind of XML files, what's happening now, and what do you
              > like to happen instead?[/color]

              The Apache web server is OK to display Severlet/Jsp pages
              after installation of Tomcat.

              But for XML files, it shows like the following.

              The XML page cannot be displayed
              Cannot view XML input using XSL style sheet. Please correct the error
              and then click the Refresh button, or try again later.

              Comment

              • Maarten Wiltink

                #8
                Re: How to setup apache web server to display xml file?

                "itpcl" <itpcl@msn.co m> wrote in message
                news:c244a7a9.0 401091743.54dc3 634@posting.goo gle.com...
                [color=blue][color=green]
                >> Servers do not "display" files. They send content tp browsers, and the
                >> browsers display it.
                >>
                >> So again: what kind of XML files, what's happening now, and what do you
                >> like to happen instead?[/color]
                >
                > The Apache web server is OK to display Severlet/Jsp pages
                > after installation of Tomcat.
                >
                > But for XML files, it shows like the following.
                >
                > The XML page cannot be displayed
                > Cannot view XML input using XSL style sheet. Please correct the error
                > and then click the Refresh button, or try again later.[/color]

                That looks like a client-side error. The XML document references an XSLT
                document, and either the server can't serve it from where the client
                thinks it is, or it's not valid on the XML document.

                Groetjes,
                Maarten Wiltink


                Comment

                Working...