Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Web Services Server and Configuration

 
Ranch Hand
Posts: 112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello WebGuru,
Please help me. I am real dizzy with the configuration. I bought the Developing Java Web Service and tried to follow configuration setup. Could someone please tell me what is needed for Webservices, for example, Tomcat, and axis. That is all or JWSDP1.3 from Sun. Please let me out of this confusion. I greatly appreciate.
John
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Axis and Tomcat is enough.
JWSDP alone is enough (if you select the "use embedded Tomcat" option during the installation program).
I would say Axis+Tomcat is a better option if you want community support (it's actually used widely in production applications which is probably not the case with JWSDP), but if you choose JWSDP, you'll have the Java Web Services Tutorial to back you up.
 
John McDonald
Ranch Hand
Posts: 112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Lasse,
Thanks for the reply. I have Tomcat server and happyaxis up. But I got the following message
...
Found JAXP implementation (javax.xml.parsers.SAXParserFactory) at an unknown location
...
Warning: could not find class org.apache.xml.security.Init from file xmlsec.jar
XML Security is not supported
See http://xml.apache.org/security/
Found Java Secure Socket Extension (javax.net.ssl.SSLSocketFactory) at an unknown location
The instruction from the axis and the book has some conflict. Sometimes, I am instructed to put the xxx.jars in common\lib but other occassion in axis\WEB-INF\lib. Likewise, in CLASSPATH AND AXISCLASSPATH. The system found those put stating at unknown location. Please clarify
John
[ December 23, 2003: Message edited by: John McDonald ]
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by John McDonald:
Lasse,
Warning: could not find class org.apache.xml.security.Init from file xmlsec.jar
XML Security is not supported
See http://xml.apache.org/security/
Found Java Secure Socket Extension (javax.net.ssl.SSLSocketFactory) at an unknown location


Thats normal, you need these jars if only you need security. You can still run webservices without these jars.. the best place to keep jars files related to axis is under axis/web-inf/lib directory.
 
Bring out your dead! Or a tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic