• 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

how to run the jboss 5.0

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OS - windows xp
tomcat - C:\tomcat (it is working properly)
java_home - c:\prog files\java\jdk1.5
jboss - c:\jboss

if i go in c:\jboss\bin and execute run.bat
nothing happens.
i have set the
java_home- c:\prog files\java\jdk1.5
catalina_home- c:\tomcat
jboss_home- c:\jboss


after giving http://localhost:8080 in web browser not running.


my q is that what to do in run.bat


please tell
thanks to all umeshrawat30@gmail.com
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The only requirement is the setting of JAVA_HOME environment variable.

If you open a command window in the c:\jboss\bin directory and type run. What is displayed on the screen. Do not double click the run.bat because if it fails, then the console/command window disappears before you ever get to see what was the problem.

Mark
 
Bartender
Posts: 2661
19
Netbeans IDE C++ Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also try to set JAVA_HOME=c:\progra~1\java\jdk1.5
The blank in c:\prog files\... may cause issues.

Regards, Jan
 
umesh rawat
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks a lot to guide me .
actually there was a problem in run.bat
jboss was not properly downloaded from the net .
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic