• 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:

To run J2ee Server 1.3.1

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am getting problem in running j2ee1.3.1 server..Plz tell me the exact script to be written in envrironment for J2ee_home and Java_home .Does anything else too has to be written apart from these two.
Sam
 
Ranch Hand
Posts: 275
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nobody can give you the exact script because the file paths on your install might be different. Here is some stuff from my machine, which might not be "best practices", but seems to work:

[ May 04, 2004: Message edited by: Dale Seng ]
[ May 04, 2004: Message edited by: Dale Seng ]
 
Sam In
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Dale
But it doesnt work .Can anybody help me in this regarding the script .I know the exact nodody cant say bcaz of different drive partition but i just want the path ..When i run J2ee from dos it give me an error
ERROR: Set J2EE_HOME to the path of a valid j2sdkee.
This is what i have i have in my environment variable :;
classpath == c:\jdk1.3.1_02\lib\classes.zip;.;c:\j2sdkee1.3.1\lib\j2ee.jar;
J2ee_home == c:\j2sdkee1.3.1;
Java_home == c:\jdk1.3.1_02;
Path == %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;.;c:\jdk1.3.1_02\bin;.;c:\j2sdkee1.3.1\bin;

My JDK is perfectly fine and its running but not j2ee

Plz help me out
Thanks
Sam
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
dont know exactly abt ur problem,
but once i had a problem with classpath...i solved it by making it uppercase ie. CLASSPATH. so just check if its J2ee_home or J2EE_HOME.
 
Sam In
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Abdul
No its in CAPS only ..but stil its not working
Sam
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic