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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JBUILDER SAX

Status
Not open for further replies.

nemlah

Programmer
Mar 28, 2005
1
GR
Hello i am using JBuilder 2005 and i am trying to parse a XML document using the sax parser. It is working beautifully inside JBuilder, but i can't get it to work with tomcat, or Suns Application server 7. No Exceptions or errors are generated and the document is fed into the parser but no events are generated as if it doesn't recognize the tags..

Any help would be appreciated..
 
... are you using the same JDK in each case? If not, try setting your JBuilder project to use the same JDK as your Tomcat installation and see what happends.

Also would be a good idea to post the relevant code that you're using.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top