• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Web Services Directory Structure

 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am using Sun Java System Application Server 9.1 with GlassFish. I have created a web application in which i want to deploy few web services also (along with jsps and other stuff). What will be the directory structure for this deployment?

Where to place web application source files (like Actions), where to places web services, Where to place generated artifacts (source files from wsgen), where to place compiled generated artifacts and where to place the WSDL file.

Looking forward for a good solution.

Thanks,
 
Ranch Hand
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Directory structure for web service in so different from a simple web application. Though this http://blog.vinodsingh.com/2008/09/building-jax-ws-web-service.html might be useful to you.
 
reply
    Bookmark Topic Watch Topic
  • New Topic