hi, I am new to webservices.When installing jwsdp1.4 i gave the web browser path to d:\tomcat where tomcat 5 is installed.But it is saying it is not a valid path.can any one help me in this regard.
now tomcat is not starting up.Can any one help in this regard.
thanks sivakumar
sivakumar ganti
Greenhorn
Joined: Jan 19, 2004
Posts: 22
posted
0
hi guys my problem got solved. The probem got solved when i copied the D:\tomcat\common\endorsed\xercesImpl.jar to the D:\tomcat\jaxp\lib\endorsed\xercesImpl.jar directory
siva
Santosh Ramachandrula
Ranch Hand
Joined: Apr 04, 2004
Posts: 251
posted
0
May be the xercesImpl.jar of JWSDP has an incompatibility issue with the xercesImpl.jar of Tomcat and it solved the problem.
I observed that Tomcat 4.1 does not recognize the XML Schema in web.xml (if you are using XML schema file instead of DTD ). Tomcat 5.0 does not have that issue.
:roll: :roll:
Zhipeng Wang
Greenhorn
Joined: Jun 29, 2003
Posts: 1
posted
0
I uses Tomcat5.0.25 and I have copied the D:\tomcat\common\endorsed\xercesImpl.jar to the D:\tomcat\jaxp\lib\endorsed\xercesImpl.jar,but Tomcat still can't start. Exceptions in launcher.server.log file:
java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:260) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:397) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269) Caused by: javax.xml.parsers.FactoryConfigurationError: Provider com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl not found at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:93) at org.apache.commons.digester.Digester.getFactory(Digester.java:512) at org.apache.commons.digester.Digester.getParser(Digester.java:686) at org.apache.commons.digester.Digester.getXMLReader(Digester.java:902) at org.apache.commons.digester.Digester.parse(Digester.java:1548) at org.apache.catalina.startup.Catalina.load(Catalina.java:528) at org.apache.catalina.startup.Catalina.load(Catalina.java:566) ... 11 more