File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss and the fly likes how to run the jboss 5.0 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "how to run the jboss 5.0" Watch "how to run the jboss 5.0" New topic
Author

how to run the jboss 5.0

umesh rawat
Ranch Hand

Joined: Mar 03, 2007
Posts: 40
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


Umesh rawat <br />Rmw -2019

http://100javaquestions.blogspot.com
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17225
    
    1

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


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
Jan Cumps
Bartender

Joined: Dec 20, 2006
Posts: 2343

Also try to set JAVA_HOME=c:\progra~1\java\jdk1.5
The blank in c:\prog files\... may cause issues.

Regards, Jan


OCUP UML fundamental
ITIL foundation
umesh rawat
Ranch Hand

Joined: Mar 03, 2007
Posts: 40
thanks a lot to guide me .
actually there was a problem in run.bat
jboss was not properly downloaded from the net .
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to run the jboss 5.0
 
Similar Threads
HTTP Status 404 error in tomcat
JBoss running ?
restricted files access using apache/jakarta tomcat
Problem configuring Tomcat 5.0
Help for JBOSS installation & use