• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

How to start weblogic 9.2 as services in windows?

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using weblogic 9.2
I have created a domain and deployed my application. I am able start weblogic using "startWebLogic.cmd" and run my application.
I want the weblogic to run as a windows service. How can i do that?
In weblogic 8.1 we had "installService.cmd" in the domain folder to install weblogic as service, but in weblogic 9.2 it is not there.

Thanks,
Abhinand
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
we have similar issue, I think the only solution is to take the installServices.bat from 8.1 and tweak it a little so it has the 92 settings.
 
reply
    Bookmark Topic Watch Topic
  • New Topic