Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server.xml problem

Status
Not open for further replies.

skw8966

Programmer
Apr 12, 2001
59
US
I'm trying to add an JDBC connection to a MySQL database. I was told to add a declaration to server.xml. I did and now I'm receiving an error.

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.
--------------------------------------------------------------------------------
End tag 'ResourceParams' does not match the start tag 'parameter'. Error processing resource ' Line 327, Position 12

</ResourceParams>
-----------^

Any ideas??
 
I don't understand your question, the error indicates exactly what the problem is. [bugeyed]

-pete
 
Looking at the XML document, it appears the opening and closing tags are all in their proper positions.

The opening Context tag is on Line 259
The opening ResourceParams tag is on Line 270
The closing ResourceParams tag is on Line 327
The closing Context tag is on Line 328

Looks fine.

When I check it in Dreamweaver with the Tag Validator, it says:
Expected end of tag 'parameter' Line 328
Expected end of tag 'ResourceParams' Line 329

I'm confused!
 
Never mind, I found the problem.

There was a parameter without a closing tag.

Thanks anyway.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top