• 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

weblogic 6.0 , how to start the server???on win98

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please give me advice on how I should start the weblogic server
with a windows 98 os , I have downloaded the admin and intro pdf files but am confused by it!!!thanks for ur replies
umer
 
Ranch Hand
Posts: 228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
goto the start->prog files->beaw...-> start default server and u'r server will start but in case u want to start u'r own server then open a cmd window and then setenv and then startweblogic..
HTH
Sahil
 
sandy gupta
Ranch Hand
Posts: 228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
setenv and startweblogic reside in the domain folders ..... so u have to start them from there...
 
Mohammed Umer
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have installed weblogic 6.0 on my win98 system and have it listed on my start--programs--BEA business logic platform---weblogic6.0---defaultserver
when I click defaultserver, I get the error message "could not find c:\bea\wlserver6.0\config\mydomain\startweblogic.cmd"
RETURN CODE:80070570
I tried setting classpaths and starting from my dos prompt , my classpaths set were the following, and then I typed startweblogic.cmd
I get the message "bad file name";
my classpaths were including the following:
set JAVA_HOME=C:\bea\jdk130
set path=%path%;c:\jdk1.2\bin;.;
set JAVA_HOME=c:\jdk1.2
set classpath=%classpath%;c:\bea\wlserver6.0\lib\weblogic.jar;c:\bea\wlserver6.0\lib\weblogic_sp.jar;.;
set classpath=%classpath%;c:\bea\wlserver6.0\lib\poolorb.jar;c:\bea\wlserver6.0\samples\eval\cloudscape\lib;.;
Please help me.Thanks for ur reply, sandy
Umer
 
sandy gupta
Ranch Hand
Posts: 228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Umer,
What bothers me the most is why the file weblogic.cmd is not being found if the path is correct. I hope that u have a file by that name there in the directory mydomain.
Also I hope that at the time of installing the server u did not configure the weblogic to be a Windows Utility coz then one of the servers will already be running and u can chk that by starting the console.
Please do the above and reply and then we'll see...
I'll be round..
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
.cmd file can not be recognized by NT, you could simply change it to startWebLogic.bat. hope this will help
 
Naichen Liu
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry, what I mean is .cmd can't be accepted by 98/95, startWebLogic.cmd is good only for NT
 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi! Guys,
As far as I have Heard,
You Can't run Web-logic with Win-98.
You need Win-NT or Unix for WebLogic6.0.

Navi.
 
Naichen Liu
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, we can, weblogic is just a normal java program, what we can't have in win98 is some performance package, like some native socket Reader.
 
Navtaj Singh
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Liu,
Can you let me also know how to configure Web-logic6.0 on
Win-98.
It will be a great help.
Navi.
[This message has been edited by Navtaj Singh (edited February 28, 2001).]
 
Naichen Liu
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1, Install wls6.0 into your win98 first, that's the same as you would do in NT,
2, Go to directory, in my machine, it's "C:\bea\wlserver6.0\config\mydomain", ( you can examples or petstore too) you will find a script called startWebLogic.cmd, copy that to another file call startWebLogic.bat, open it to check if Java_Home is set up right, then close it, open a dos prompt, cd to C:\bea\wlserver6.0\config\mydomain, run startWeblogic.bat.
Note:you may need to increase conventional memory space and/or other parameter if you get message like " run out of environment memory space", hope this helps
 
Why fit in when you were born to stand out? - Seuss. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic