• 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:

JAXM confusion , using JWSDP

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have installed JWSDP1.3 and understand that JAXM is not a part of it. I am trying to integrate JAXM libraries in JWSDP ,but the instructions given in JAXM docs specify making changes to JWSDP_HOME/conf/tomcat-users.xml .
There is no such file in the JWSDP directory structure and neither is there a JWSDP_HOME/common and JWSDP_HOME/webapps directory.
Has anyone faced a similar situation? I want to run JAXM Web Service application using Tomcat Server.
Any suggestions please.
Thank You,
Vasudha
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hey,
i tried that too.
Do this-
1. Download jaxm seperately.
2. follow the instructions for setting it up.
3. xerces.jar, one of the lib files required that comes with this pack is outdated. If this isnt up to date u would face compilation problems
4. search for the latest version of xerces.jar and place it in the reqd location.
5. to start off with writing applications go to this tutorial -> writing jaxm applications using sun one studio. they provide you with a war file that can instantly deployed in a tomcat container and a jaxm client.
6. start building this client and the service/server they provide in the war file to fit ur framework.
hope this helps
[ April 11, 2004: Message edited by: Kituz Greenluv ]
 
Who among you feels worthy enough to be my best friend? Test 1 is to read this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic