• 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

Services on Win2000

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Services on Win 2000 says, that Weblogic Server (6.0) has started, but it didn't!!! Any idea what to do to get the server started with Services???
Thanx in advance for helping,
Lars
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
mmmm!!
How did you reallyze that it didn�t start. Have you tryed to reach:
http://your_host:your_port/index.html
ex:
http://pepsi:7001/index.html
 
Lars Neumann
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
it really didnt start. The logfile said, that the system user had a wrong password. I think it had to do with the setup from Win2000. My administrator changed different things (no idea what exactly!!!) and after that it worked fine. Sorry, that I can't tell what the problem was.
Lars
 
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
hi,
take a look at:
Setting up the WebLogic Server as a Windows Service http://e-docs.bea.com/wls/docs60/adminguide/startstop.html#1026476
You have to append the following command:
-password:"your_password"
at:
installNTservice.cmd
just after:
rem *** Install the service"
C:\bea\wlserver6.0\bin\beasvc" -install -svcname:myserver -javahome:"C:\bea\jdk130" -execdir:"C:\bea\wlserver6.0" -extrapath:"C\bea\wlserver6.0\bin" -cmdline: %CMDLINE%
I hope it helps.

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic