How to setup apache web server to display xml file?

I

itpcl

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.
 
J

Julian Reschke

itpcl said:
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?

In the context of a web server, there's no such thing as "understanding"
an XML file. Could you please be a bit more specific about what you're
trying to achieve?

Julian
 
N

Nick Kew

one of infinite monkeys said:
In the context of a web server, there's no such thing as "understanding"
an XML file. Could you please be a bit more specific about what you're
trying to achieve?

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

itpcl

In the context of a web server, there's no such thing as "understanding"
an XML file. Could you please be a bit more specific about what you're
trying to achieve?

Just want the Apache web server to display XML file.
 
J

Julian Reschke

itpcl said:
Just want the Apache web server to display XML file.

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?
 
I

itpcl

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

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

itpcl

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?

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.
 
M

Maarten Wiltink

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.

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top