RE: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread Jeff Martin
What kind of error do you mean? Does it parse and validate against the provided DTD? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 2:14 AM To: Struts Users Mailing List Subject: struts-config.xml-Is there a tool to find errors in

Re: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread antony
Here is the part of the debug log which shows the error ---start tomcat log-- [snip] resolveEntity('-//Apache Software Foundation//DTD Struts Configuration 1.0//EN', 'http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd') Resolving to

Re: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread ejf
try this link. it might help. Struts Console version 1.2 is now available. http://www.jamesholmes.com/struts/ http://www.jamesholmes.com/struts/struts-console-1.2.zip [EMAIL PROTECTED] wrote: Hi I have an error with my struts-config.xml file and I cannot find where the error is. Is

Re: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread antony
Can I use this without using an IDE? ejf wrote: try this link. it might help. Struts Console version 1.2 is now available. http://www.jamesholmes.com/struts/ http://www.jamesholmes.com/struts/struts-console-1.2.zip [EMAIL PROTECTED] wrote: Hi I have an error with my

Re: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread antony
Yes I am using 1.4beta. But an almost identical webapp works with 1.4beta. Strange I say. Tuomo Syvänperä wrote: Hi Antony, Are you using Sun's JDK 1.4 beta.. I got the same 'object is not an instance of declaring class' - error when I used JDK 1.4. Try switching to 1.3 /tuomo

Re: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread Tuomo Syvänperä
The problem only came up occasionally. If I had two webapps and I started the servlet container and accessed one of them, it works fine. If after that I try to access the other one, it gives the error below. Everything has worked fine since I switched back to 1.3 JDK. /tuomo [EMAIL PROTECTED]

Re: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread antony
I changed to have tomcat run with 1.3 and it works fine now. Question for someone. Is the active development of struts done with Suns JDK1.3 or Suns JDK1.4? or some other vendors JDK. Cheers Tony Tuomo Syvänperä wrote: The problem only came up occasionally. If I had two webapps and I

Re: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread antony
Does it pose any problems developing an application with JDK1.4 and running it on Tomcat4 using JRE1.3? Cheers Tony Tuomo Syvänperä wrote: The problem only came up occasionally. If I had two webapps and I started the servlet container and accessed one of them, it works fine. If after

RE: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread Bryant, Doug
I use xmllint. It is very simplistic, but works well. It comes as part of the gnome xml library, but you can download the sources and compile with cygwin on windows if you need to run it there. homepage at http://xmlsoft.org/ Sources at ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/

RE: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread Martin Farrell
PROTECTED]] Sent: 19 December 2001 13:40 To: 'Struts Users Mailing List' Subject: RE: struts-config.xml-Is there a tool to find errors in it? I use xmllint. It is very simplistic, but works well. It comes as part of the gnome xml library, but you can download the sources and compile with cygwin