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

Achieving Incremental Deployment - Webapplication - Weblogic

 
Ranch Hand
Posts: 45
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Hi,
Currently i have exposed webservices from a web application running in a weblogic server.

I have used Spring,hibernate etc., for development.

I have different categories of services, so i have 3 wsdls exposed.eg: - http://xxxx/APP/abc.wsdl, http://xxxx/APP/def.wsdl, http://xxxx/APP/xyz.wsdl.

whenever i add a new category(new WSDL), i will redeploy the entire application


Iam thinking of incremental deployment(not sure if this is the right term) where i should plugin a jar by which i should be able to expose a new WSDL.

This will make sure that the deployment will not affect the already running services.


Below are my development steps


1) update web.xml to add new WSDL for respective url

2) create a new xsd for schema definition.

Whenever i want to expose a new wsdl,

1) i will have java files developed
2) will have the respective XXXX-servlet.xml which will be picked by spring container based on the web.xml updates mentioned in step 1.



Any suggestions how to proceed with above.

Please let me know in case you need additional information.


Thanks.

Regards
Senthil Kumar Sekar
 
Ranch Hand
Posts: 49
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you search before posting:

http://docs.oracle.com/cd/E23943_01/web.1111/e13702/redeploy.htm
 
No, tomorrow we rule the world! With this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic