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

problem starting J2EE server

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
i had this problem everytime i run "j2ee -verbose" from DOS:
/************************************/
C:\j2sdkee1.3\bin>j2ee -verbose
Java 2 Enterprise Edition Server
Options:
-verbose Redirect all logging output to the current shell.
-help Print this help message.
-version Print the version.
-stop Stop the J2EE server.
C:\j2sdkee1.3\bin>
/*********************************/
i think i have everything configured correctly...i just displayed the same Option list everytime i run the command. i use windows 98, jdk1.3.1, and j2sdkee1.3. if anyone knows what's wrong, please let me know...thanks in advance.
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you set all the environment variables and downloaded ant?
here goes my settings:
set J2EE_HOME=c:\j2sdkee13
set ANT_HOME=%J2EE_HOME%\ant\jakarta-ant-13
set PATH=%J2EE_HOME%\bin;%ANT_HOME%\bin;%PATH%
set JAVA_HOME=c:\j2sdk1.3

also you can download a greate tutorial from:
http://java.sun.com/j2ee/tutorial/doc/J2eeTutorial.pdf
 
Your mind is under my control .... your will is now mine .... read this tiny ad
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic