• 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

Weblogic production mode

 
Ranch Hand
Posts: 226
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to start the weblogic server in production mode.

Thanks
Santosh
 
Ranch Hand
Posts: 937
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When you create a domain in weblogic, by default it is in production mode.
You can change that in the console to development mode.
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

when you create the domain using the Configuration wizard tool you'll find a step where you're prompted to choose between development or production mode and also a jdk version, default for WL8.1 sp4 is Development mode and JRockit JVM, you may change it during domain creation or you can edit startWeblogic script created under the domain to change the start mode and also used JVM.
 
Marcos Maia
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Marcos Maia:
Hi,

when you create the domain using the Configuration wizard tool you'll find a step where you're prompted to choose between development or production mode and also a jdk version, default for WL8.1 sp4 is Development mode and JRockit JVM, you may change it during domain creation or you can edit startWeblogic script created under the domain to change the start mode and also used JVM.



Previous versions(wl8sp2 and before) use to default to development mode and sun jvm.
reply
    Bookmark Topic Watch Topic
  • New Topic