• 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

JBOSS server Configuration

 
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I installed jboss-4.2.0.GA on Windows xp . i set environment variable JBOSS_HOME = C:\Program Files\Java\jboss-4.2.0.GA & JAVA_HOME = C:\Program Files\Java\jdk1.6.0_16
i can't start JBOSS server by click on run.bat file . What changes i have to do? Please let me know.

Thanks
 
Ranch Hand
Posts: 1179
Mac OS X Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Both JBoss and Java should be installed in a location whitout spaces in the path.

If this still doesn't work - post the contents of JBOSS/server/default/log/server.log
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please do not post the contents of JBOSS/server/default/log/server.log - that file can get huge! Instead, post the contents of the console window, starting from the command line entered.

Also, do not just double-click the run.bat file; if you do that you will never see any error messages! Instead, open a command prompt, cd to the JBOSS/bin directory, and enter: run.bat
 
reply
    Bookmark Topic Watch Topic
  • New Topic