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 Server properties Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Server properties" Watch "Server properties" New topic
Author

Server properties

rouven gorsky
Greenhorn

Joined: Feb 10, 2009
Posts: 14
Hi all

I'm using JBoss with Eclipse. In the Servers view you can set Servers Properties like Address, Port.. or Timeouts and other parameters. What and where resides the file that this information is being stored into?

How do I start JBoss manually (not from Eclipse), with start and stop timeouts set to 240 and 30 respectively?

Thanks for your help.

gorsky
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5536

What and where resides the file that this information is being stored into?

There is a Servers directory in your Eclipse workspace that should contain that information.

How do I start JBoss manually (not from Eclipse), with start and stop timeouts set to 240 and 30 respectively?

Open a command prompt at the JBoss AS bin directory and run the run script (run.bat or run.sh, depending on your OS). By the way, the free chapter 1 from JBoss in Action covers this. There is no concept of a "timeout" when running it manually. Eclipse uses that concept to determine when to stop trying to see if the app server is running.


JBoss In Action
 
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: Server properties
 
Similar Threads
Jboss is not starting from eclipse
setProperty must be overridden by all subclasses of SOAPMessage when using Eclipse and JBoss
Eclipse debug not finding the code block
error while invoking jndi list in jmx - console
Fail to start JBoss 4.0.5 and JBoss 4.2.2 in Eclipse Helios