• 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

Startup problem in oracle 9ias (Custom Startup class)

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
The problem in Startup class is as follows
1) When an servlet is configured as <load-on-startup></load-on-startup> ,the servlet's init method will be called in the startup of the application server
2) In an EAR, a servlet is configured as <load-on-startup></load-on-startup> to create instance of some classes in the startup of the app server.But its not working.
when the EAR is hot deployed the servlet's init method is called,but when we restart the app server the startup class is not called ,but the web app runs .
Thanks & Regards
A.V.Bala
 
reply
    Bookmark Topic Watch Topic
  • New Topic