Two Laptop Bag
The moose likes Web Services Certification (SCDJWS/OCPJWSD) and the fly likes Installing  jwsdp 1.4 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Web Services Certification (SCDJWS/OCPJWSD)
Reply Bookmark "Installing  jwsdp 1.4" Watch "Installing  jwsdp 1.4" New topic
Author

Installing jwsdp 1.4

sivakumar ganti
Greenhorn

Joined: Jan 19, 2004
Posts: 22
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.

regards
sivakumar
SCJP,SCWCD,SCBCD
Santosh Ramachandrula
Ranch Hand

Joined: Apr 04, 2004
Posts: 251
I thought JWSDP has its own Tomcat , if you have complete installation you can find it under the JWSDP directory.


Thanks,
Santosh
sivakumar ganti
Greenhorn

Joined: Jan 19, 2004
Posts: 22
hi,
santosh jwsdp does not have tomcat .

I installed jwsdp without specifing a web server .later i used jwsdpontomcat.bat to integrate to tomcat.but i got the following exception

Jul 6, 2004 12:23:13 PM org.apache.xindice.server.XindiceServlet init
WARNING: NamingException: javax.naming.NameNotFoundException: Name org.xml.sax.driver is not bo
und in this Context

now tomcat is not starting up.Can any one help in this regard.


thanks
sivakumar
sivakumar ganti
Greenhorn

Joined: Jan 19, 2004
Posts: 22
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
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
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
 
IntelliJ Java IDE
 
subject: Installing jwsdp 1.4
 
Threads others viewed
tomcat not starting if installed in the machine having oracle9i db
*** Tomcat Installation Help ****
changing port number of tomcat
Where to ask for tutoring?
war file deployment
MyEclipse, The Clear Choice